planetj.dataengine.action
Interface IActionRequest

All Known Implementing Classes:
AbstractActionRequest

public interface IActionRequest


Method Summary
 java.lang.StringBuffer append(ActionDescriptor displayDescriptor, java.lang.StringBuffer html, HttpServletRequest request, HttpServletResponse response)
          Appends HTML code that is needed to run this action.
 AbstractAction getAction()
          Get the action to run.
 java.lang.String getActionName()
          Get the action's name.
 java.lang.String getActionType()
          Get the action's type.
 

Method Detail

append

public java.lang.StringBuffer append(ActionDescriptor displayDescriptor,
                                     java.lang.StringBuffer html,
                                     HttpServletRequest request,
                                     HttpServletResponse response)
Appends HTML code that is needed to run this action.


getAction

public AbstractAction getAction()
Get the action to run.


getActionName

public java.lang.String getActionName()
Get the action's name.


getActionType

public java.lang.String getActionType()
Get the action's type.