public static ActionRequest getActionRequest()(Code)
Get the ActionRequest. Can only be invoked in the event phase.
The current ActionRequest. throws: IllegalStateException - If the method is invoked in the wrong phase.
getActionResponse
public static ActionResponse getActionResponse()(Code)
Get the ActionRequest. Can only be invoked in the event phase.
The current ActionRequest. throws: IllegalStateException - If the method is invoked in the wrong phase.
getDefaultActionForMode
public static String getDefaultActionForMode()(Code)
Get the default action name for the current mode.
The default action name for the current portlet mode.
Get the action namespace of the portlet. Used to organize actions for multiple portlets in
the same portlet application.
The portlet namespace as defined in portlet.xml and xwork.xml
getRenderRequest
public static RenderRequest getRenderRequest()(Code)
Get the RenderRequest. Can only be invoked in the render phase.
The current RenderRequest. throws: IllegalStateException - If the method is invoked in the wrong phase.
getRenderResponse
public static RenderResponse getRenderResponse()(Code)
Get the RenderResponse. Can only be invoked in the render phase.
The current RenderResponse. throws: IllegalStateException - If the method is invoked in the wrong phase.