Class ControllerRequestParameterNames
java.lang.Object
org.gatein.pc.test.controller.unit.ControllerRequestParameterNames
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDenotes an action lifecycle operation.static final StringThe portlet interaction state for lifecycle of typeACTION_LIFECYCLE.static final StringThe life cycle type of the invocation.static final StringThe portlet mode.static final StringThe portlet navigational state for any type of lifecycle.static final StringThe page state for any kind of lifecycle.static final StringThe public navigational state changes of a portlet for lifecycle of typeRENDER_LIFECYCLE.static final StringDenotes a render lifecycle operation.static final StringThe resource cacheability for lifecycle of typeRESOURCE_LIFECYCLE.static final StringThe resource id for lifecycle of typeRESOURCE_LIFECYCLE.static final StringDenotes a resource lifecycle operation.static final StringThe portlet resource state for lifecycle of typeRENDER_LIFECYCLE.static final StringThe window id.static final StringThe window state. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LIFECYCLE_PHASE
The life cycle type of the invocation. The values accepted areACTION_LIFECYCLE,RENDER_LIFECYCLEandRESOURCE_LIFECYCLE.- See Also:
-
WINDOW_ID
The window id.- See Also:
-
MODE
The portlet mode.- See Also:
-
WINDOW_STATE
The window state.- See Also:
-
NAVIGATIONAL_STATE
The portlet navigational state for any type of lifecycle.- See Also:
-
RESOURCE_STATE
The portlet resource state for lifecycle of typeRENDER_LIFECYCLE.- See Also:
-
INTERACTION_STATE
The portlet interaction state for lifecycle of typeACTION_LIFECYCLE.- See Also:
-
PAGE_NAVIGATIONAL_STATE
The page state for any kind of lifecycle.- See Also:
-
PUBLIC_NAVIGATIONAL_STATE_CHANGES
The public navigational state changes of a portlet for lifecycle of typeRENDER_LIFECYCLE.- See Also:
-
RESOURCE_ID
The resource id for lifecycle of typeRESOURCE_LIFECYCLE.- See Also:
-
RESOURCE_CACHEABILITY
The resource cacheability for lifecycle of typeRESOURCE_LIFECYCLE.- See Also:
-
ACTION_PHASE
Denotes an action lifecycle operation.- See Also:
-
RENDER_PHASE
Denotes a render lifecycle operation.- See Also:
-
RESOURCE_PHASE
Denotes a resource lifecycle operation.- See Also:
-
-
Constructor Details
-
ControllerRequestParameterNames
public ControllerRequestParameterNames()
-