org.apache.tapestry.engine
Class ExternalServiceParameter
java.lang.Object
org.apache.tapestry.engine.ExternalServiceParameter
public class ExternalServiceParameter
- extends Object
Parameter for the ExternalService
.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalServiceParameter
public ExternalServiceParameter(String pageName)
ExternalServiceParameter
public ExternalServiceParameter(String pageName,
Object[] serviceParameters)
getPageName
public String getPageName()
getServiceParameters
public Object[] getServiceParameters()
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.