A C D E F G H I L M O P R S T U V

A

ACTIONS_KEY - Static variable in class org.apache.struts.chain.Constants
The base part of the context attribute under which a Map containing the Action instances associated with this module are stored.
ACTION_CONFIG_KEY - Static variable in class org.apache.struts.chain.Constants
The default context attribute under which the ActionConfig for the current request will be stored.
ACTION_FORM_KEY - Static variable in class org.apache.struts.chain.Constants
The default context attribute under which the ActionForm for the current request will be stored.
ACTION_KEY - Static variable in class org.apache.struts.chain.Constants
The default context attribute under which the Action for the current request will be stored.
ACTION_SERVLET_KEY - Static variable in class org.apache.struts.chain.Constants
The default context attribute under which the ActionServet for the current application will be stored.
AbstractAuthorizeAction - class org.apache.struts.chain.AbstractAuthorizeAction.
Determine whether the requested action is authorized for the current user.
AbstractAuthorizeAction() - Constructor for class org.apache.struts.chain.AbstractAuthorizeAction
 
AbstractExceptionHandler - class org.apache.struts.chain.AbstractExceptionHandler.
Invoke the local or global exception handler configured for the exception class that occurred.
AbstractExceptionHandler() - Constructor for class org.apache.struts.chain.AbstractExceptionHandler
 
AbstractExecuteAction - class org.apache.struts.chain.AbstractExecuteAction.
Invoke the appropriate Action for this request, and cache the returned ActionForward.
AbstractExecuteAction() - Constructor for class org.apache.struts.chain.AbstractExecuteAction
 
AbstractPerformForward - class org.apache.struts.chain.AbstractPerformForward.
Perform forwarding or redirection based on the specified ForwardConfig (if any).
AbstractPerformForward() - Constructor for class org.apache.struts.chain.AbstractPerformForward
 
AbstractPerformInclude - class org.apache.struts.chain.AbstractPerformInclude.
Perform forwarding or redirection based on the specified String (if any).
AbstractPerformInclude() - Constructor for class org.apache.struts.chain.AbstractPerformInclude
 
AbstractPopulateActionForm - class org.apache.struts.chain.AbstractPopulateActionForm.
Populate the form bean (if any) for this request.
AbstractPopulateActionForm() - Constructor for class org.apache.struts.chain.AbstractPopulateActionForm
 
AbstractRequestNoCache - class org.apache.struts.chain.AbstractRequestNoCache.
Check to see if the controller is configured to prevent caching, and if so, request no cache flags to be set.
AbstractRequestNoCache() - Constructor for class org.apache.struts.chain.AbstractRequestNoCache
 
AbstractSelectAction - class org.apache.struts.chain.AbstractSelectAction.
Cache the ActionConfig instance for the action to be used for processing this request.
AbstractSelectAction() - Constructor for class org.apache.struts.chain.AbstractSelectAction
 
AbstractSelectForward - class org.apache.struts.chain.AbstractSelectForward.
Select and cache the ActionForward for this ActionConfig if specified.
AbstractSelectForward() - Constructor for class org.apache.struts.chain.AbstractSelectForward
 
AbstractSelectInput - class org.apache.struts.chain.AbstractSelectInput.
Select and cache a ForwardConfig that returns us to the input page for the current action, if any.
AbstractSelectInput() - Constructor for class org.apache.struts.chain.AbstractSelectInput
 
AbstractSelectLocale - class org.apache.struts.chain.AbstractSelectLocale.
Select the Locale to be used for this request.
AbstractSelectLocale() - Constructor for class org.apache.struts.chain.AbstractSelectLocale
 
AbstractSelectModule - class org.apache.struts.chain.AbstractSelectModule.
Cache the ModuleConfig and MessageResources instances for the sub-application module to be used for processing this request.
AbstractSelectModule() - Constructor for class org.apache.struts.chain.AbstractSelectModule
 
AbstractSetContentType - class org.apache.struts.chain.AbstractSetContentType.
Check to see if the content type is set, and if so, set it for this response.
AbstractSetContentType() - Constructor for class org.apache.struts.chain.AbstractSetContentType
 
AbstractValidateActionForm - class org.apache.struts.chain.AbstractValidateActionForm.
Validate the properties of the form bean for this request.
AbstractValidateActionForm() - Constructor for class org.apache.struts.chain.AbstractValidateActionForm
 
AuthorizeAction - class org.apache.struts.chain.servlet.AuthorizeAction.
Determine if the action is authorized for the given roles.
AuthorizeAction() - Constructor for class org.apache.struts.chain.servlet.AuthorizeAction
 
actionConfigKey - Variable in class org.apache.struts.chain.AbstractAuthorizeAction
 
actionConfigKey - Variable in class org.apache.struts.chain.AbstractExceptionHandler
 
actionConfigKey - Variable in class org.apache.struts.chain.AbstractExecuteAction
 
actionConfigKey - Variable in class org.apache.struts.chain.AbstractPopulateActionForm
 
actionConfigKey - Variable in class org.apache.struts.chain.AbstractSelectAction
 
actionConfigKey - Variable in class org.apache.struts.chain.AbstractSelectForward
 
actionConfigKey - Variable in class org.apache.struts.chain.AbstractSelectInput
 
actionConfigKey - Variable in class org.apache.struts.chain.AbstractValidateActionForm
 
actionConfigKey - Variable in class org.apache.struts.chain.CreateAction
 
actionConfigKey - Variable in class org.apache.struts.chain.CreateActionForm
 
actionConfigKey - Variable in class org.apache.struts.chain.SelectInclude
 
actionFormKey - Variable in class org.apache.struts.chain.AbstractExecuteAction
 
actionFormKey - Variable in class org.apache.struts.chain.AbstractPopulateActionForm
 
actionFormKey - Variable in class org.apache.struts.chain.AbstractValidateActionForm
 
actionFormKey - Variable in class org.apache.struts.chain.CreateActionForm
 
