|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.portlet.PortletRequestDecoder
This class is a possible implementation for the behavior of a request made to a portlet. Which means that this implementation does not preclude other implementations.
Field Summary | |
static int |
ACTION_MASK
The mask for action. |
static int |
ACTION_TYPE
. |
private Parameters |
form
. |
static java.lang.String |
INTERACTION_STATE_PARAMETER
The name of the URL parameter containing the interaction state. |
private StateString |
interactionState
. |
static java.lang.String |
META_PARAMETER
The name of the URL parameter containing the meta information. |
private Mode |
mode
. |
static int |
MODE_MASK
The mask for mode. |
static java.lang.String |
MODE_PARAMETER
The name of the URL parameter containing the mode. |
static int |
NAV_TYPE
. |
static java.lang.String |
NAVIGATIONAL_STATE_PARAMETER
The name of the URL parameter containing the navigational state. |
private StateString |
navigationalstate
. |
static int |
OPAQUE_MASK
The mask for opacity. |
static int |
RENDER_MASK
The mask for render. |
static int |
RENDER_TYPE
. |
private int |
type
. |
static int |
WINDOW_STATE_MASK
The mask for window state. |
static java.lang.String |
WINDOW_STATE_PARAMETER
The name of the URL parameter containing the window state. |
private WindowState |
windowState
. |
Constructor Summary | |
PortletRequestDecoder()
|
Method Summary | |
void |
decode(java.util.Map queryParams,
java.util.Map bodyParams)
|
Parameters |
getForm()
|
StateString |
getInteractionState()
|
Mode |
getMode()
|
StateString |
getNavigationalstate()
|
int |
getType()
|
WindowState |
getWindowState()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ACTION_MASK
public static final int RENDER_MASK
public static final int MODE_MASK
public static final int WINDOW_STATE_MASK
public static final int OPAQUE_MASK
public static final java.lang.String MODE_PARAMETER
public static final java.lang.String WINDOW_STATE_PARAMETER
public static final java.lang.String INTERACTION_STATE_PARAMETER
public static final java.lang.String NAVIGATIONAL_STATE_PARAMETER
public static final java.lang.String META_PARAMETER
public static final int ACTION_TYPE
public static final int RENDER_TYPE
public static final int NAV_TYPE
private Mode mode
private WindowState windowState
private StateString navigationalstate
private StateString interactionState
private Parameters form
private int type
Constructor Detail |
public PortletRequestDecoder()
Method Detail |
public void decode(java.util.Map queryParams, java.util.Map bodyParams) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public Mode getMode()
public WindowState getWindowState()
public StateString getNavigationalstate()
public StateString getInteractionState()
public Parameters getForm()
public int getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |