AUTO_VIEW_RENDER_FORWARD_NAME The name of an automatically-generated Forward that can be used from any Page Flow action, in situations
where a framework servlet can handle the response itself.
DEFAULT_VIEW_RENDERING_EXTENSION The default value of the extension used in the servlet path of the URI for a Forward to the
framework servlet rendering the response.
VIEW_RENDERER_URI_COMMAND A string used in the path of the URI that identifies the command for the framework servlet
to render a ViewRenderer (an attribute on the request) in the response.
VIEW_RENDERING_EXTENSION_PARAM The <param-name> of a web-app <context-param> used to configure the extension used
in the servlet path of the URI for a Forward to the framework servlet rendering the response.
(See
PageFlowConstants.AUTO_VIEW_RENDER_FORWARD_NAME ) The value for the extension should match the
extension in the <url-pattern> used to map a NetUI ViewRenderer Forward to the Servlet
handling the rendering.
The prefix for a button or imageButton that has an action.
AUTO_VIEW_RENDER_FORWARD_NAME
final public static String AUTO_VIEW_RENDER_FORWARD_NAME(Code)
The name of an automatically-generated Forward that can be used from any Page Flow action, in situations
where a framework servlet can handle the response itself. Currently, this happens when a nested page flow returns
after being shown in a popup window. In the calling page flow, the handler for the return action would return
something like new Forward("_auto"), and the framework would write out the correct javascript to
close the popup window.
BEGIN_ACTION_NAME
final public static String BEGIN_ACTION_NAME(Code)
The name of the special action in a user-defined
PageFlowController (.jpf) that is
processed when the URI for the .jpf is accessed.
DEFAULT_FORWARD_OVERFLOW_COUNT
final public static int DEFAULT_FORWARD_OVERFLOW_COUNT(Code)
Default value for the maximum number of consecutive server forwards before error.
DEFAULT_NESTING_OVERFLOW_COUNT
final public static int DEFAULT_NESTING_OVERFLOW_COUNT(Code)
Default value for the maximum depth of the Page Flow nesting stack.
DEFAULT_VIEW_RENDERING_EXTENSION
public static String DEFAULT_VIEW_RENDERING_EXTENSION(Code)
The default value of the extension used in the servlet path of the URI for a Forward to the
framework servlet rendering the response. (See
PageFlowConstants.AUTO_VIEW_RENDER_FORWARD_NAME ) The
extension is part of the <url-pattern> used to map a NetUI ViewRenderer Forward to the Servlet
handling the rendering.
FORWARD_OVERFLOW_COUNT_PARAM
final public static String FORWARD_OVERFLOW_COUNT_PARAM(Code)
Servlet context-param that configures the maximum number of consecutive server forwards before error.
GLOBALAPP_CLASSNAME
final public static String GLOBALAPP_CLASSNAME(Code)
The name of the
GlobalApp class defined by the user for a web application.
GLOBALAPP_SOURCEFILE_NAME
final public static String GLOBALAPP_SOURCEFILE_NAME(Code)
The name of the source file for the
GlobalApp class defined by the user for a
web application.
final public static String PAGEFLOW_MODULE_CONFIG_EXTENSION(Code)
The file extensioni for Struts configuration files generated by the Page Flow compiler.
PAGEFLOW_MODULE_CONFIG_GEN_DIR
final public static String PAGEFLOW_MODULE_CONFIG_GEN_DIR(Code)
The default classloader-relative directory for Struts module configuration files generated by the Page Flow compiler.
PAGEFLOW_MODULE_CONFIG_PREFIX
final public static String PAGEFLOW_MODULE_CONFIG_PREFIX(Code)
The filename prefix for Struts module configuration files generated from page flow source files.
SECURE_FORWARDS_PARAM
final public static String SECURE_FORWARDS_PARAM(Code)
Servlet context-param that configures whether to apply security constraints on server forwards to page
flow actions. Normally, security constraints are not applied on server forwards.
VIEW_RENDERER_ATTRIBUTE_NAME
public static String VIEW_RENDERER_ATTRIBUTE_NAME(Code)
The request attribute name for the view renderer object used by a
framework servlet to render the response.
VIEW_RENDERER_URI_COMMAND
public static String VIEW_RENDERER_URI_COMMAND(Code)
A string used in the path of the URI that identifies the command for the framework servlet
to render a ViewRenderer (an attribute on the request) in the response.
VIEW_RENDERING_EXTENSION_PARAM
public static String VIEW_RENDERING_EXTENSION_PARAM(Code)
The <param-name> of a web-app <context-param> used to configure the extension used
in the servlet path of the URI for a Forward to the framework servlet rendering the response.
(See
PageFlowConstants.AUTO_VIEW_RENDER_FORWARD_NAME ) The value for the extension should match the
extension in the <url-pattern> used to map a NetUI ViewRenderer Forward to the Servlet
handling the rendering. Setting the associated <param-value> overrides the default value
of the "render" extension in the servlet-mapping, <url-pattern>*.render</url-pattern>.