|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.portlet.impl.PortletRequestDecoder
public class 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
. |
static java.lang.String |
INTERACTION_STATE_PARAMETER
The name of the URL parameter containing the interaction state. |
static java.lang.String |
META_PARAMETER
The name of the URL parameter containing the meta information. |
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. |
static int |
OPAQUE_MASK
The mask for opacity. |
static int |
RENDER_MASK
The mask for render. |
static int |
RENDER_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. |
Constructor Summary | |
---|---|
PortletRequestDecoder()
|
Method Summary | |
---|---|
void |
decode(java.util.Map queryParams,
java.util.Map bodyParams)
|
PortletParameters |
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
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 PortletParameters getForm()
public int getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |