PageFlowConstants Interface

com.bea.wlw.netui.pageflow
PageFlowConstants Interface

public interface PageFlowConstants

Constants related to Page Flows.


All Known Implementing Classes
FlowController, PageFlowRequestProcessor, PageFlowUtils, GlobalApp

Field Summary

public static final String
ACTION_EXTENSION
The extension for Struts action URIs used with page flows.
public static final int
ACTION_EXTENSION_LEN
int
public static final String
ACTION_OVERRIDE
The prefix for a button or imageButton that has an action.
public static final String
BEGIN_ACTION_NAME
The name of the special action in a user-defined PageFlowController (.jpf) that is processed when the URI for the .jpf is accessed.
public static final String
BEGIN_ACTION_PATH
String
public static final int
DEFAULT_FORWARD_OVERFLOW_COUNT
int
public static final int
DEFAULT_NESTING_OVERFLOW_COUNT
int
public static final String
FORWARD_OVERFLOW_COUNT_PARAM
String
public static final String
GLOBALAPP_CLASSNAME
The name of the GlobalApp class defined by the user for a web application.
public static final String
GLOBALAPP_MEMBER_NAME
String
public static final String
GLOBALAPP_MODULE_CONTEXT_PATH
String
public static final String
GLOBALAPP_SOURCEFILE_NAME
The name of the source file for the GlobalApp class defined by the user for a web application.
public static final String
INTERNAL_VAR_PREFIX
String
public static final String
ISNESTABLE_VAR_NAME
String
public static final String
JPF_EXTENSION
The file extension for user-defined PageFlowController source files.
public static final String
JPF_MODULE_CONFIG_EXTENSION
The file extensionfor Struts configuration files generated by the Page Flow compiler.
public static final String
JPF_MODULE_CONFIG_GEN_DIR
The webapp-relative directory for Struts module configuration files generated by the page flow compiler.
public static final String
JPF_MODULE_CONFIG_PREFIX
The filename prefix for Struts module configuration files generated by the page flow compiler.
public static final String
NESTING_OVERFLOW_COUNT_PARAM
String
public static final String
PROCESS_ROLES_FAILED_ATTR
String
public static final String
WEBINF_DIR
String
 

Field Detail

ACTION_EXTENSION

public static final String ACTION_EXTENSION
The extension for Struts action URIs used with page flows.


ACTION_EXTENSION_LEN

public static final int ACTION_EXTENSION_LEN


ACTION_OVERRIDE

public static final String ACTION_OVERRIDE
The prefix for a button or imageButton that has an action.


BEGIN_ACTION_NAME

public static final String BEGIN_ACTION_NAME
The name of the special action in a user-defined PageFlowController (.jpf) that is processed when the URI for the .jpf is accessed.


BEGIN_ACTION_PATH

public static final String BEGIN_ACTION_PATH


DEFAULT_FORWARD_OVERFLOW_COUNT

public static final int DEFAULT_FORWARD_OVERFLOW_COUNT


DEFAULT_NESTING_OVERFLOW_COUNT

public static final int DEFAULT_NESTING_OVERFLOW_COUNT


FORWARD_OVERFLOW_COUNT_PARAM

public static final String FORWARD_OVERFLOW_COUNT_PARAM


GLOBALAPP_CLASSNAME

public static final String GLOBALAPP_CLASSNAME
The name of the GlobalApp class defined by the user for a web application.


GLOBALAPP_MEMBER_NAME

public static final String GLOBALAPP_MEMBER_NAME


GLOBALAPP_MODULE_CONTEXT_PATH

public static final String GLOBALAPP_MODULE_CONTEXT_PATH


GLOBALAPP_SOURCEFILE_NAME

public static final String GLOBALAPP_SOURCEFILE_NAME
The name of the source file for the GlobalApp class defined by the user for a web application.


INTERNAL_VAR_PREFIX

public static final String INTERNAL_VAR_PREFIX


ISNESTABLE_VAR_NAME

public static final String ISNESTABLE_VAR_NAME


JPF_EXTENSION

public static final String JPF_EXTENSION
The file extension for user-defined PageFlowController source files.


JPF_MODULE_CONFIG_EXTENSION

public static final String JPF_MODULE_CONFIG_EXTENSION
The file extensionfor Struts configuration files generated by the Page Flow compiler.


JPF_MODULE_CONFIG_GEN_DIR

public static final String JPF_MODULE_CONFIG_GEN_DIR
The webapp-relative directory for Struts module configuration files generated by the page flow compiler.


JPF_MODULE_CONFIG_PREFIX

public static final String JPF_MODULE_CONFIG_PREFIX
The filename prefix for Struts module configuration files generated by the page flow compiler.


NESTING_OVERFLOW_COUNT_PARAM

public static final String NESTING_OVERFLOW_COUNT_PARAM


PROCESS_ROLES_FAILED_ATTR

public static final String PROCESS_ROLES_FAILED_ATTR


WEBINF_DIR

public static final String WEBINF_DIR