actionFormKey - Variable in class org.apache.struts.chain.servlet.ExceptionHandler
 
actionKey - Variable in class org.apache.struts.chain.AbstractExecuteAction
 
actionKey - Variable in class org.apache.struts.chain.CreateAction
 
actionServletKey - Variable in class org.apache.struts.chain.AbstractAuthorizeAction
 
actionServletKey - Variable in class org.apache.struts.chain.CreateAction
 
actionServletKey - Variable in class org.apache.struts.chain.CreateActionForm
 

C

CANCEL_KEY - Static variable in class org.apache.struts.chain.Constants
The default context attribute under which a boolean flag indicating whether this request has been cancelled will be stored.
CATALOG_ATTR - Static variable in class org.apache.struts.chain.Constants
The context attribute under which the Catalog containing our defined command chains has been stored.
CATALOG_NAME - Static variable in class org.apache.struts.chain.legacy.ComposableRequestProcessor
Name of the context initialization parameter containing the name of the Catalog we will use.
COMMAND_NAME - Static variable in class org.apache.struts.chain.legacy.ComposableRequestProcessor
Name of the Command to be executed for each request.
CatalogConfiguratorPlugIn - class org.apache.struts.chain.legacy.CatalogConfiguratorPlugIn.
CatalogConfiguratorPlugIn parses the configuration resource specified by the path or resource property to configure the default Catalog registered with the CatalogFactory for this application.
CatalogConfiguratorPlugIn() - Constructor for class org.apache.struts.chain.legacy.CatalogConfiguratorPlugIn
 
ChainAction - class org.apache.struts.chain.legacy.ChainAction.
An Action implementation that delegates to a configured Chain (or Command) for performing the actual business logic related to a request.
ChainAction() - Constructor for class org.apache.struts.chain.legacy.ChainAction
 
ClassUtils - class org.apache.struts.chain.util.ClassUtils.
Utility methods to load application classes and create instances.
ClassUtils() - Constructor for class org.apache.struts.chain.util.ClassUtils
 
ComposableRequestProcessor - class org.apache.struts.chain.legacy.ComposableRequestProcessor.
ComposableRequestProcessor uses the Chain Of Resposibility design pattern (as implemented by the commons-chain package in Jakarta Commons) to support external configuration of command chains to be used.
ComposableRequestProcessor() - Constructor for class org.apache.struts.chain.legacy.ComposableRequestProcessor
 
Constants - class org.apache.struts.chain.Constants.
Global constants for the Chain of Responsibility Library.
Constants() - Constructor for class org.apache.struts.chain.Constants
 
CreateAction - class org.apache.struts.chain.CreateAction.
Create (if necessary) and cache an Action for this request.
CreateAction() - Constructor for class org.apache.struts.chain.CreateAction
 
CreateActionForm - class org.apache.struts.chain.CreateActionForm.
Create (if necessary) and cache a form bean for this request.
CreateActionForm() - Constructor for class org.apache.struts.chain.CreateActionForm
 
cancelKey - Variable in class org.apache.struts.chain.AbstractPopulateActionForm
 
cancelKey - Variable in class org.apache.struts.chain.AbstractValidateActionForm
 
catalog - Variable in class org.apache.struts.chain.legacy.ChainAction
The Catalog that will be consulted to look up the Command to be executed.
catalog - Variable in class org.apache.struts.chain.legacy.ComposableRequestProcessor
The Catalog containing all of the available command chains for this module.
catalog - Variable in class org.apache.struts.chain.legacy.DispatchAction
The Catalog that will be consulted to look up the Command to be executed.
catalogName - Variable in class org.apache.struts.chain.ExceptionCatcher
 
command - Variable in class org.apache.struts.chain.legacy.ComposableRequestProcessor
The Command to be executed for each request.

D

DispatchAction - class org.apache.struts.chain.legacy.DispatchAction.
An Action implementation that delegates to a Chain (or Command) that is specified by a request parameter whose name is configured in the parameter attribute of the <action> element configuring this action.
DispatchAction() - Constructor for class org.apache.struts.chain.legacy.DispatchAction
 
destroy() - Method in class org.apache.struts.chain.legacy.CatalogConfiguratorPlugIn
Clean up at web application shutdown.
destroy() - Method in class org.apache.struts.chain.legacy.ComposableRequestProcessor
Clean up in preparation for a shutdown of this application.
doInclude(ServletWebContext, String) - Method in class org.apache.struts.chain.servlet.TilesPreProcessor
Do an include of specified URI using a RequestDispatcher.

E

EXCEPTION_KEY - Static variable in class org.apache.struts.chain.Constants
The default context attribute under which an Exception will be stored before passing it to an exception handler chain.
ExceptionCatcher - class org.apache.struts.chain.ExceptionCatcher.
Intercept any exception thrown by a subsequent Command in this processing chain, and fire the configured exception handler chain after storing the exception that has occurred into the Context.
ExceptionCatcher() - Constructor for class org.apache.struts.chain.ExceptionCatcher
 
ExceptionHandler - class org.apache.struts.chain.servlet.ExceptionHandler.
Handle the specified exception.
ExceptionHandler() - Constructor for class org.apache.struts.chain.servlet.ExceptionHandler
 
ExecuteAction - class org.apache.struts.chain.servlet.ExecuteAction.
Invoke the appropriate Action for this request, and cache the returned ActionForward.
ExecuteAction() - Constructor for class org.apache.struts.chain.servlet.ExecuteAction
 
exceptionCommand - Variable in class org.apache.struts.chain.ExceptionCatcher
 
exceptionKey - Variable in class org.apache.struts.chain.AbstractExceptionHandler
 
exceptionKey - Variable in class org.apache.struts.chain.ExceptionCatcher
 
