Overview Package Class Tree Serialized Deprecated Index Help PREV class NEXT class SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
com.ibm.wps.portlets.struts
Interface WpsStrutsBaseConstants
- All Known Subinterfaces:
- WpsStrutsConstants
- public interface WpsStrutsBaseConstants
The
WpsStrutsBaseConstants class contains constants used throughout the WPS Struts portlet implementation.
- Since:
- 4.1
Field Summary static java.lang.String CONFIGURE_MODE
The prefix used for configure modestatic java.lang.String CONTEXT_PATH_PREFIX
The key used for storing the Context path prefix in servlet contextstatic java.lang.String COPYRIGHT
static java.lang.String EDIT_MODE
The context used for edit modestatic java.lang.String HELP_MODE
The context used for help modestatic java.lang.String ISTRUTS_PREPARE_RENDER_ACTION
Indicates uri is an IStrutsPrepareRenderstatic java.lang.String LOOP_COUNT
indicates loop countstatic java.lang.String MAX_LOOP_COUNT
indicates max action loop countstatic java.lang.String PATH_DATA
The key used for storing the path info object valuestatic java.lang.String PREFIX
The prefix used on all other constants defined herestatic java.lang.String PREVIOUS_MODE
The key used for storing the previous mode statestatic java.lang.String PSEUDO_RESPONSE
The key used for storing the temporary HttpServletResponse used during actionPerformed processingstatic java.lang.String VIEW_COMMANDS
The key used for storing the command stackstatic java.lang.String VIEW_MODE
The context used for view modestatic java.lang.String WPS_ACTION_SERVLET_KEY
The key used for storing the Wps Action Servlet in request
Field Detail COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
PREFIX
public static final java.lang.String PREFIX
- The prefix used on all other constants defined here
- See Also:
- Constant Field Values
PATH_DATA
public static final java.lang.String PATH_DATA
- The key used for storing the path info object value
- See Also:
- Constant Field Values
PSEUDO_RESPONSE
public static final java.lang.String PSEUDO_RESPONSE
- The key used for storing the temporary HttpServletResponse used during actionPerformed processing
- See Also:
- Constant Field Values
VIEW_COMMANDS
public static final java.lang.String VIEW_COMMANDS
- The key used for storing the command stack
- See Also:
- Constant Field Values
PREVIOUS_MODE
public static final java.lang.String PREVIOUS_MODE
- The key used for storing the previous mode state
- See Also:
- Constant Field Values
WPS_ACTION_SERVLET_KEY
public static final java.lang.String WPS_ACTION_SERVLET_KEY
- The key used for storing the Wps Action Servlet in request
- See Also:
- Constant Field Values
CONTEXT_PATH_PREFIX
public static final java.lang.String CONTEXT_PATH_PREFIX
- The key used for storing the Context path prefix in servlet context
- See Also:
- Constant Field Values
VIEW_MODE
public static final java.lang.String VIEW_MODE
- The context used for view mode
- See Also:
- Constant Field Values
HELP_MODE
public static final java.lang.String HELP_MODE
- The context used for help mode
- See Also:
- Constant Field Values
EDIT_MODE
public static final java.lang.String EDIT_MODE
- The context used for edit mode
- See Also:
- Constant Field Values
CONFIGURE_MODE
public static final java.lang.String CONFIGURE_MODE
- The prefix used for configure mode
- See Also:
- Constant Field Values
ISTRUTS_PREPARE_RENDER_ACTION
public static final java.lang.String ISTRUTS_PREPARE_RENDER_ACTION
- Indicates uri is an IStrutsPrepareRender
- See Also:
- Constant Field Values
LOOP_COUNT
public static final java.lang.String LOOP_COUNT
- indicates loop count
- See Also:
- Constant Field Values
MAX_LOOP_COUNT
public static final java.lang.String MAX_LOOP_COUNT
- indicates max action loop count
- See Also:
- Constant Field Values
Overview Package Class Tree Serialized Deprecated Index Help PREV class NEXT class SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.