|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Action for this
request.Action for this request, and cache
the returned ActionForward.ForwardConfig (if any).String (if any).javax.faces.render.Renderer for the
Struts-Faces Integration Library.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.AbstractSubscription.User.
AbstractUser.UserDatabase.
action attribute on the <form>
element to be rendered.
- action -
Variable in class org.apache.struts.faces.taglib.FormTag
- The
path of the Struts Action to which
this form should be submitted.
- action -
Variable in class org.apache.struts.taglib.html.FormTag
- The action URL to which this form should be submitted, if any.
- action -
Variable in class org.apache.struts.taglib.html.ImgTag
- The module-relative action (beginning with a slash) which will be used
as the source for this image.
- action -
Variable in class org.apache.struts.taglib.html.LinkTag
- The module-relative action (beginning with a slash) which will be
called by this link
- action -
Variable in class org.apache.struts.taglib.logic.RedirectTag
- The module-relative action (beginning with a slash) which will be
called by this link
- ACTION -
Static variable in class org.apache.struts.tiles.ComponentDefinition
- Controller name type.
- 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_CONFIG_KEY -
Static variable in class org.apache.struts.chain.contexts.ActionContextBase
-
- ACTION_CONTEXT_CLASS -
Static variable in class org.apache.struts.chain.ComposableRequestProcessor
- Token for ActionContext clazss so that it can be stored in the
ControllerConfig.
- ACTION_DEFINITION -
Static variable in class org.apache.struts.tiles.DefinitionsUtil
- Deprecated. Constant name used to store definition in jsp context.
- ACTION_EVENT_KEY -
Static variable in class org.apache.struts.faces.Constants
- Request attribute key under which the
ActionEvent
from JavaServer Faces is recorded.
- 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_FORM_KEY -
Static variable in class org.apache.struts.chain.contexts.ActionContextBase
-
- 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_KEY -
Static variable in class org.apache.struts.chain.contexts.ActionContextBase
-
- 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.
- ACTION_SERVLET_KEY -
Static variable in class org.apache.struts.Globals
- The context attributes key under which our
ActionServlet
instance will be stored.
- ActionCommand - Interface in org.apache.struts.chain.commands
- Marks a commons-chain
Command which expects to operate upon
a Struts ActionContext. - ActionCommandBase - Class in org.apache.struts.chain.commands
- Simple abstract class which avoids frequent casting to
ActionContext in commands explicitly intended for use with
that class. - ActionCommandBase() -
Constructor for class org.apache.struts.chain.commands.ActionCommandBase
-
- ActionConfig - Class in org.apache.struts.config
- A JavaBean representing the configuration information of an
<action> element from a Struts module configuration
file. - ActionConfig() -
Constructor for class org.apache.struts.config.ActionConfig
-
- actionConfigIds -
Variable in class org.apache.struts.config.impl.ModuleConfigImpl
- The set of action configuration for this module, if any, keyed by
the
actionId property.
- actionConfigList -
Variable in class org.apache.struts.config.impl.ModuleConfigImpl
- The set of action configurations for this module, if any, listed in
the order in which they are added.
- ActionConfigMatcher - Class in org.apache.struts.config
- Matches paths against pre-compiled wildcard expressions pulled from
action configs.
- ActionConfigMatcher(ActionConfig[]) -
Constructor for class org.apache.struts.config.ActionConfigMatcher
- Finds and precompiles the wildcard patterns from the ActionConfig
"path" attributes.
- actionConfigs -
Variable in class org.apache.struts.config.impl.ModuleConfigImpl
- The set of action configurations for this module, if any, keyed by
the
path property.
- ActionContext - Interface in org.apache.struts.chain.contexts
- An ActionContext represents a view of a commons-chain
Context which encapsulates access to request and
session-scoped resources and services - ActionContextBase - Class in org.apache.struts.chain.contexts
- Provide an abstract but semi-complete implementation of ActionContext
to serve as the base for concrete implementations.
- ActionContextBase(Context) -
Constructor for class org.apache.struts.chain.contexts.ActionContextBase
- Instantiate ActionContextBase, wrapping the given Context.
- ActionContextBase() -
Constructor for class org.apache.struts.chain.contexts.ActionContextBase
- Instantiate ActionContextBase, wrapping a default ContextBase
instance.
- ActionController - Class in org.apache.struts.tiles
- Struts wrapper implementation of Controller.
- ActionController(Action) -
Constructor for class org.apache.struts.tiles.ActionController
- Constructor.
- ActionDispatcher - Class in org.apache.struts.actions
- Action helper class that dispatches to a public method in an
Action.
- ActionDispatcher(Action) -
Constructor for class org.apache.struts.actions.ActionDispatcher
- Construct an instance of this class from the supplied parameters.
- ActionDispatcher(Action, int) -
Constructor for class org.apache.struts.actions.ActionDispatcher
- Construct an instance of this class from the supplied parameters.
- ActionErrors - Class in org.apache.struts.action
- A class that encapsulates the error messages being reported by the
validate() method of an ActionForm. - ActionErrors() -
Constructor for class org.apache.struts.action.ActionErrors
- Create an empty
ActionErrors object.
- ActionErrors(ActionErrors) -
Constructor for class org.apache.struts.action.ActionErrors
- Create an
ActionErrors object initialized with the
given messages.
- ActionForm - Class in org.apache.struts.action
- An ActionForm is a JavaBean optionally associated with
one or more
ActionMappings. - ActionForm() -
Constructor for class org.apache.struts.action.ActionForm
-
- ActionFormBean - Class in org.apache.struts.action
- An ActionFormBean is the definition of a form bean that
is loaded from a
<form-bean> element in the Struts
configuration file. - ActionFormBean() -
Constructor for class org.apache.struts.action.ActionFormBean
- Construct an instance with default vaslues.
- ActionFormBean(String, String) -
Constructor for class org.apache.struts.action.ActionFormBean
- Construct an instance with the specified values.
- actionFormBeanClass -
Variable in class org.apache.struts.config.impl.ModuleConfigImpl
- The default class name to be used when creating action form bean
instances.
- ActionForward - Class in org.apache.struts.action
- An ActionForward represents a destination to which the
controller, RequestProcessor, might be directed to perform a
RequestDispatcher.forward or HttpServletResponse.sendRedirect to, as a
result of processing activities of an Action class.
- ActionForward() -
Constructor for class org.apache.struts.action.ActionForward
- Construct a new instance with default values.
- ActionForward(String) -
Constructor for class org.apache.struts.action.ActionForward
- Construct a new instance with the specified path.
- ActionForward(String, boolean) -
Constructor for class org.apache.struts.action.ActionForward
- Construct a new instance with the specified
path and
redirect flag.
- ActionForward(String, String, boolean) -
Constructor for class org.apache.struts.action.ActionForward
- Construct a new instance with the specified
name,
path and redirect flag.
- ActionForward(String, String, boolean, String) -
Constructor for class org.apache.struts.action.ActionForward
- Construct a new instance with the specified values.
- ActionForward(ActionForward) -
Constructor for class org.apache.struts.action.ActionForward
- Construct a new instance based on the values of another
ActionForward.
- actionForwardClass -
Variable in class org.apache.struts.config.impl.ModuleConfigImpl
- The default class name to be used when creating action forward
instances.
- actionId -
Variable in class org.apache.struts.config.ActionConfig
- The internal identification of this action mapping.
- actionIdURL(ForwardConfig, HttpServletRequest, ActionServlet) -
Static method in class org.apache.struts.util.RequestUtils
- Returns the true path of the destination action if the specified forward
is an action-aliased URL.
- actionIdURL(String, ModuleConfig, ActionServlet) -
Static method in class org.apache.struts.util.RequestUtils
- Returns the true path of the destination action if the specified forward
is an action-aliased URL.
- actionInstance -
Variable in class org.apache.struts.actions.ActionDispatcher
- The associated Action to dispatch to.
- ActionListenerImpl - Class in org.apache.struts.faces.application
- Concrete implementation of
ActionListener that replaces
the default provided implementation. - ActionListenerImpl(ActionListener) -
Constructor for class org.apache.struts.faces.application.ActionListenerImpl
- Construct a new default
ActionListener instance,
passing it the previously configured one.
- ActionMapping - Class in org.apache.struts.action
- An ActionMapping represents the information that the
controller,
RequestProcessor, knows about the mapping of a
particular request to an instance of a particular Action
class. - ActionMapping() -
Constructor for class org.apache.struts.action.ActionMapping
-
- actionMappingClass -
Variable in class org.apache.struts.config.impl.ModuleConfigImpl
- The default class name to be used when creating action mapping
instances.
- ActionMessage - Class in org.apache.struts.action
- An encapsulation of an individual message returned by the
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. - ActionMessage(String) -
Constructor for class org.apache.struts.action.ActionMessage
- Construct an action message with no replacement values.
- ActionMessage(String, Object) -
Constructor for class org.apache.struts.action.ActionMessage
- Construct an action message with the specified replacement
values.
- ActionMessage(String, Object, Object) -
Constructor for class org.apache.struts.action.ActionMessage
- Construct an action message with the specified replacement
values.
- ActionMessage(String, Object, Object, Object) -
Constructor for class org.apache.struts.action.ActionMessage
- Construct an action message with the specified replacement
values.
- ActionMessage(String, Object, Object, Object, Object) -
Constructor for class org.apache.struts.action.ActionMessage
- Construct an action message with the specified replacement
values.
- ActionMessage(String, Object[]) -
Constructor for class org.apache.struts.action.ActionMessage
- Construct an action message with the specified replacement
values.
- ActionMessage(String, boolean) -
Constructor for class org.apache.struts.action.ActionMessage
- Construct an action message with the specified replacement
values.
- ActionMessages - Class in org.apache.struts.action
- A class that encapsulates messages.
- ActionMessages() -
Constructor for class org.apache.struts.action.ActionMessages
- Create an empty
ActionMessages object.
- ActionMessages(ActionMessages) -
Constructor for class org.apache.struts.action.ActionMessages
- Create an
ActionMessages object initialized with the
given messages.
- ActionMessages.ActionMessageItem - Class in org.apache.struts.action
- This class is used to store a set of messages associated with a
property/key and the position it was initially added to list.
- ActionMessages.ActionMessageItem(List, int, String) -
Constructor for class org.apache.struts.action.ActionMessages.ActionMessageItem
- Construct an instance of this class.
- ActionRedirect - Class in org.apache.struts.action
- A subclass of
ActionForward which is designed for use in
redirecting requests, with support for adding parameters at runtime. - ActionRedirect() -
Constructor for class org.apache.struts.action.ActionRedirect
- Construct a new instance with redirect set to true and initialize
parameter lists.
- ActionRedirect(String) -
Constructor for class org.apache.struts.action.ActionRedirect
- Construct a new instance with the specified path and initialize
parameter lists.
- ActionRedirect(String, String, String) -
Constructor for class org.apache.struts.action.ActionRedirect
- Construct a new instance with the specified values and initialize
parameter lists.
- ActionRedirect(ForwardConfig) -
Constructor for class org.apache.struts.action.ActionRedirect
- Construct a new instance with a
ForwardConfig object to copy
name, path, contextRelative, and arbitrary property values from.
- actions -
Variable in class org.apache.struts.action.RequestProcessor
- The set of
Action instances that have been created and
initialized, keyed by the fully qualified Java class name of the
Action class.
- 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.
- ActionServlet - Class in org.apache.struts.action
- ActionServlet provides the "controller" in the
Model-View-Controller (MVC) design pattern for web applications that is
commonly known as "Model 2".
- ActionServlet() -
Constructor for class org.apache.struts.action.ActionServlet
-
- ActionServletWrapper - Class in org.apache.struts.action
- Provide a wrapper around an
ActionServlet to expose only those
methods needed by other objects. - ActionServletWrapper(ActionServlet) -
Constructor for class org.apache.struts.action.ActionServletWrapper
- Create object and set
servlet property.
- actionURL(HttpServletRequest, ActionConfig, String) -
Static method in class org.apache.struts.util.RequestUtils
- Return the context-relative URL that corresponds to the specified
ActionConfig, relative to the module associated with the
current modules's ModuleConfig.
- add(String, ActionMessage) -
Method in class org.apache.struts.action.ActionMessages
- Add a message to the set of messages for the specified property.
- add(ActionMessages) -
Method in class org.apache.struts.action.ActionMessages
- Adds the messages from the given
ActionMessages object
to this set of messages.
- add(XmlAttribute) -
Method in class org.apache.struts.tiles.xmlDefinition.XmlListAttribute
- Add an element in list.
- add(Object) -
Method in class org.apache.struts.tiles.xmlDefinition.XmlListAttribute
- Add an element in list.
- addActionConfig(ActionConfig) -
Method in class org.apache.struts.config.impl.ModuleConfigImpl
- Ad d a new
ActionConfig instance to the set
associated with this module.
- addActionConfig(ActionConfig) -
Method in interface org.apache.struts.config.ModuleConfig
- Add a new
ActionConfig instance to the set associated
with this module.
- addActionMessages(String, ActionMessages) -
Method in class org.apache.struts.chain.contexts.ActionContextBase
- Add the given messages to a cache stored in this Context, under
key.
- addAll(Map) -
Method in class org.apache.struts.tiles.ComponentContext
- Add all attributes to this context.
- addAttribute(XmlAttribute) -
Method in class org.apache.struts.tiles.xmlDefinition.XmlDefinition
- Add an attribute to this component.
- addCookie(Cookie) -
Method in class org.apache.struts.mock.MockHttpServletResponse
-
- addCookie(URLConnection, String, HttpServletRequest) -
Method in class org.apache.struts.taglib.bean.IncludeTag
- Add a session id cookie if appropriate.
- addDateHeader(String, long) -
Method in class org.apache.struts.mock.MockHttpServletResponse
-
- addElement(Object) -
Method in class org.apache.struts.tiles.taglib.PutListTag
- Set property.
- addErrors(HttpServletRequest, ActionMessages) -
Method in class org.apache.struts.action.Action
- Adds the specified errors keys into the appropriate request attribute
for use by the <html:errors> tag, if any messages are required.
- addErrors(ActionMessages) -
Method in interface org.apache.struts.chain.contexts.ActionContext
- Append the given errors keys to an internal cache, creating the
cache if one is not already present.
- addErrors(ActionMessages) -
Method in class org.apache.struts.chain.contexts.ActionContextBase
-
- addErrors(ActionMessages) -
Method in class org.apache.struts.chain.contexts.ServletActionContext
-
- addExceptionConfig(ExceptionConfig) -
Method in class org.apache.struts.config.ActionConfig
- Add a new
ExceptionConfig instance to the set
associated with this action.
- addExceptionConfig(ExceptionConfig) -
Method in class org.apache.struts.config.impl.ModuleConfigImpl
- Add a new
ExceptionConfig instance to the set
associated with this module.
- addExceptionConfig(ExceptionConfig) -
Method in interface org.apache.struts.config.ModuleConfig
- Add a new
ExceptionConfig instance to the set
associated with this module.
- addFileParameter(FileItem) -
Method in class org.apache.struts.upload.CommonsMultipartRequestHandler
- Adds a file parameter to the set of file parameters for this
request and also to the list of all parameters.
- addFormBeanConfig(FormBeanConfig) -
Method in class org.apache.struts.config.impl.ModuleConfigImpl
- Add a new
FormBeanConfig instance to the set
associated with this module.
- addFormBeanConfig(FormBeanConfig) -
Method in interface org.apache.struts.config.ModuleConfig
- Add a new
FormBeanConfig instance to the set
associated with this module.
- addFormPropertyConfig(FormPropertyConfig) -
Method in class org.apache.struts.config.FormBeanConfig
- Add a new
FormPropertyConfig instance to the set
associated with this module.
- addForwardConfig(ForwardConfig) -
Method in class org.apache.struts.config.ActionConfig
- Add a new
ForwardConfig instance to the set of global
forwards associated with this action.
- addForwardConfig(ForwardConfig) -
Method in class org.apache.struts.config.impl.ModuleConfigImpl
- Add a new
ForwardConfig instance to the set of global
forwards associated with this module.
- addForwardConfig(ForwardConfig) -
Method in interface org.apache.struts.config.ModuleConfig
- Add a new
ForwardConfig instance to the set of global
forwards associated with this module.
- addHeader(String, String) -
Method in class org.apache.struts.mock.MockHttpServletResponse
-
- addInitParameter(String, String) -
Method in class org.apache.struts.mock.MockServletConfig
-
- addInitParameter(String, String) -
Method in class org.apache.struts.mock.MockServletContext
-
- addIntHeader(String, int) -
Method in class org.apache.struts.mock.MockHttpServletResponse
-
- addMessageResourcesConfig(MessageResourcesConfig) -
Method in class org.apache.struts.config.impl.ModuleConfigImpl
- Add a new
MessageResourcesConfig instance to the set
associated with this module.
- addMessageResourcesConfig(MessageResourcesConfig) -
Method in interface org.apache.struts.config.ModuleConfig
- Add a new
MessageResourcesConfig instance to the set
associated with this module.
- addMessages(HttpServletRequest, ActionMessages) -
Method in class org.apache.struts.action.Action
- Adds the specified messages keys into the appropriate request attribute
for use by the <html:messages> tag (if messages="true" is set),
if any messages are required.
- addMessages(ActionMessages) -
Method in interface org.apache.struts.chain.contexts.ActionContext
- Append the given messages keys to an internal cache, creating the
cache if one is not already present.
- addMessages(ActionMessages) -
Method in class org.apache.struts.chain.contexts.ActionContextBase
-
- addMessages(ActionMessages) -
Method in class org.apache.struts.chain.contexts.ServletActionContext
-
- addMissing(Map) -
Method in class org.apache.struts.tiles.ComponentContext
- Add all missing attributes to this context.
- addObject(Object) -
Method in class org.apache.struts.tiles.xmlDefinition.XmlListAttribute
- Add an element in list.
- addOption(StringBuffer, String, String, boolean) -
Method in class org.apache.struts.taglib.html.OptionsCollectionTag
- Add an option element to the specified StringBuffer based on the
specified parameters.
- addOption(StringBuffer, String, String, boolean) -
Method in class org.apache.struts.taglib.html.OptionsTag
- Add an option element to the specified StringBuffer based on the
specified parameters.
- addParameter(String, Object) -
Method in class org.apache.struts.action.ActionRedirect
- Adds the object's toString() to the list of parameters if it's not
null, or an empty string with the given fieldName if it is.
- addParameter(String, String) -
Method in class org.apache.struts.mock.MockHttpServletRequest
-
- addParameter(String, Object) -
Method in class org.apache.struts.taglib.html.LinkTag
- Adds a parameter to this link.
- addPlugInConfig(PlugInConfig) -
Method in class org.apache.struts.config.impl.ModuleConfigImpl
- Add a newly configured
PlugInConfig
instance to the set of plug-in Actions for this module.
- addPlugInConfig(PlugInConfig) -
Method in interface org.apache.struts.config.ModuleConfig
- Add a newly configured
PlugInConfig instance to the set of
plug-in Actions for this module.
- addProperty(String, String) -
Method in class org.apache.struts.config.PlugInConfig
- Add a new property name and value to the set that will be used to
configure the
PlugIn instance.
- addRuleInstances(Digester) -
Method in class org.apache.struts.config.ConfigRuleSet
- Add the set of Rule instances defined in this RuleSet to the
specified
Digester instance, associating them with our
namespace URI (if any).
- addServletMapping(String, String) -
Method in class org.apache.struts.action.ActionServlet
- Remember a servlet mapping from our web application deployment
descriptor, if it is for this servlet.
- AddTag - Class in org.apache.struts.tiles.taglib
- Add an element to the surrounding list tag.
- AddTag() -
Constructor for class org.apache.struts.tiles.taglib.AddTag
- default constructor
- AddTagParent - Interface in org.apache.struts.tiles.taglib
- Tag classes implementing this interface can contain nested
PutTags. - addTextParameter(HttpServletRequest, FileItem) -
Method in class org.apache.struts.upload.CommonsMultipartRequestHandler
- Adds a regular text parameter to the set of text parameters for
this request and also to the list of all parameters.
- align -
Variable in class org.apache.struts.taglib.html.ImageTag
- The alignment for this image.
- align -
Variable in class org.apache.struts.taglib.html.ImgTag
- The property to specify where to align the image.
- anchor -
Variable in class org.apache.struts.taglib.bean.IncludeTag
- The anchor to be added to the end of the generated hyperlink.
- anchor -
Variable in class org.apache.struts.taglib.html.LinkTag
- The anchor to be added to the end of the generated hyperlink.
- anchor -
Variable in class org.apache.struts.taglib.logic.RedirectTag
- The anchor to be added to the end of the generated hyperlink.
- anchorValue -
Variable in class org.apache.struts.action.ActionRedirect
- Holds the anchor value.
- ANDSIGN -
Static variable in interface org.apache.struts.validator.validwhen.ValidWhenParserTokenTypes
-
- application -
Variable in class org.apache.struts.mock.MockPageContext
-
- APPLICATION_SCOPE -
Static variable in interface org.apache.struts.chain.contexts.ActionContext
-
- applicationClass(String) -
Static method in class org.apache.struts.util.RequestUtils
- Return the
Class object for the specified fully
qualified class name, from this web application's class loader.
- applicationClass(String, ClassLoader) -
Static method in class org.apache.struts.util.RequestUtils
- Return the
Class object for the specified fully
qualified class name, from this web application's class loader.
- applicationInstance(String) -
Static method in class org.apache.struts.util.RequestUtils
- Return a new instance of the specified fully qualified class name,
after loading the class from this web application's class loader.
- applicationInstance(String, ClassLoader) -
Static method in class org.apache.struts.util.RequestUtils
- Return a new instance of the specified fully qualified class name,
after loading the class from this web application's class loader.
- apply(BSFManager) -
Method in interface org.apache.struts.scripting.BSFManagerFilter
- Applies the filter.
- apply(BSFManager) -
Method in class org.apache.struts.scripting.RequestToVariableFilter
- Applies the filter.
- apply(BSFManager) -
Method in class org.apache.struts.scripting.TestFilter
- Applies the filter.
- applyRuleSets(Digester) -
Method in class org.apache.struts.plugins.DigestingPlugIn
- Instantiate any
RuleSet classes defined in the
rulesets property and use them to add rules to our
Digester.
- arg0 -
Variable in class org.apache.struts.taglib.bean.MessageTag
- The first optional argument.
- arg1 -
Variable in class org.apache.struts.taglib.bean.MessageTag
- The second optional argument.
- arg2 -
Variable in class org.apache.struts.taglib.bean.MessageTag
- The third optional argument.
- arg3 -
Variable in class org.apache.struts.taglib.bean.MessageTag
- The fourth optional argument.
- arg4 -
Variable in class org.apache.struts.taglib.bean.MessageTag
- The fifth optional argument.
- attribute -
Variable in class org.apache.struts.config.ActionConfig
- The request-scope or session-scope attribute name under which our
form bean is accessed, if it is different from the form bean's
specified
name.
- attribute -
Variable in class org.apache.struts.tiles.taglib.InsertTag
- Name of attribute from which to read page name to include.
- ATTRIBUTE_MAX_LENGTH_EXCEEDED -
Static variable in interface org.apache.struts.upload.MultipartRequestHandler
- This is the ServletRequest attribute that should be set when a
multipart request is being read and the maximum length is exceeded.
- AttributeDefinition - Interface in org.apache.struts.tiles
- Attribute definition used in a component definition.
- attributeName -
Variable in class org.apache.struts.tiles.taglib.PutTag
- Name of attribute to put in component context.
- attributes -
Variable in class org.apache.struts.mock.MockHttpServletRequest
- The set of request attributes.
- attributes -
Variable in class org.apache.struts.mock.MockHttpSession
- The set of session attributes.
- attributes -
Variable in class org.apache.struts.mock.MockPageContext
-
- attributes -
Variable in class org.apache.struts.mock.MockServletContext
- The set of servlet context attributes.
- attributes -
Variable in class org.apache.struts.tiles.ComponentDefinition
- Attributes defined for the component.
- AttributeToScopeTag - Class in org.apache.struts.tiles.taglib
- Deprecated. Is it still in use ?
- AttributeToScopeTag() -
Constructor for class org.apache.struts.tiles.taglib.AttributeToScopeTag
- Deprecated.
- AuthorizeAction - Class in org.apache.struts.chain.commands.servlet
- Determine if the action is authorized for the given roles.
- AuthorizeAction() -
Constructor for class org.apache.struts.chain.commands.servlet.AuthorizeAction
-
Action and any stock implementation provided in this
package.<html:base> tag.BaseComponent with default properties.
Renderer implementation for the base tag
from the Struts-Faces Integration Library.<base> element for
the Struts-Faces Integration Library.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.
MessageResources bundle is stored.
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.
DispatchAction class.
DispatchAction class.
ModuleConfigFactory
instances.
MessageResourcesFactory
instances.
clear() method is not supported.
property and labelProperty attributes).
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.
javax.faces.component.html.HtmlCommandLink (and its
corresponding renderer) but is not tied to a particular implementation of
renderer for javax.faces.component.UIForm.CommandLinkComponent with default properties.
Renderer implementation for the commandLink
tag from the Struts-Faces Integration Library.CommandLinkComponent inside a
Struts-Faces FormComponent.MultipartRequestHandler
interface by providing a wrapper around the Jakarta Commons FileUpload
library.String into a int []
representing the pattern matchable by this class.
forward,
href, action or page parameter
that is not null.
forward,
href, action or page parameter
that is not null.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if there is at least one message in the class
or for the property specified.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if the nested body content of this tag should
be evaluated, or false if it should be skipped.
true if the nested body content of this tag
should be evaluated, or false if it should be skipped.
true if the nested body content of this tag
should be evaluated, or false if it should be skipped.
ModuleConfig instance for our module.
struts-config.xml).true if there is a message for the
specified key.
containsValue() method is not supported.
ActionContext instance which
will be used by this request.
<controller> element in a Struts configuration
file.TagExtraInfo for the cookie tag,
identifying the scripting object(s) to be made visible.InputStream to an
OutputStream.
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.
ComponentDefinitionsFactory.
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.
Subscription associated with this
User, for the specified host name.
Subscription associated with this
User, for the specified host name.
User defined in this user database.
UIComponent
from the request contained in the specified FacesContext,
and store that state on the UIComponent.
getBufferSize() method is not overridden, this is
the buffer size that will be used to transfer the data to the servlet
output stream.
ModuleConfig instances.TagExtraInfo for the define tag,
identifying the scripting object(s) to be made visible.parameter property of the corresponding
ActionMapping.DefinitionsFactoryException wrapping an existing exception.
DefinitionsFactoryException from an existing exception.
TilesUtil.createDefinitionsFactory(ServletContext, DefinitionsFactoryConfig)ValidatorResources.
ExceptionHandler
was invoked.
DigesterLoader.
PlugIn which can be configured to
instantiate a graph of objects using the Commons Digester and place the
root object of that graph into the Application context.parameter property of the corresponding ActionMapping.RequestDispatcher.
RequestDispatcher.
RequestDispatcher.
RequestDispatcher.
doStartTag() method to also set a page
context attribute if xhtml is >true.
Map wrapping the specified
MessageResources instance, for the Locale
specified in the view root component of the current view.
StreamInfo interface
which simplifies the downloading of a file from the disk.StreamInfo interface
which simplifies the downloading of a web application resource.DownloadAction.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.
BeanInfo descriptor for the
org.apache.strutsel.taglib.tiles.ELAddTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELBaseTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELButtonTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELCancelTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELCheckboxTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.tiles.ELDefinitionTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELErrorsTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELFileTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELFormTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.logic.ELForwardTag class.<frame> tag with similar capabilities
as those the <html:link> tag provides for hyperlink
elements.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELFrameTag class.direct attribute.BeanInfo descriptor for the
org.apache.strutsel.taglib.tiles.ELGetAttributeTag class.direct attribute.BeanInfo descriptor for the
org.apache.strutsel.taglib.tiles.ELGetTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELHiddenTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELHtmlTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELImageTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELImgTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.tiles.ELImportAttributeTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.bean.ELIncludeTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.tiles.ELInitDefinitionsTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.tiles.ELAddTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.bean.ELIterateTag class.ValidatorPlugIn defined in
the struts-config.xml file.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELJavascriptValidatorTag
class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELLinkTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.logic.ELMatchTag class.false if an ActionMessages class or a
class that can be converted to an ActionMessages class is in
request scope under the specified key and there is at least one message in
the class or for the property specified.BeanInfo descriptor for the
org.apache.strutsel.taglib.logic.ELMessagesNotPresentTag
class.true if an ActionMessages class or a
class that can be converted to an ActionMessages class is in
request scope under the specified key and there is at least one message in
the class or for the property specified.BeanInfo descriptor for the
org.apache.strutsel.taglib.logic.ELMessagesPresentTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELMessagesTag class.ActionResources
object stored as a context attribute by our associated
ActionServlet implementation.BeanInfo descriptor for the
org.apache.strutsel.taglib.bean.ELMessageTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELMultiboxTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.logic.ELNotMatchTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.logic.ELNotPresentTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELOptionsCollectionTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELOptionsTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELOptionTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.bean.ELPageTag class.ELLinkTag.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELParamTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELPasswordTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.logic.ELPresentTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.tiles.ELPutListTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.tiles.ELPutTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELRadioTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.logic.ELRedirectTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELResetTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.bean.ELResourceTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELRewriteTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELSelectTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.bean.ELSizeTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.bean.ELStrutsTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELSubmitTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELTextareaTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.html.ELTextTag class.BeanInfo descriptor for the
org.apache.strutsel.taglib.tiles.ELUseAttributeTag class.UIComponent
to the output stream or writer associated with the response we are
creating.
<form>
control.
html tag.
UIComponent
to the output stream or writer associated with the response we are
creating.
UIComponent
to the output stream or writer associated with the response we are
creating.
base element.
Validators, and Struts messages from form bean
validate() methods and corresponding business logic
error checks.
<form>
control.
html element.
<link> element for a
text/css stylesheet at the specified context-relative
path.
rendered
property is true.
entrySet() method is not supported.
equals method checks whether equal
MessageResources and Locale are
being wrapped.
org.apache.struts.action.ActionErrors object, if you are
using the corresponding custom tag library elements.
<html:errors> tag.ErrorsComponent with default properties.
Renderer implementation for the errors tag
from the Struts-Faces Integration Library.evaluateExpressions method of each
Tag class.parameter attribute of the corresponding
ActionMapping and matches a submission parameter.parameter attribute of the corresponding
ActionMapping and matches a submission parameter.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.
Locale based on ActionForm properties.
Action for this
request.
Action for this request, and
cache the returned ActionForward.
Action for this request, and
cache the returned ActionForward.
Action, and return the resulting
ForwardConfig.
ActionForward (if any).
ActionConfig instance for the action to be
used for processing this request.
ActionForward for this
ActionConfig if specified.
ForwardConfig for the input page for
the current request.
Locale to be used for this request.
ModuleConfig and MessageResources
instances for the sub-application module to be used for processing this
request.
context on to the remainder of the current chain.
context is "valid", lookup a command and execute
it.
Context.
ActionMessages object stored in the session
under Globals.MESSAGE_KEY and Globals.ERROR_KEY
if the messages' isAccessed method returns true.
ActionConfig
if specified.
Action, and return the resulting
ActionForward.
ForwardConfig is using "tiles",
perform necessary pre-processing to set up the TilesContext
and substitute a new ForwardConfig which is understandable
to a RequestDispatcher.
Action for this request, and cache
the returned ActionForward.Command for this request.Command based on
properties of the ActionContext's forwardConfig property.RequestProcessor that
implements the standard Struts request processing lifecycle on a
request that was received as an ActionEvent by our
associated ActionListener.RequestProcessor that
implements the standard Struts request processing lifecycle on a
request that was received as an ActionEvent by our
associated ActionListener.MessageResourcesFactory that created this instance.
ModuleConfigFactory
instances.
MessageResourcesFactory
instances.
null.
null.
ExceptionConfig instance defining
how Exceptions of the specified type should be handled.
ExceptionConfig instance defining
how Exceptions of the specified type should be handled.
null.
null.
null.
null.
null.
null.
ForwardConfig instance defining how
forwarding to the specified logical name should be handled.
null.
null.
null.
null.
null.
ActionContext's default
ModuleConfig, return an existing ActionForm
in the specified scope, or create a new one and add it to the specified
scope.
ModuleConfig and this
ActionContext, look for an existing
ActionForm in the specified scope.
ActionContext, find or create an ActionForm instance for
preparation.
effectiveFormName, looking in in the
ActionContext's scope as identified by
effectiveScope.
Subscription associated with the specified
host.
Subscription associated with the specified
host.
User with the specified username,
if any; otherwise return null.
Users defined in this user database.
finish() method does nothing.
messageKey().
String.
ActionFormBean object to be exposed.
Class instance for the form bean implementation
configured by this FormBeanConfig instance.
<form-bean> element in a Struts configuration file.name property.
javax.faces.component.UIForm that supports automatic
creation of form beans in request or session scope.<form-property> element in a Struts configuration
file.Renderer implementation for the form tag
from the Struts-Faces Integration Library.Action,
for the Struts-Faces Integration Library.ForwardConfig representing the
specified module-relative destination.
ForwardConfig representing the
specified module-relative destination.
ForwardConfig representing the
specified module-relative destination.
ForwardConfig representing the
specified module-relative destination.
Action class specified by
"type".
ActionForward that contains a path
to our requested resource.
ActionForward object to be exposed.
parameter property of our associated
ActionMapping.<forward> element from a Struts configuration file.ActionForward that defaults the
redirect attribute to false.ForwardConfig element.
name property.
name property.
ForwardConfig.
ForwardConfig.
name attribute that should be rendered for this
frame.
<frame> tag with similar capabilities
as those the <html:link> tag provides for hyperlink
elements.null if there is no value for the specified key.
null if there is no value for the specified key.
Action class for the
given type and actionConfig.
null.
null.
ActionEvent for the current request
(if any).
ActionForm bean associated
with this mapping, creating and stashing one if necessary.
null.
null.
null.
null.
ActionMapping for the current
request (if any).
ActionMessage based on the
ValidatorAction message and the Field's arg
objects.
org.apache.struts.action.ActionFormBeans
collection for this application.
ActionMessages instance containing
application error messages for this request (if any).
ActionMessages, some classes are converted to one.
ActionServlet instance for this
web application.
Class object for the specified fully
qualified class name, from this web application's class loader.
Map of Application scoped values.
ValidatorAction
and Field.
name.
FormBeanConfig if necessary
(that is, after being deserialized, since beanClass is
marked transient).
commons-chain catalog in which a
specified command should be sought.
Catalog in which to perform
lookups, or null for the default Catalog.
ActionConfig in the current context and, if it
is properly configured, lookup the appropriate commons-chain
command.
command and
catalog properties of the forwardConfig
property of the given ActionContext.
commons-chain command which should
be executed as part of the processing of this action.
Locale for this request, creating a
new one if necessary.
UserDatabase with which we are associated.
UserDatabase with which we are associated.
TilesUtil.getDefinitionsFactory(ServletRequest, ServletContext)
DynaBean that this ActionForm
is backed by.
DynaClass instance that describes the set of
properties available for this DynaBean.
DynaClass instance that describes the set of
properties available for this DynaBean.
DynaPropertys for the properties
currently defined in this DynaClass.
null.
extends (parent) definition name.
ExternalContext for the current request.
FacesContext for the current request.
MessageResourcesFactory that created this instance.
ModuleConfigFactory
instances.
MessageResourcesFactory
instances.
null.
null.
ViewHandler instance we are decorating.
ActionForward that
corresponds to the input property of this Action.
Bean that this ActionForm is
backed by.
MessageResources instance containing our
internal message strings.
MessageResources instance containing our
internal message strings.
null.
null.
Locale to be used for this request.
Locale to be used for this request.
Locale stored in the current user's
session (if any) for Struts based localization.
Log
instance.
Map containing the property values.
Map containing the property values.
org.apache.struts.ActionMapping instance for this
request.
org.apache.struts.ActionMapping instance for this
request.
null.
null.
Locale sensitive value based on the key passed
in.
Locale sensitive value based on the key passed
in.
ValidatorAction
message and the Field's arg objects.
Locale sensitive value based on the key passed
in.
MessageResources instance for the
application module that is processing this request (if any).
MessageResources for the
created by the default MessageResourcesFactory.
MessageResources for the module.
MessageResources for the module and bundle.
execute
method does.
execute
method does.
ModuleConfig for the application module
to which this request has been assigned (if any).
MultipartRequestHandler implementation class used to
process multi-part request data for this Action.
MultipartRequestHandler for this form The
reasoning behind this is to give form bean developers control over the
lifecycle of their multipart requests through the use of the
finish and/or rollback methods of
MultipartRequestHandler.
DynaClass (analogous to the
getName() method of java.lang.Class, which
allows the same DynaClass implementation class to support
different dynamic classes, with different sets of properties.
String request parameter
names and whose values are String values.
ActionDispatcher.flavor specified for this ActionDispatcher.
Map of parameters submitted by the user as
part of this request.
String request parameter
names and whose values are String[] values.
ActionConfig
for this request.
PlugIn instance.
null.
rendererType to be used for rendering
our component.
rendererType to be used for rendering
our component.
rendererType to be used for rendering
our component.
rendererType to be used for rendering
our component.
rendererType to be used for rendering
our component.
rendererType to be used for rendering
our component.
rendererType to be used for rendering
our component.
rendererType to be used for rendering
our component.
rendererType to be used for rendering
our component.
RequestProcessor responsible for the
specified module, creating a new one if necessary.
RequestProcessor responsible for
the specified module, creating a new one if necessary.