execute(Context) - Method in class org.apache.struts.chain.AbstractAuthorizeAction
Determine whether the requested action is authorized for the current user.
execute(Context) - Method in class org.apache.struts.chain.AbstractExceptionHandler
Invoke the appropriate Action for this request, and cache the returned ActionForward.
execute(Context) - Method in class org.apache.struts.chain.AbstractExecuteAction
Invoke the appropriate Action for this request, and cache the returned ActionForward.
execute(Context, Action, ActionConfig, ActionForm) - Method in class org.apache.struts.chain.AbstractExecuteAction
Execute the specified Action, and return the resulting ForwardConfig.
execute(Context) - Method in class org.apache.struts.chain.AbstractPerformForward
Perform forwarding or redirection based on the specified ActionForward (if any).
execute(Context) - Method in class org.apache.struts.chain.AbstractPerformInclude
Perform an include based on the specified include uri (if any).
execute(Context) - Method in class org.apache.struts.chain.AbstractPopulateActionForm
Populate the form bean (if any) for this request.
execute(Context) - Method in class org.apache.struts.chain.AbstractRequestNoCache
Check to see if the controller is configured to prevent caching, and if so, request no cache flags to be set.
execute(Context) - Method in class org.apache.struts.chain.AbstractSelectAction
Cache the ActionConfig instance for the action to be used for processing this request.
execute(Context) - Method in class org.apache.struts.chain.AbstractSelectForward
Select and cache the ActionForward for this ActionConfig if specified.
execute(Context) - Method in class org.apache.struts.chain.AbstractSelectInput
Select and cache a ForwardConfig for the input page for the current request.
execute(Context) - Method in class org.apache.struts.chain.AbstractSelectLocale
Select the Locale to be used for this request.
execute(Context) - Method in class org.apache.struts.chain.AbstractSelectModule
Cache the ModuleConfig and MessageResources instances for the sub-application module to be used for processing this request.
execute(Context) - Method in class org.apache.struts.chain.AbstractSetContentType
Check to see if the content type is set, and if so, set it for this response.
execute(Context) - Method in class org.apache.struts.chain.AbstractValidateActionForm
Validate the properties of the form bean for this request.
execute(Context) - Method in class org.apache.struts.chain.CreateAction
Create (if necessary) and cache an Action for this request.
execute(Context) - Method in class org.apache.struts.chain.CreateActionForm
Create (if necessary) and cache a form bean for this request.
execute(Context) - Method in class org.apache.struts.chain.ExceptionCatcher
Clear any existing stored exception and pass the context on to the remainder of the current chain.
execute(Context) - Method in class org.apache.struts.chain.SelectInclude
Select and cache the include uri for this ActionConfig if specified.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.chain.legacy.ChainAction
Delegate to the command chain specified in our configuration.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.chain.legacy.DispatchAction
Delegate to the command chain specified in our configuration.
execute(Context, Action, ActionConfig, ActionForm) - Method in class org.apache.struts.chain.servlet.ExecuteAction
Execute the specified Action, and return the resulting ActionForward.
execute(Context) - Method in class org.apache.struts.chain.servlet.TilesPreProcessor
If the current ForwardConfig is using "tiles", perform necessary pre-processing to set up the TilesContext and substitute a new ForwardConfig which is understandable to a RequestDispatcher.

F

FORWARD_CONFIG_KEY - Static variable in class org.apache.struts.chain.Constants
The default context attribute under which the ForwardConfig for the current request will be stored.
forward(Context, ModuleConfig, String) - Method in class org.apache.struts.chain.AbstractSelectForward
Create and return a ForwardConfig representing the specified module-relative destination.
forward(Context, ModuleConfig, String) - Method in class org.apache.struts.chain.AbstractSelectInput
Create and return a ForwardConfig representing the specified module-relative destination.
forward(Context, ModuleConfig, String) - Method in class org.apache.struts.chain.servlet.SelectForward
Create and return a ForwardConfig representing the specified module-relative destination.
forward(Context, ModuleConfig, String) - Method in class org.apache.struts.chain.servlet.SelectInput
Create and return a ForwardConfig representing the specified module-relative destination.
forwardConfigKey - Variable in class org.apache.struts.chain.AbstractExceptionHandler
 
forwardConfigKey - Variable in class org.apache.struts.chain.AbstractExecuteAction
 
forwardConfigKey - Variable in class org.apache.struts.chain.AbstractPerformForward
 
forwardConfigKey - Variable in class org.apache.struts.chain.AbstractSelectForward
 
forwardConfigKey - Variable in class org.apache.struts.chain.AbstractSelectInput
 
forwardConfigKey - Variable in class org.apache.struts.chain.servlet.TilesPreProcessor
 

G

