org.jboss.portal.portlet.controller.request
Class PortletActionRequest
java.lang.Object
org.jboss.portal.portlet.controller.request.ControllerRequest
org.jboss.portal.portlet.controller.request.ContainerRequest
org.jboss.portal.portlet.controller.request.PortletRequest
org.jboss.portal.portlet.controller.request.PortletActionRequest
public class PortletActionRequest
- extends PortletRequest
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletActionRequest
public PortletActionRequest(java.lang.String windowId,
StateString interactionState,
java.util.Map<java.lang.String,java.lang.String[]> bodyParameters,
PortletWindowNavigationalState windowNavigationalState,
PortletPageNavigationalState pageNavigationalState)
throws java.lang.IllegalArgumentException
- Build a new portlet action request.
- Parameters:
windowId - the window idinteractionState - the interaction statebodyParameters - the body parameterswindowNavigationalState - the window navigational statepageNavigationalState - the page navigational state
- Throws:
java.lang.IllegalArgumentException - if the window id or the interaction state is null
getInteractionState
public StateString getInteractionState()
getBodyParameters
public java.util.Map<java.lang.String,java.lang.String[]> getBodyParameters()
Copyright © 2008. All Rights Reserved.