|
|||||||||
Home >> All >> org >> apache >> struts >> chain >> [ servlet overview ] | PREV NEXT |
A
- 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
- actionFormKey - Variable in class org.apache.struts.chain.servlet.ExceptionHandler
D
- doInclude(ServletWebContext, String) - Method in class org.apache.struts.chain.servlet.TilesPreProcessor
- Do an include of specified URI using a
RequestDispatcher
.
E
- 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 returnedActionForward
. - ExecuteAction() - Constructor for class org.apache.struts.chain.servlet.ExecuteAction
- execute(Context, Action, ActionConfig, ActionForm) - Method in class org.apache.struts.chain.servlet.ExecuteAction
- Execute the specified
Action
, and return the resultingActionForward
. - 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 theTilesContext
and substitute a newForwardConfig
which is understandable to aRequestDispatcher
.
F
- 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.servlet.TilesPreProcessor
G
- 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. - 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.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.servlet.SelectLocale
- Return the
Locale
to be used for this request. - getPath(Context) - Method in class org.apache.struts.chain.servlet.SelectAction
- getPrefix(Context) - Method in class org.apache.struts.chain.servlet.SelectModule
H
- handle(Context, Exception, ExceptionConfig, ActionConfig, ModuleConfig) - Method in class org.apache.struts.chain.servlet.ExceptionHandler
I
- includeKey - Variable in class org.apache.struts.chain.servlet.TilesPreProcessor
- isAuthorized(Context, String[], ActionConfig) - Method in class org.apache.struts.chain.servlet.AuthorizeAction
L
- 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
- moduleConfigKey - Variable in class org.apache.struts.chain.servlet.TilesPreProcessor
O
- org.apache.struts.chain.servlet - package org.apache.struts.chain.servlet
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
- 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.servlet.PopulateActionForm
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.servlet.RequestNoCache
- reset(Context, ActionConfig, ActionForm) - Method in class org.apache.struts.chain.servlet.PopulateActionForm
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
- 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
andMessageResources
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
- 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. - setContentType(Context, String) - Method in class org.apache.struts.chain.servlet.SetContentType
- 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.servlet.TilesPreProcessor
- Set the context attribute key under which the include uri for the currently selected application action is stored.
T
- 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
V
- 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
- 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 resultingActionErrors
object.
A D E F G H I L M O P R S T V
|
|||||||||
Home >> All >> org >> apache >> struts >> chain >> [ servlet overview ] | PREV NEXT |