getActionConfigKey() - Method in class org.apache.struts.chain.AbstractAuthorizeAction
Return the context attribute key under which the ActionConfig for the currently selected application action is stored.
getActionConfigKey() - Method in class org.apache.struts.chain.AbstractExceptionHandler
Return the context attribute key under which the ActionConfig for the currently selected application action is stored.
getActionConfigKey() - Method in class org.apache.struts.chain.AbstractExecuteAction
Return the context attribute key under which the ActionConfig for the currently selected application action is stored.
getActionConfigKey() - Method in class org.apache.struts.chain.AbstractPopulateActionForm
Return the context attribute key under which the ActionConfig for the currently selected application action is stored.
getActionConfigKey() - Method in class org.apache.struts.chain.AbstractSelectAction
Return the context attribute key under which the ActionConfig for the currently selected application action is stored.
getActionConfigKey() - Method in class org.apache.struts.chain.AbstractSelectForward
Return the context attribute key under which the ActionConfig for the currently selected application action is stored.
getActionConfigKey() - Method in class org.apache.struts.chain.AbstractSelectInput
Return the context attribute key under which the ActionConfig for the currently selected application action is stored.
getActionConfigKey() - Method in class org.apache.struts.chain.AbstractValidateActionForm
Return the context attribute key under which the ActionConfig for the currently selected application action is stored.
getActionConfigKey() - Method in class org.apache.struts.chain.CreateAction
Return the context attribute key under which the ActionConfig for the currently selected application action is stored.
getActionConfigKey() - Method in class org.apache.struts.chain.CreateActionForm
Return the context attribute key under which the ActionConfig for the currently selected application action is stored.
getActionConfigKey() - Method in class org.apache.struts.chain.SelectInclude
Return the context attribute key under which the ActionConfig for the currently selected application action is stored.
getActionFormKey() - Method in class org.apache.struts.chain.AbstractExecuteAction
Return the context attribute key under which the ActionForm for the currently selected application action is stored.
getActionFormKey() - Method in class org.apache.struts.chain.AbstractPopulateActionForm
Return the context attribute key under which the ActionForm for the currently selected application action is stored.
getActionFormKey() - Method in class org.apache.struts.chain.AbstractValidateActionForm
Return the context attribute key under which the ActionForm for the currently selected application action is stored.
getActionFormKey() - Method in class org.apache.struts.chain.CreateActionForm
Return the context attribute key under which the ActionForm for the currently selected application action is stored.
getActionFormKey() - Method in class org.apache.struts.chain.servlet.ExceptionHandler
Return the context attribute key under which the ActionForm for the currently selected application action is stored.
getActionKey() - Method in class org.apache.struts.chain.AbstractExecuteAction
Return the context attribute key under which the Action for the currently selected application action is stored.
getActionKey() - Method in class org.apache.struts.chain.CreateAction
Return the context attribute key under which the Action for the currently selected application action is stored.
getActionServletKey() - Method in class org.apache.struts.chain.AbstractAuthorizeAction
Return the context attribute key under which the ActionServlet for the currently selected application action is stored.
getActionServletKey() - Method in class org.apache.struts.chain.CreateAction
Return the context attribute key under which the ActionServlet for the current web application is stored.
getActionServletKey() - Method in class org.apache.struts.chain.CreateActionForm
Return the context attribute key under which the ActionServlet for the currently selected application action is stored.
getActions(Context, ModuleConfig) - Method in class org.apache.struts.chain.CreateAction
Create (if necessary) and return a Map containing the Action instances for the current application module.
getApplicationClass(String) - Static method in class org.apache.struts.chain.util.ClassUtils
Return the Class object for the specified fully qualified class name, from this web application's class loader.
getApplicationInstance(String) - Static method in class org.apache.struts.chain.util.ClassUtils
Return a new instance of the specified fully qualified class name, after loading the class (if necessary) from this web application's class loader.
getCancelKey() - Method in class org.apache.struts.chain.AbstractPopulateActionForm
Return the context attribute key under which the cancellation flag for this request is stored.
getCancelKey() - Method in class org.apache.struts.chain.AbstractValidateActionForm
Return the context attribute key under which the cancellation flag for this request is stored.
getCatalog() - Method in class org.apache.struts.chain.legacy.ChainAction
Return the Catalog we will use to acquire the Command to be executed.
getCatalog() - Method in class org.apache.struts.chain.legacy.DispatchAction
Return the Catalog we will use to acquire the Command to be executed.
getCatalogName() - Method in class org.apache.struts.chain.ExceptionCatcher
Return the name of the Catalog in which to perform lookups, or null for the default Catalog.
getExceptionCommand() - Method in class org.apache.struts.chain.ExceptionCatcher
Return the name of the command to be executed if an exception occurs.
getExceptionKey() - Method in class org.apache.struts.chain.AbstractExceptionHandler
Return the context attribute key under which any thrown exception will be stored.
getExceptionKey() - Method in class org.apache.struts.chain.ExceptionCatcher
Return the context attribute key under which any thrown exception will be stored.
getForwardConfigKey() - Method in class org.apache.struts.chain.AbstractExceptionHandler
Return the context attribute key under which the ForwardConfig for the currently selected application action is stored.
getForwardConfigKey() - Method in class org.apache.struts.chain.AbstractExecuteAction
Return the context attribute key under which the ForwardConfig for the currently selected application action is stored.
getForwardConfigKey() - Method in class org.apache.struts.chain.AbstractPerformForward
Return the context attribute key under which the ForwardConfig for the currently selected application action is stored.
getForwardConfigKey() - Method in class org.apache.struts.chain.AbstractSelectForward
Return the context attribute key under which the ForwardConfig for the currently selected application action is stored.
getForwardConfigKey() - Method in class org.apache.struts.chain.AbstractSelectInput
Return the context attribute key under which the ForwardConfig for the currently selected application action is stored.
getForwardConfigKey() - Method in class org.apache.struts.chain.servlet.TilesPreProcessor
Return the context attribute key under which the ForwardConfig for the currently selected application action is stored.
getIncludeKey() - Method in class org.apache.struts.chain.AbstractPerformInclude
Return the context attribute key under which the include uri for the currently selected application action is stored.
getIncludeKey() - Method in class org.apache.struts.chain.SelectInclude
Return the context attribute key under which the include uri is stored.
getIncludeKey() - Method in class org.apache.struts.chain.servlet.TilesPreProcessor
Return the context attribute key under which the include uri for the currently selected application action is stored.
getLocale(Context) - Method in class org.apache.struts.chain.AbstractSelectLocale
Return the Locale to be used for this request.
getLocale(Context) - Method in class org.apache.struts.chain.servlet.SelectLocale
Return the Locale to be used for this request.
getLocaleKey() - Method in class org.apache.struts.chain.AbstractSelectLocale
Return the context attribute key under which the Locale for the current request is stored.
getMessageResourcesKey() - Method in class org.apache.struts.chain.AbstractSelectModule
Return the context attribute key under which the default MessageResources for the currently selected application module will be stored.
getModuleConfigKey() - Method in class org.apache.struts.chain.AbstractExceptionHandler
Return the context attribute key under which the ModuleConfig for the currently selected application action is stored.
getModuleConfigKey() - Method in class org.apache.struts.chain.AbstractPerformForward
Return the context attribute key under which the ModuleConfig for the currently selected application module will be stored.
getModuleConfigKey() - Method in class org.apache.struts.chain.AbstractPerformInclude
Return the context attribute key under which the ModuleConfig for the currently selected application module is stored.
getModuleConfigKey() - Method in class org.apache.struts.chain.AbstractRequestNoCache
Return the context attribute key under which the ModuleConfig for the currently selected application module is stored.
getModuleConfigKey() - Method in class org.apache.struts.chain.AbstractSelectAction
Return the context attribute key under which the ModuleConfig for the currently selected application module is stored.
getModuleConfigKey() - Method in class org.apache.struts.chain.AbstractSelectLocale
Return the context attribute key under which the ModuleConfig for the currently selected application module will be stored.
getModuleConfigKey() - Method in class org.apache.struts.chain.AbstractSelectModule
Return the context attribute key under which the ModuleConfig for the currently selected application module will be stored.
getModuleConfigKey() - Method in class org.apache.struts.chain.AbstractSetContentType
Return the context attribute key under which the ModuleConfig for the currently selected application module is stored.
getModuleConfigKey() - Method in class org.apache.struts.chain.CreateActionForm
Return the context attribute key under which the ModuleConfig for the currently selected application module is stored.
getPath(Context) - Method in class org.apache.struts.chain.AbstractSelectAction
Return the path to be used to select the ActionConfig for this request.
getPath() - Method in class org.apache.struts.chain.legacy.CatalogConfiguratorPlugIn
Return the context-relative resource path to load from.
getPath(Context) - Method in class org.apache.struts.chain.servlet.SelectAction
 
