Class ControllerRequestParameterNames

java.lang.Object
org.gatein.pc.test.controller.unit.ControllerRequestParameterNames

public class ControllerRequestParameterNames extends Object
  • Field Details

    • LIFECYCLE_PHASE

      public static final String LIFECYCLE_PHASE
      The life cycle type of the invocation. The values accepted are ACTION_LIFECYCLE, RENDER_LIFECYCLE and RESOURCE_LIFECYCLE.
      See Also:
    • WINDOW_ID

      public static final String WINDOW_ID
      The window id.
      See Also:
    • MODE

      public static final String MODE
      The portlet mode.
      See Also:
    • WINDOW_STATE

      public static final String WINDOW_STATE
      The window state.
      See Also:
    • RESOURCE_STATE

      public static final String RESOURCE_STATE
      The portlet resource state for lifecycle of type RENDER_LIFECYCLE.
      See Also:
    • INTERACTION_STATE

      public static final String INTERACTION_STATE
      The portlet interaction state for lifecycle of type ACTION_LIFECYCLE.
      See Also:
    • PUBLIC_NAVIGATIONAL_STATE_CHANGES

      public static final String PUBLIC_NAVIGATIONAL_STATE_CHANGES
      The public navigational state changes of a portlet for lifecycle of type RENDER_LIFECYCLE.
      See Also:
    • RESOURCE_ID

      public static final String RESOURCE_ID
      The resource id for lifecycle of type RESOURCE_LIFECYCLE.
      See Also:
    • RESOURCE_CACHEABILITY

      public static final String RESOURCE_CACHEABILITY
      The resource cacheability for lifecycle of type RESOURCE_LIFECYCLE.
      See Also:
    • ACTION_PHASE

      public static final String ACTION_PHASE
      Denotes an action lifecycle operation.
      See Also:
    • RENDER_PHASE

      public static final String RENDER_PHASE
      Denotes a render lifecycle operation.
      See Also:
    • RESOURCE_PHASE

      public static final String RESOURCE_PHASE
      Denotes a resource lifecycle operation.
      See Also:
  • Constructor Details

    • ControllerRequestParameterNames

      public ControllerRequestParameterNames()