|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Action for this
request.Action for this request, and cache
the returned ActionForward.ForwardConfig (if any).String (if any).ActionConfig instance for the action to be used
for processing this request.ActionForward for this
ActionConfig if specified.ForwardConfig that returns us to the
input page for the current action, if any.Locale to be used for this request.ModuleConfig and MessageResources
instances for the sub-application module to be used for processing this
request.ActionServlet
instance will be stored.
Command which expects to operate upon
a Struts ActionContext.ActionContext in commands explicitly intended for use with
that class.<action> element from a Struts module configuration
file.actionId property.
path property.
Context which encapsulates access to request and
session-scoped resources and servicesvalidate() method of an ActionForm.ActionErrors object.
ActionErrors object initialized with the
given messages.
ActionMappings.<form-bean> element in the Struts
configuration file.path and
redirect flag.
name,
path and redirect flag.
RequestProcessor, knows about the mapping of a
particular request to an instance of a particular Action
class.validate method of an ActionForm, consisting of a
message key (to be used to look up message text in an appropriate message
resources database) plus up to four placeholder objects that can be used
for parametric replacement in the message text.ActionMessages object.
ActionMessages object initialized with the
given messages.
ActionForward which is designed for use in
redirecting requests, with support for adding parameters at runtime.ForwardConfig object to copy
name, path, contextRelative, and arbitrary property values from.
Action instances that have been created and
initialized, keyed by the fully qualified Java class name of the
Action class.
ActionServlet to expose only those
methods needed by other objects.servlet property.
ActionConfig, relative to the module associated with the
current modules's ModuleConfig.
ActionMessages object
to this set of messages.
ActionConfig instance to the set
associated with this module.
ActionConfig instance to the set associated
with this module.
ExceptionConfig instance to the set
associated with this action.
ExceptionConfig instance to the set
associated with this module.
ExceptionConfig instance to the set
associated with this module.
FormBeanConfig instance to the set
associated with this module.
FormBeanConfig instance to the set
associated with this module.
FormPropertyConfig instance to the set
associated with this module.
ForwardConfig instance to the set of global
forwards associated with this action.
ForwardConfig instance to the set of global
forwards associated with this module.
ForwardConfig instance to the set of global
forwards associated with this module.
MessageResourcesConfig instance to the set
associated with this module.
MessageResourcesConfig instance to the set
associated with this module.
PlugInConfig
instance to the set of plug-in Actions for this module.
PlugInConfig instance to the set of
plug-in Actions for this module.
PlugIn instance.
Digester instance, associating them with our
namespace URI (if any).
Class object for the specified fully
qualified class name, from this web application's class loader.
Class object for the specified fully
qualified class name, from this web application's class loader.
name.
DynaActionForm implementation Class
which we will use to create new bean instances.
ActionForm backed by either a
DynaBean or POJO JavaBean.BeanValidatorForm with the specified
bean.
true
value should be stored if this request was cancelled.
ActionForm instance is suitable for
use as an alternative to calling this FormBeanConfig
instance's createActionForm method.
LabelValueBean objects.
Catalog containing all of the available command chains
for this module.
commons-chain catalog in which
command should be sought.
commons-chain catalog in which
command should be looked up.
CatalogFactory from which catalog containing the the
base request-processing Command will be retrieved.
PlugIn
implementation class being configured.
ModuleConfigFactory
instances.
MessageResourcesFactory
instances.
Command to be executed for each request.
commons-chain command which should be
executed as part of the processing of this action.
commons-chain command which should be
looked up and executed before Struts dispatches control to the view
represented by this config.
MultipartRequestHandler
interface by providing a wrapper around the Jakarta Commons FileUpload
library.String into a int []
representing the pattern matchable by this class.
struts-config.xml).ActionContext instance which
will be used by this request.
<controller> element in a Struts configuration
file.AbstractCreateAction for use in
a Servlet API chain.getAction when the Action
actually has to be created.
ActionContext according to
configuration.
ActionForm instance appropriate to
the information in this FormBeanConfig.
ActionForm instance appropriate to
the information in this FormBeanConfig.
ActionForm instance
appropriate for this request.
ActionForm instance appropriate to
the information in config.
DynaActionFormClass instance for the specified
form bean configuration instance.
ModuleConfigFactory instance of the
appropriate class, which can be used to create customized
ModuleConfig instances.
MessageResourcesFactory instance of
the appropriate class, which can be used to create customized
MessageResources instances.
ModuleConfig.
ModuleConfig.
MessageResources.
MessageResources.
StringBuffer representing the scheme, server,
and port number of the current request.
StringBuffer representing the scheme, server,
and port number of the current request.
ModuleConfig instances.ValidatorResources.
ExceptionHandler
was invoked.
RequestDispatcher.
RequestDispatcher.
ActionForm that allows the creation
of form beans with dynamic sets of properties, without requiring the
developer to create a Java class for each type of form bean.DynaClass for DynaActionForm
classes that allow developers to define ActionForms without having to
individually code all of the classes.DynaActionFormClass for the specified
form bean configuration.
DynaBean that this ActionForm is backed by.
DynaActionFormClass with which we are associated.
DynaActionForm,
keyed by property name.
org.apache.struts.action.ActionErrors object, if you are
using the corresponding custom tag library elements.
Throwable that caused them to report a JspException at
runtime.
Command in
this processing chain, and fire the configured exception handler chain
after storing the exception that has occurred into the
Context.<exception> element from a Struts configuration
file.Action.execute method.type property.
type property.