getPrefix(Context) - Method in class org.apache.struts.chain.AbstractSelectModule
Calculate and return the module prefix for the module to be selected for this request.
getPrefix(Context) - Method in class org.apache.struts.chain.servlet.SelectModule
 
getResource() - Method in class org.apache.struts.chain.legacy.CatalogConfiguratorPlugIn
Return the classloader resource path to load from.
getValidKey() - Method in class org.apache.struts.chain.AbstractExecuteAction
Return the context attribute key under which the validity flag for this request is stored.
getValidKey() - Method in class org.apache.struts.chain.AbstractSelectForward
Return the context attribute key under which the validity flag for this request is stored.
getValidKey() - Method in class org.apache.struts.chain.AbstractSelectInput
Return the context attribute key under which the validity flag for this request is stored.
getValidKey() - Method in class org.apache.struts.chain.AbstractValidateActionForm
Return the context attribute key under which the validity flag for this request is stored.
getValidKey() - Method in class org.apache.struts.chain.CreateAction
Return the context attribute key under which the validity flag for this request is stored.

H

handle(Context, Exception, ExceptionConfig, ActionConfig, ModuleConfig) - Method in class org.apache.struts.chain.AbstractExceptionHandler
Perform the required handling of the specified exception.
handle(Context, Exception, ExceptionConfig, ActionConfig, ModuleConfig) - Method in class org.apache.struts.chain.servlet.ExceptionHandler
 
handleCancel(Context, ActionConfig, ActionForm) - Method in class org.apache.struts.chain.AbstractPopulateActionForm
 

I

INCLUDE_KEY - Static variable in class org.apache.struts.chain.Constants
The default context attribute under which the include path for the current request will be stored.
INCLUDE_PATH_INFO - Static variable in class org.apache.struts.chain.Constants
The request attribute under which the path information is stored for processing during a RequestDispatcher.include() call.
INCLUDE_SERVLET_PATH - Static variable in class org.apache.struts.chain.Constants
The request attribute under which the servlet path is stored for processing during a RequestDispatcher.include() call.
includeKey - Variable in class org.apache.struts.chain.AbstractPerformInclude
 
includeKey - Variable in class org.apache.struts.chain.SelectInclude
 
includeKey - Variable in class org.apache.struts.chain.servlet.TilesPreProcessor
 
init(ActionServlet, ModuleConfig) - Method in class org.apache.struts.chain.legacy.CatalogConfiguratorPlugIn
Parse the configuration documents specified by the path or resource property to configure the default Catalog that is registered in the CatalogFactory instance for this application.
init(ActionServlet, ModuleConfig) - Method in class org.apache.struts.chain.legacy.ComposableRequestProcessor
Initialize this request processor instance.
initRequestProcessorClass(ModuleConfig) - Method in class org.apache.struts.chain.legacy.TilesPlugin
 
isAuthorized(Context, String[], ActionConfig) - Method in class org.apache.struts.chain.AbstractAuthorizeAction
Determine if the action is authorized for the given roles.
isAuthorized(Context, String[], ActionConfig) - Method in class org.apache.struts.chain.servlet.AuthorizeAction
 

L

LOCALE_KEY - Static variable in class org.apache.struts.chain.Constants
The default context attribute under which the Locale for the current request will be stored.
localeKey - Variable in class org.apache.struts.chain.AbstractSelectLocale
 
log - Static variable in class org.apache.struts.chain.AbstractAuthorizeAction
 
log - Static variable in class org.apache.struts.chain.AbstractExceptionHandler
 
log - Static variable in class org.apache.struts.chain.AbstractSelectForward
 
log - Static variable in class org.apache.struts.chain.AbstractSelectInput
 
log - Static variable in class org.apache.struts.chain.AbstractValidateActionForm
 
log - Static variable in class org.apache.struts.chain.CreateAction
 
log - Static variable in class org.apache.struts.chain.CreateActionForm
 
log - Static variable in class org.apache.struts.chain.ExceptionCatcher
 
log - Static variable in class org.apache.struts.chain.SelectInclude
 
log - Static variable in class org.apache.struts.chain.legacy.CatalogConfiguratorPlugIn
 
log - Static variable in class org.apache.struts.chain.legacy.ComposableRequestProcessor
The Log instance for this class.
log - Static variable in class org.apache.struts.chain.servlet.ExceptionHandler
 
