org.apache.tapestry.engine
Class ExternalServiceParameter

java.lang.Object
  extended by org.apache.tapestry.engine.ExternalServiceParameter

public class ExternalServiceParameter
extends Object

Parameter for the ExternalService.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
ExternalServiceParameter(String pageName)
           
ExternalServiceParameter(String pageName, Object[] serviceParameters)
           
 
Method Summary
 String getPageName()
           
 Object[] getServiceParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalServiceParameter

public ExternalServiceParameter(String pageName)

ExternalServiceParameter

public ExternalServiceParameter(String pageName,
                                Object[] serviceParameters)
Method Detail

getPageName

public String getPageName()

getServiceParameters

public Object[] getServiceParameters()


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.