org.apache.tapestry.engine
Class ActionServiceParameter

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

Deprecated. To be removed in 4.1.

public class ActionServiceParameter
extends java.lang.Object

Parameter object used with ActionService.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
ActionServiceParameter(IComponent component, java.lang.String actionId)
          Deprecated.  
 
Method Summary
 java.lang.String getActionId()
          Deprecated.  
 IComponent getComponent()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionServiceParameter

public ActionServiceParameter(IComponent component,
                              java.lang.String actionId)
Deprecated. 
Method Detail

getActionId

public java.lang.String getActionId()
Deprecated. 

getComponent

public IComponent getComponent()
Deprecated.