log - Static variable in class org.apache.struts.chain.servlet.PopulateActionForm
 
log - Static variable in class org.apache.struts.chain.servlet.TilesPreProcessor
 
log - Static variable in class org.apache.struts.chain.servlet.ValidateActionForm
 

M

MESSAGE_RESOURCES_KEY - Static variable in class org.apache.struts.chain.Constants
The default context attribute under which the MessageResources for the current request will be stored.
MODULE_CONFIG_KEY - Static variable in class org.apache.struts.chain.Constants
The default context attribute under which the ModuleConfig for the current request will be stored.
messageResourcesKey - Variable in class org.apache.struts.chain.AbstractSelectModule
 
moduleConfigKey - Variable in class org.apache.struts.chain.AbstractExceptionHandler
 
moduleConfigKey - Variable in class org.apache.struts.chain.AbstractPerformForward
 
moduleConfigKey - Variable in class org.apache.struts.chain.AbstractPerformInclude
 
moduleConfigKey - Variable in class org.apache.struts.chain.AbstractRequestNoCache
 
moduleConfigKey - Variable in class org.apache.struts.chain.AbstractSelectAction
 
moduleConfigKey - Variable in class org.apache.struts.chain.AbstractSelectLocale
 
moduleConfigKey - Variable in class org.apache.struts.chain.AbstractSelectModule
 
moduleConfigKey - Variable in class org.apache.struts.chain.AbstractSetContentType
 
moduleConfigKey - Variable in class org.apache.struts.chain.CreateActionForm
 
moduleConfigKey - Variable in class org.apache.struts.chain.servlet.TilesPreProcessor
 

O

org.apache.struts.chain - package org.apache.struts.chain
 
org.apache.struts.chain.legacy - package org.apache.struts.chain.legacy
 
org.apache.struts.chain.servlet - package org.apache.struts.chain.servlet
 
org.apache.struts.chain.util - package org.apache.struts.chain.util
 

P

PerformForward - class org.apache.struts.chain.servlet.PerformForward.
Perform forwarding or redirection based on the specified ForwardConfig (if any).
PerformForward() - Constructor for class org.apache.struts.chain.servlet.PerformForward
 
PerformInclude - class org.apache.struts.chain.servlet.PerformInclude.
Perform forwarding or redirection based on the specified include uri (if any).
PerformInclude() - Constructor for class org.apache.struts.chain.servlet.PerformInclude
 
PopulateActionForm - class org.apache.struts.chain.servlet.PopulateActionForm.
Populate the form bean (if any) for this request.
PopulateActionForm() - Constructor for class org.apache.struts.chain.servlet.PopulateActionForm
 
path - Variable in class org.apache.struts.chain.legacy.CatalogConfiguratorPlugIn
 
perform(Context, ForwardConfig) - Method in class org.apache.struts.chain.AbstractPerformForward
Perform the appropriate processing on the specified ForwardConfig.
perform(Context, String) - Method in class org.apache.struts.chain.AbstractPerformInclude
Perform the appropriate processing on the specified include uri.
perform(Context, ForwardConfig) - Method in class org.apache.struts.chain.servlet.PerformForward
Perform the appropriate processing on the specified ForwardConfig.
perform(Context, String) - Method in class org.apache.struts.chain.servlet.PerformInclude
Perform the appropriate processing on the specified include uri.
populate(Context, ActionConfig, ActionForm) - Method in class org.apache.struts.chain.AbstractPopulateActionForm
Base implementation assumes that the Context can be cast to WebContext and copies the parameter values from the context to the ActionForm.
populate(Context, ActionConfig, ActionForm) - Method in class org.apache.struts.chain.servlet.PopulateActionForm
 
postprocess(Context, Exception) - Method in class org.apache.struts.chain.ExceptionCatcher
If an exception was thrown by a subsequent Command, pass it on to the specified exception handling chain.
process(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.chain.legacy.ComposableRequestProcessor
Process an HttpServletRequest and create the corresponding HttpServletResponse.
processMultipart(HttpServletRequest) - Method in class org.apache.struts.chain.legacy.ComposableRequestProcessor
If this is a multipart request, wrap it with a special wrapper.

R

RequestNoCache - class org.apache.struts.chain.servlet.RequestNoCache.
Check to see if the controller is configured to prevent caching, and if so, set the no cache HTTP response headers.
RequestNoCache() - Constructor for class org.apache.struts.chain.servlet.RequestNoCache
 
requestNoCache(Context) - Method in class org.apache.struts.chain.AbstractRequestNoCache
Request no cache flags are set.
requestNoCache(Context) - Method in class org.apache.struts.chain.servlet.RequestNoCache
 
reset(Context, ActionConfig, ActionForm) - Method in class org.apache.struts.chain.AbstractPopulateActionForm
Call the reset() method on the specified form bean.
reset(Context, ActionConfig, ActionForm) - Method in class org.apache.struts.chain.servlet.PopulateActionForm
 
resource - Variable in class org.apache.struts.chain.legacy.CatalogConfiguratorPlugIn
 

S

SelectAction - class org.apache.struts.chain.servlet.SelectAction.
Cache the ActionConfig instance for the action to be used for processing this request.
SelectAction() - Constructor for class org.apache.struts.chain.servlet.SelectAction
 
SelectForward - class org.apache.struts.chain.servlet.SelectForward.
Create and return a ForwardConfig representing the specified module-relative destination.
SelectForward() - Constructor for class org.apache.struts.chain.servlet.SelectForward
 
SelectInclude - class org.apache.struts.chain.SelectInclude.
Select and cache the include for this ActionConfig if specified.
SelectInclude() - Constructor for class org.apache.struts.chain.SelectInclude
 
SelectInput - class org.apache.struts.chain.servlet.SelectInput.
Validate the properties of the form bean for this request.
SelectInput() - Constructor for class org.apache.struts.chain.servlet.SelectInput
 
SelectLocale - class org.apache.struts.chain.servlet.SelectLocale.
Select the Locale to be used for this request.
SelectLocale() - Constructor for class org.apache.struts.chain.servlet.SelectLocale
 
SelectModule - class org.apache.struts.chain.servlet.SelectModule.
Cache the ModuleConfig and MessageResources instances for the sub-application module to be used for processing this request.
SelectModule() - Constructor for class org.apache.struts.chain.servlet.SelectModule
 
SetContentType - class org.apache.struts.chain.servlet.SetContentType.
Check to see if the content type is set, and if so, set it for this response.
SetContentType() - Constructor for class org.apache.struts.chain.servlet.SetContentType
 
setActionConfigKey(String) - Method in class org.apache.struts.chain.AbstractAuthorizeAction
Set the context attribute key under which the ActionConfig for the currently selected application action is stored.
setActionConfigKey(String) - Method in class org.apache.struts.chain.AbstractExceptionHandler
Set the context attribute key under which the ActionConfig for the currently selected application action is stored.
setActionConfigKey(String) - Method in class org.apache.struts.chain.AbstractExecuteAction
Set the context attribute key under which the ActionConfig for the currently selected application action is stored.
setActionConfigKey(String) - Method in class org.apache.struts.chain.AbstractPopulateActionForm
Set the context attribute key under which the ActionConfig for the currently selected application action is stored.
setActionConfigKey(String) - Method in class org.apache.struts.chain.AbstractSelectAction
Set the context attribute key under which the ActionConfig for the currently selected application action is stored.
setActionConfigKey(String) - Method in class org.apache.struts.chain.AbstractSelectForward
Set the context attribute key under which the ActionConfig for the currently selected application action is stored.
setActionConfigKey(String) - Method in class org.apache.struts.chain.AbstractSelectInput
Set the context attribute key under which the ActionConfig for the currently selected application action is stored.
setActionConfigKey(String) - Method in class org.apache.struts.chain.AbstractValidateActionForm
Set the context attribute key under which the ActionConfig for the currently selected application action is stored.
setActionConfigKey(String) - Method in class org.apache.struts.chain.CreateAction
Set the context attribute key under which the ActionConfig for the currently selected application action is stored.
setActionConfigKey(String) - Method in class org.apache.struts.chain.CreateActionForm
Set the context attribute key under which the ActionConfig for the currently selected application action is stored.
setActionConfigKey(String) - Method in class org.apache.struts.chain.SelectInclude
Set the context attribute key under which the ActionConfig for the currently selected application action is stored.
setActionFormKey(String) - Method in class org.apache.struts.chain.AbstractExecuteAction
Set the context attribute key under which the ActionForm for the currently selected application action is stored.
setActionFormKey(String) - Method in class org.apache.struts.chain.AbstractPopulateActionForm
Set the context attribute key under which the ActionForm for the currently selected application action is stored.
setActionFormKey(String) - Method in class org.apache.struts.chain.AbstractValidateActionForm
Set the context attribute key under which the ActionForm for the currently selected application action is stored.
setActionFormKey(String) - Method in class org.apache.struts.chain.CreateActionForm
Set the context attribute key under which the ActionForm for the currently selected application action is stored.
setActionFormKey(String) - Method in class org.apache.struts.chain.servlet.ExceptionHandler
Set the context attribute key under which the ActionForm for the currently selected application action is stored.
setActionKey(String) - Method in class org.apache.struts.chain.AbstractExecuteAction
Set the context attribute key under which the Action for the currently selected application action is stored.
setActionKey(String) - Method in class org.apache.struts.chain.CreateAction
Set the context attribute key under which the Action for the currently selected application action is stored.
setActionServletKey(String) - Method in class org.apache.struts.chain.AbstractAuthorizeAction
Set the context attribute key under which the ActionServlet for the currently selected application action is stored.
setActionServletKey(String) - Method in class org.apache.struts.chain.CreateAction
Set the context attribute key under which the ActionServlet for the current web application is stored.
setActionServletKey(String) - Method in class org.apache.struts.chain.CreateActionForm
Set the context attribute key under which the ActionServlet for the currently selected application action is stored.
setCancelKey(String) - Method in class org.apache.struts.chain.AbstractPopulateActionForm
Set the context attribute key under which the cancellation flag for this request is stored.
setCancelKey(String) - Method in class org.apache.struts.chain.AbstractValidateActionForm
Set the context attribute key under which the cancellation flag for this request is stored.
setCatalogName(String) - Method in class org.apache.struts.chain.ExceptionCatcher
Set the name of the Catalog in which to perform lookups, or null for the default Catalog.
setContentType(Context, String) - Method in class org.apache.struts.chain.AbstractSetContentType
Request no cache flags are set.
setContentType(Context, String) - Method in class org.apache.struts.chain.servlet.SetContentType
 
setExceptionCommand(String) - Method in class org.apache.struts.chain.ExceptionCatcher
Set the name of the command to be executed if an exception occurs.
setExceptionKey(String) - Method in class org.apache.struts.chain.AbstractExceptionHandler
Set the context attribute key under which any thrown exception will be stored.
setExceptionKey(String) - Method in class org.apache.struts.chain.ExceptionCatcher
Set the context attribute key under which any thrown exception will be stored.
setForwardConfigKey(String) - Method in class org.apache.struts.chain.AbstractExceptionHandler
Set the context attribute key under which the ForwardConfig for the currently selected application action is stored.
setForwardConfigKey(String) - Method in class org.apache.struts.chain.AbstractExecuteAction
Set the context attribute key under which the ForwardConfig for the currently selected application action is stored.
setForwardConfigKey(String) - Method in class org.apache.struts.chain.AbstractPerformForward
Set the context attribute key under which the ForwardConfig for the currently selected application action is stored.
setForwardConfigKey(String) - Method in class org.apache.struts.chain.AbstractSelectForward
Set the context attribute key under which the ForwardConfig for the currently selected application action is stored.
setForwardConfigKey(String) - Method in class org.apache.struts.chain.AbstractSelectInput
Set the context attribute key under which the ForwardConfig for the currently selected application action is stored.
setForwardConfigKey(String) - Method in class org.apache.struts.chain.servlet.TilesPreProcessor
Set the context attribute key under which the ForwardConfig for the currently selected application action is stored.
setIncludeKey(String) - Method in class org.apache.struts.chain.AbstractPerformInclude
Set the context attribute key under which the include uri for the currently selected application action is stored.
setIncludeKey(String) - Method in class org.apache.struts.chain.SelectInclude
Set the context attribute key under which the include uri is stored.
setIncludeKey(String) - Method in class org.apache.struts.chain.servlet.TilesPreProcessor
Set the context attribute key under which the include uri for the currently selected application action is stored.
setLocaleKey(String) - Method in class org.apache.struts.chain.AbstractSelectLocale
Set the context attribute key under which the Locale for the current request is stored.
setMessageResourcesKey(String) - Method in class org.apache.struts.chain.AbstractSelectModule
Set the context attribute key under which the default MessageResources for the currently selected application module will be stored.
setModuleConfigKey(String) - Method in class org.apache.struts.chain.AbstractExceptionHandler
Set the context attribute key under which the ModuleConfig for the currently selected application action is stored.
setModuleConfigKey(String) - Method in class org.apache.struts.chain.AbstractPerformForward
Set the context attribute key under which the ModuleConfig for the currently selected application module will be stored.
setModuleConfigKey(String) - Method in class org.apache.struts.chain.AbstractPerformInclude
Set the context attribute key under which the ModuleConfig for the currently selected application module is stored.
setModuleConfigKey(String) - Method in class org.apache.struts.chain.AbstractRequestNoCache
Set the context attribute key under which the ModuleConfig for the currently selected application module is stored.
setModuleConfigKey(String) - Method in class org.apache.struts.chain.AbstractSelectAction
Set the context attribute key under which the ModuleConfig for the currently selected application module is stored.
setModuleConfigKey(String) - Method in class org.apache.struts.chain.AbstractSelectLocale
Set the context attribute key under which the ModuleConfig for the currently selected application module will be stored.
setModuleConfigKey(String) - Method in class org.apache.struts.chain.AbstractSelectModule
Set the context attribute key under which the ModuleConfig for the currently selected application module will be stored.
setModuleConfigKey(String) - Method in class org.apache.struts.chain.AbstractSetContentType
Set the context attribute key under which the ModuleConfig for the currently selected application module is stored.
setModuleConfigKey(String) - Method in class org.apache.struts.chain.CreateActionForm
Set the context attribute key under which the ModuleConfig for the currently selected application module is stored.
setPath(String) - Method in class org.apache.struts.chain.legacy.CatalogConfiguratorPlugIn
Set the context-relative resource path to load from.
setResource(String) - Method in class org.apache.struts.chain.legacy.CatalogConfiguratorPlugIn
Set the classloader resource path to load from.
setValidKey(String) - Method in class org.apache.struts.chain.AbstractExecuteAction
Set the context attribute key under which the validity flag for this request is stored.
setValidKey(String) - Method in class org.apache.struts.chain.AbstractSelectForward
Set the context attribute key under which the validity flag for this request is stored.
setValidKey(String) - Method in class org.apache.struts.chain.AbstractSelectInput
Set the context attribute key under which the validity flag for this request is stored.
setValidKey(String) - Method in class org.apache.struts.chain.AbstractValidateActionForm
Set the context attribute key under which the validity flag for this request is stored.
setValidKey(String) - Method in class org.apache.struts.chain.CreateAction
Set the context attribute key under which the validity flag for this request is stored.

T

TilesPlugin - class org.apache.struts.chain.legacy.TilesPlugin.
Permissive version of TilesPlugin which doesn't mess with processor class.
TilesPlugin() - Constructor for class org.apache.struts.chain.legacy.TilesPlugin
 
TilesPreProcessor - class org.apache.struts.chain.servlet.TilesPreProcessor.
Command class intended to perform responsibilities of the TilesRequestProcessor in Struts 1.1.
TilesPreProcessor() - Constructor for class org.apache.struts.chain.servlet.TilesPreProcessor
 

U

UnauthorizedActionException - exception org.apache.struts.chain.UnauthorizedActionException.
Exception thrown when the chosen action mapping is not authorized for the current request.
UnauthorizedActionException() - Constructor for class org.apache.struts.chain.UnauthorizedActionException
Constructor
UnauthorizedActionException(String) - Constructor for class org.apache.struts.chain.UnauthorizedActionException
Constructor.

V

VALID_KEY - Static variable in class org.apache.struts.chain.Constants
The default context attribute key under which a Boolean is stored, indicating the valid state of the current request.
ValidateActionForm - class org.apache.struts.chain.servlet.ValidateActionForm.
Validate the properties of the form bean for this request.
ValidateActionForm() - Constructor for class org.apache.struts.chain.servlet.ValidateActionForm
 
validKey - Variable in class org.apache.struts.chain.AbstractExecuteAction
 
validKey - Variable in class org.apache.struts.chain.AbstractSelectForward
 
validKey - Variable in class org.apache.struts.chain.AbstractSelectInput
 
validKey - Variable in class org.apache.struts.chain.AbstractValidateActionForm
 
validKey - Variable in class org.apache.struts.chain.CreateAction
 
validate(Context, ActionConfig, ActionForm) - Method in class org.apache.struts.chain.AbstractValidateActionForm
Call the validate() method of the specified form bean, and return the resulting ActionErrors object.
validate(Context, ActionConfig, ActionForm) - Method in class org.apache.struts.chain.servlet.ValidateActionForm
Call the validate() method of the specified form bean, and return the resulting ActionErrors object.

A C D E F G H I L M O P R S T U V

Copyright ? 2003 - Apache Software Foundation