- absoluteURL(HttpServletRequest, String) - Static method in class org.apache.struts.util.RequestUtils
-
Create and return an absolute URL for the specified context-relative
path, based on the server and context information in the specified
request.
- accept - Variable in class org.apache.struts.taglib.html.BaseFieldTag
-
Comma-delimited list of content types that a server processing this form
will handle correctly.
- acceptCharset - Variable in class org.apache.struts.taglib.html.FormTag
-
The list of character encodings for input data that the server should
accept.
- accessed - Variable in class org.apache.struts.action.ActionMessages
-
Have the messages been retrieved from this object?
- accesskey - Variable in class org.apache.struts.taglib.html.BaseHandlerTag
-
Access key character.
- Action - Class in org.apache.struts.action
-
An Action is an adapter between the contents of an incoming
HTTP request and the corresponding business logic that should be executed to
process this request.
- Action() - Constructor for class org.apache.struts.action.Action
-
- action(String) - Method in class org.apache.struts.config.ConfigHelper
-
Wrapper for getAction(String)
- 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 - Variable in class org.apache.struts.tiles.ActionController
-
Struts action wrapped.
- ACTION - Static variable in class org.apache.struts.tiles.ComponentDefinition
-
Controller name type.
- ACTION_DEFINITION - Static variable in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.
Constant name used to store definition in jsp context.
- ACTION_ERRORS_KEY - Static variable in class org.apache.struts.validator.Resources
-
Deprecated.
This will be removed after Struts 1.2
- ACTION_MESSAGES_PARAM - Static variable in class org.apache.struts.validator.Resources
-
Resources key the ActionMessages
is stored under.
- ACTION_SERVLET_KEY - Static variable in class org.apache.struts.Globals
-
The context attributes key under which our ActionServlet
instance will be stored.
- actionComparator - Static variable in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
A Comparator to use when sorting ValidatorAction objects.
- 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
-
- 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.
- ActionConfigMatcher.Mapping - Class in org.apache.struts.config
-
Stores a compiled wildcard pattern and the ActionConfig it came from.
- ActionConfigMatcher.Mapping(int[], ActionConfig) - Constructor for class org.apache.struts.config.ActionConfigMatcher.Mapping
-
Contructs a read-only Mapping instance.
- 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.
- 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
-
- ActionDispatcher(Action, int) - Constructor for class org.apache.struts.actions.ActionDispatcher
-
- ActionError - Class in org.apache.struts.action
-
Deprecated.
Please use ActionMessage
instead, deprecated since 1.2.0.
- ActionError(String) - Constructor for class org.apache.struts.action.ActionError
-
Deprecated.
Construct an action error with no replacement values.
- ActionError(String, Object) - Constructor for class org.apache.struts.action.ActionError
-
Deprecated.
Construct an action error with the specified replacement values.
- ActionError(String, Object, Object) - Constructor for class org.apache.struts.action.ActionError
-
Deprecated.
Construct an action error with the specified replacement values.
- ActionError(String, Object, Object, Object) - Constructor for class org.apache.struts.action.ActionError
-
Deprecated.
Construct an action error with the specified replacement values.
- ActionError(String, Object, Object, Object, Object) - Constructor for class org.apache.struts.action.ActionError
-
Deprecated.
Construct an action error with the specified replacement values.
- ActionError(String, Object[]) - Constructor for class org.apache.struts.action.ActionError
-
Deprecated.
Construct an action error with the specified replacement values.
- 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.
- ActionFormBeanFactory - Class in org.apache.struts.config
-
An object creation factory which creates action form bean instances, taking
into account the default class name, which may have been specified on the
parent element and which is made available through the object on the top
of the stack, which must be a
org.apache.struts.config.ModuleConfig
.
- ActionFormBeanFactory() - Constructor for class org.apache.struts.config.ActionFormBeanFactory
-
- 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, boolean) - Constructor for class org.apache.struts.action.ActionForward
-
Deprecated.
Use module rather than contextRelative
- 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.
- ActionForwardFactory - Class in org.apache.struts.config
-
An object creation factory which creates action forward instances, taking
into account the default class name, which may have been specified on the
parent element and which is made available through the object on the top
of the stack, which must be a
org.apache.struts.config.ModuleConfig
.
- ActionForwardFactory() - Constructor for class org.apache.struts.config.ActionForwardFactory
-
- actionInstance - Variable in class org.apache.struts.actions.ActionDispatcher
-
The associated Action to dispatch to.
- actionItemComparator - Static variable in class org.apache.struts.action.ActionMessages
-
Compares ActionMessageItem objects.
- 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.
- ActionMappingFactory - Class in org.apache.struts.config
-
An object creation factory which creates action mapping instances, taking
into account the default class name, which may have been specified on the
parent element and which is made available through the object on the top
of the stack, which must be a
org.apache.struts.config.ModuleConfig
.
- ActionMappingFactory() - Constructor for class org.apache.struts.config.ActionMappingFactory
-
- 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
-
- 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, and contextRelative 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.
- 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, ActionError) - Method in class org.apache.struts.action.ActionErrors
-
Deprecated.
Use add(String, ActionMessage) instead. This will be
removed after Struts 1.2.
- 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
-
Add 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.
- 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(URLConnection, String, HttpServletRequest) - Method in class org.apache.struts.taglib.bean.IncludeTag
-
Add a session id cookie if appropriate.
- addDataSourceConfig(DataSourceConfig) - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
Add a new DataSourceConfig
instance to the set associated
with this module.
- addDataSourceConfig(DataSourceConfig) - Method in interface org.apache.struts.config.ModuleConfig
-
Add a new DataSourceConfig
instance to the set associated
with this module.
- AddDataSourcePropertyRule - Class in org.apache.struts.config
-
Class that calls addProperty()
for the top object
on the stack, which must be a
org.apache.struts.config.DataSourceConfig
.
- AddDataSourcePropertyRule() - Constructor for class org.apache.struts.config.AddDataSourcePropertyRule
-
- addElement(Object) - Method in class org.apache.struts.taglib.tiles.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.
- 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.
- 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.
- 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.
- 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.DataSourceConfig
-
Add a new custom configuration property.
- 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).
- addRuleSets() - Method in class org.apache.struts.action.ActionServlet
-
Add any custom RuleSet instances to configDigester that have
been specified in the rulesets
init parameter.
- 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.taglib.tiles
-
Add an element to the surrounding list tag.
- AddTag() - Constructor for class org.apache.struts.taglib.tiles.AddTag
-
default constructor
- AddTagParent - Interface in org.apache.struts.taglib.tiles
-
Tag classes implementing this interface can contain nested PutTag
s.
- 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.
- allElements - Variable in class org.apache.struts.upload.DiskMultipartRequestHandler
-
Deprecated.
A Hashtable representing all elemnents.
- alt - Variable in class org.apache.struts.taglib.html.BaseHandlerTag
-
The alternate text of this element.
- altKey - Variable in class org.apache.struts.taglib.html.BaseHandlerTag
-
The message resources key of the alternate text.
- 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.
- AND - Variable in class org.apache.struts.validator.validwhen.ValidWhenParser
-
- ANDSIGN - Static variable in interface org.apache.struts.validator.validwhen.ValidWhenParserTokenTypes
-
- application - Variable in class org.apache.struts.config.ConfigHelper
-
The application associated with this instance.
- 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.
- 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.
- 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.
- argStack - Variable in class org.apache.struts.validator.validwhen.ValidWhenParser
-
- 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.taglib.tiles.GetAttributeTag
-
- attribute - Variable in class org.apache.struts.taglib.tiles.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.taglib.tiles.PutListTag
-
Name of this attribute.
- attributeName - Variable in class org.apache.struts.taglib.tiles.PutTag
-
Name of attribute to put in component context.
- attributeName - Variable in class org.apache.struts.taglib.tiles.UseAttributeTag
-
The attribute name to be exposed.
- attributes - Variable in class org.apache.struts.tiles.ComponentContext
-
Component attributes.
- attributes - Variable in class org.apache.struts.tiles.ComponentDefinition
-
Attributes defined for the component.
- AttributeToScopeTag - Class in org.apache.struts.taglib.tiles
-
Deprecated.
Is it still in use ?
- AttributeToScopeTag() - Constructor for class org.apache.struts.taglib.tiles.AttributeToScopeTag
-
Deprecated.
- available() - Method in class org.apache.struts.upload.BufferedMultipartInputStream
-
Deprecated.
This method returns the number of available bytes left to read
in the buffer before it has to be refilled
- availableInLine() - Method in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
- cachedCurrentContext - Variable in class org.apache.struts.taglib.tiles.InsertTag
-
Current component context.
- calculateMatchValues() - Method in class org.apache.struts.taglib.html.SelectTag
-
Calculate the match values we will actually be using.
- calculateRelativeProperty(String, String) - Static method in class org.apache.struts.taglib.nested.NestedPropertyHelper
-
- calculateSuffixes(Locale) - Method in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Calculate the suffixes based on the locale.
- calculateURL() - Method in class org.apache.struts.taglib.html.LinkTag
-
Return the complete URL to which this hyperlink will direct the user.
- callParent() - Method in class org.apache.struts.taglib.tiles.AddTag
-
Call parent tag which must implement AttributeContainer.
- callParent() - Method in class org.apache.struts.taglib.tiles.PutTag
-
Find parent tag which must implement AttributeContainer.
- CANCEL_KEY - Static variable in class org.apache.struts.Globals
-
The request attributes key under which a boolean true
value should be stored if this request was cancelled.
- CANCEL_PROPERTY - Static variable in class org.apache.struts.taglib.html.Constants
-
The property under which a Cancel button press is reported.
- CANCEL_PROPERTY_X - Static variable in class org.apache.struts.taglib.html.Constants
-
The property under which a Cancel button press is reported, if the
Cancel button is rendered as an image.
- cancellable - Variable in class org.apache.struts.config.ActionConfig
-
Can this Action be cancelled? [false]
- cancelled(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.actions.ActionDispatcher
-
Dispatches to the target class' cancelled method, if present,
otherwise returns null.
- cancelled(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.actions.DispatchAction
-
Method which is dispatched to when the request is a cancel button submit.
- CancelTag - Class in org.apache.struts.taglib.html
-
Tag for input fields of type "cancel".
- CancelTag() - Constructor for class org.apache.struts.taglib.html.CancelTag
-
- canReuseActionForm(ActionForm, FormBeanConfig) - Static method in class org.apache.struts.util.RequestUtils
-
Determine whether instance
of ActionForm
is
suitable for re-use as an instance of the form described by
config
.
- CARRIAGE_RETURN - Static variable in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
- CASE_INSENSITIVE_ORDER - Static variable in class org.apache.struts.util.LabelValueBean
-
Comparator that can be used for a case insensitive sort of
LabelValueBean
objects.
- cdata - Variable in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
Hide JavaScript methods in a CDATA section for XHTML when "true".
- checkAndFixFilename(String) - Method in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
- CheckboxTag - Class in org.apache.struts.taglib.html
-
Tag for input fields of type "checkbox".
- CheckboxTag() - Constructor for class org.apache.struts.taglib.html.CheckboxTag
-
- checkError() - Method in class org.apache.struts.util.ServletContextWriter
-
Flush the stream and check for its error state.
- checkForBoundary() - Method in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
- CLASS_ACCESS_PATTERN - Static variable in class org.apache.struts.util.RequestUtils
-
Pattern matching 'class' access.
- className - Variable in class org.apache.struts.config.PlugInConfig
-
The fully qualified Java class name of the PlugIn
implementation class being configured.
- classname - Variable in class org.apache.struts.taglib.tiles.InitDefinitionsTag
-
- classname - Variable in class org.apache.struts.taglib.tiles.UseAttributeTag
-
Class name of object.
- clazz - Variable in class org.apache.struts.actions.ActionDispatcher
-
The Class instance of this DispatchAction
class.
- clazz - Variable in class org.apache.struts.actions.DispatchAction
-
The Class instance of this DispatchAction
class.
- clazz - Static variable in class org.apache.struts.config.ModuleConfigFactory
-
The Java class to be used for
ModuleConfigFactory
instances.
- clazz - Static variable in class org.apache.struts.util.MessageResourcesFactory
-
The Java class to be used for
MessageResourcesFactory
instances.
- clear() - Method in class org.apache.struts.action.ActionMessages
-
Clear all messages recorded by this object.
- clear() - Static method in class org.apache.struts.action.DynaActionFormClass
-
Deprecated.
No longer need to Clear our cache of DynaActionFormClass
instances.
- close() - Method in class org.apache.struts.upload.BufferedMultipartInputStream
-
Deprecated.
This method attempts to close the underlying InputStream
- close() - Method in class org.apache.struts.util.ServletContextWriter
-
Close the stream.
- collection - Variable in class org.apache.struts.taglib.bean.SizeTag
-
The actual collection to be counted.
- collection - Variable in class org.apache.struts.taglib.html.OptionsTag
-
The name of the collection containing beans that have properties to
provide both the values and the labels (identified by the
property
and labelProperty
attributes).
- collection - Variable in class org.apache.struts.taglib.logic.IterateTag
-
The collection over which we will be iterating.
- cols - Variable in class org.apache.struts.taglib.html.BaseInputTag
-
The number of character columns for this field, or negative
for no limit.
- CommonsMultipartRequestHandler - Class in org.apache.struts.upload
-
This class implements the MultipartRequestHandler
interface
by providing a wrapper around the Jakarta Commons FileUpload library.
- CommonsMultipartRequestHandler() - Constructor for class org.apache.struts.upload.CommonsMultipartRequestHandler
-
- CommonsMultipartRequestHandler.CommonsFormFile - Class in org.apache.struts.upload
-
This class implements the Struts FormFile
interface by
wrapping the Commons FileUpload FileItem
interface.
- CommonsMultipartRequestHandler.CommonsFormFile(FileItem) - Constructor for class org.apache.struts.upload.CommonsMultipartRequestHandler.CommonsFormFile
-
Constructs an instance of this class which wraps the supplied
file item.
- CompareTagBase - Class in org.apache.struts.taglib.logic
-
Abstract base class for comparison tags.
- CompareTagBase() - Constructor for class org.apache.struts.taglib.logic.CompareTagBase
-
- compareTo(Object) - Method in class org.apache.struts.util.LabelValueBean
-
Compare LabelValueBeans based on the label, because that's the human
viewable part of the object.
- comparison() - Method in class org.apache.struts.validator.validwhen.ValidWhenParser
-
- comparisonExpression() - Method in class org.apache.struts.validator.validwhen.ValidWhenParser
-
- compiledPaths - Variable in class org.apache.struts.config.ActionConfigMatcher
-
The compiled paths and their associated ActionConfig's
- compilePattern(String) - Method in class org.apache.struts.util.WildcardHelper
-
Translate the given String
into a int []
representing the pattern matchable by this class.
- COMPONENT_CONTEXT - Static variable in interface org.apache.struts.taglib.tiles.ComponentConstants
-
Name used to store Tile/Component context.
- COMPONENT_SCOPE - Static variable in interface org.apache.struts.taglib.tiles.ComponentConstants
-
- ComponentConstants - Interface in org.apache.struts.taglib.tiles
-
Constants used by Tiles/Components.
- ComponentContext - Class in org.apache.struts.tiles
-
Component context.
- ComponentContext() - Constructor for class org.apache.struts.tiles.ComponentContext
-
Constructor.
- ComponentContext(Map) - Constructor for class org.apache.struts.tiles.ComponentContext
-
Constructor.
- ComponentDefinition - Class in org.apache.struts.tiles
-
Definition of a template / component attributes.
- ComponentDefinition() - Constructor for class org.apache.struts.tiles.ComponentDefinition
-
Constructor.
- ComponentDefinition(ComponentDefinition) - Constructor for class org.apache.struts.tiles.ComponentDefinition
-
Copy Constructor.
- ComponentDefinition(XmlDefinition) - Constructor for class org.apache.struts.tiles.ComponentDefinition
-
Constructor.
- ComponentDefinition(String, String, Map) - Constructor for class org.apache.struts.tiles.ComponentDefinition
-
Constructor.
- ComponentDefinitionsFactory - Interface in org.apache.struts.tiles
-
Deprecated.
Use DefinitionsFactory instead.
- ComponentDefinitionsFactoryWrapper - Class in org.apache.struts.tiles.definition
-
Wrapper from new definition factory interface to old interface.
- ComponentDefinitionsFactoryWrapper(ComponentDefinitionsFactory) - Constructor for class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Constructor.
- ComponentDefinitionsFactoryWrapper() - Constructor for class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Constructor.
- computeParameters(PageContext, String, String, String, String, String, String, String, boolean) - Method in class org.apache.struts.taglib.TagUtils
-
Compute a set of query parameters that will be dynamically added to
a generated URL.
- computeParameters(PageContext, String, String, String, String, String, String, String, boolean) - Static method in class org.apache.struts.util.RequestUtils
-
- computeRealValue() - Method in class org.apache.struts.taglib.tiles.PutTag
-
Compute real value according to tag attributes.
- computeRealValue() - Method in class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Compute real value from attributes setting.
- computeURL(PageContext, String, String, String, String, String, Map, String, boolean) - Method in class org.apache.struts.taglib.TagUtils
-
- computeURL(PageContext, String, String, String, String, String, Map, String, boolean, boolean) - Method in class org.apache.struts.taglib.TagUtils
-
- computeURL(PageContext, String, String, String, Map, String, boolean) - Static method in class org.apache.struts.util.RequestUtils
-
- computeURL(PageContext, String, String, String, String, Map, String, boolean) - Static method in class org.apache.struts.util.RequestUtils
-
- computeURL(PageContext, String, String, String, String, Map, String, boolean, boolean) - Static method in class org.apache.struts.util.RequestUtils
-
- computeURLWithCharEncoding(PageContext, String, String, String, String, String, Map, String, boolean, boolean) - Method in class org.apache.struts.taglib.TagUtils
-
Compute a hyperlink URL based on the forward
,
href
, action
or page
parameter
that is not null.
- computeURLWithCharEncoding(PageContext, String, String, String, String, String, Map, String, boolean, boolean, boolean) - Method in class org.apache.struts.taglib.TagUtils
-
Compute a hyperlink URL based on the forward
,
href
, action
or page
parameter
that is not null.
- concatPostfix(String, String) - Method in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Concat postfix to the name.
- condition() - Method in class org.apache.struts.taglib.logic.CompareTagBase
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- condition(int, int) - Method in class org.apache.struts.taglib.logic.CompareTagBase
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- condition() - Method in class org.apache.struts.taglib.logic.ConditionalTagBase
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- condition() - Method in class org.apache.struts.taglib.logic.EmptyTag
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- condition(boolean) - Method in class org.apache.struts.taglib.logic.EmptyTag
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- condition() - Method in class org.apache.struts.taglib.logic.EqualTag
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- condition() - Method in class org.apache.struts.taglib.logic.GreaterEqualTag
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- condition() - Method in class org.apache.struts.taglib.logic.GreaterThanTag
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- condition() - Method in class org.apache.struts.taglib.logic.LessEqualTag
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- condition() - Method in class org.apache.struts.taglib.logic.LessThanTag
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- condition() - Method in class org.apache.struts.taglib.logic.MatchTag
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- condition(boolean) - Method in class org.apache.struts.taglib.logic.MatchTag
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- condition() - Method in class org.apache.struts.taglib.logic.MessagesNotPresentTag
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- condition() - Method in class org.apache.struts.taglib.logic.MessagesPresentTag
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- condition(boolean) - Method in class org.apache.struts.taglib.logic.MessagesPresentTag
-
Evaluate the condition that is being tested by this particular tag,
and return true
if there is at least one message in the
class or for the property specified.
- condition() - Method in class org.apache.struts.taglib.logic.NotEmptyTag
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- condition() - Method in class org.apache.struts.taglib.logic.NotEqualTag
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- condition() - Method in class org.apache.struts.taglib.logic.NotMatchTag
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- condition() - Method in class org.apache.struts.taglib.logic.NotPresentTag
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- condition() - Method in class org.apache.struts.taglib.logic.PresentTag
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- condition(boolean) - Method in class org.apache.struts.taglib.logic.PresentTag
-
Evaluate the condition that is being tested by this particular tag,
and return true
if the nested body content of this tag
should be evaluated, or false
if it should be skipped.
- ConditionalTagBase - Class in org.apache.struts.taglib.logic
-
Abstract base class for the various conditional evaluation tags.
- ConditionalTagBase() - Constructor for class org.apache.struts.taglib.logic.ConditionalTagBase
-
- config - Variable in class org.apache.struts.action.ActionServlet
-
Comma-separated list of context-relative path(s) to our configuration
resource(s) for the default module.
- config - Variable in class org.apache.struts.action.DynaActionFormClass
-
The form bean configuration information for this class.
- config - Variable in class org.apache.struts.config.ActionConfigMatcher.Mapping
-
The original ActionConfig.
- config - Variable in class org.apache.struts.plugins.ModuleConfigVerifier
-
- config - Variable in class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Factory configuration,
- config - Variable in class org.apache.struts.util.MessageResources
-
The configuration parameter used to initialize this MessageResources.
- config - Variable in class org.apache.struts.util.MessageResourcesFactory
-
Configuration information for Message Resources.
- config - Variable in class org.apache.struts.validator.ValidatorPlugIn
-
The module configuration for our owning module.
- configDigester - Variable in class org.apache.struts.action.ActionServlet
-
The Digester used to produce ModuleConfig objects from a
Struts configuration file.
- ConfigHelper - Class in org.apache.struts.config
-
NOTE: THIS CLASS IS UNDER ACTIVE DEVELOPMENT.
- ConfigHelper() - Constructor for class org.apache.struts.config.ConfigHelper
-
- ConfigHelper(ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts.config.ConfigHelper
-
- ConfigHelperInterface - Interface in org.apache.struts.config
-
NOTE: THIS CLASS IS UNDER ACTIVE DEVELOPMENT.
- configPath - Variable in class org.apache.struts.plugins.DigestingPlugIn
-
- ConfigRuleSet - Class in org.apache.struts.config
-
The set of Digester rules required to parse a Struts
configuration file (struts-config.xml
).
- ConfigRuleSet() - Constructor for class org.apache.struts.config.ConfigRuleSet
-
- configSource - Variable in class org.apache.struts.plugins.DigestingPlugIn
-
- configured - Variable in class org.apache.struts.config.ActionConfig
-
Indicates if configuration of this component been completed.
- configured - Variable in class org.apache.struts.config.ControllerConfig
-
Has this component been completely configured?
- configured - Variable in class org.apache.struts.config.DataSourceConfig
-
Has this component been completely configured?
- configured - Variable in class org.apache.struts.config.ExceptionConfig
-
Has this component been completely configured?
- configured - Variable in class org.apache.struts.config.FormBeanConfig
-
Has this component been completely configured?
- configured - Variable in class org.apache.struts.config.FormPropertyConfig
-
Has this component been completely configured?
- configured - Variable in class org.apache.struts.config.ForwardConfig
-
Has this component been completely configured?
- configured - Variable in class org.apache.struts.config.impl.ModuleConfigImpl
-
Has this module been completely configured yet.
- configured - Variable in class org.apache.struts.config.MessageResourcesConfig
-
Has this component been completely configured?
- configured - Variable in class org.apache.struts.config.PlugInConfig
-
Has this component been completely configured?
- constant - Variable in class org.apache.struts.taglib.html.MultiboxTag
-
The constant String value to be returned when this checkbox is
selected and the form is submitted.
- Constants - Class in org.apache.struts.taglib.html
-
Manifest constants for this package.
- Constants() - Constructor for class org.apache.struts.taglib.html.Constants
-
- contains(String, String) - Method in class org.apache.struts.action.DynaActionForm
-
Indicates if the specified mapped property contain a value for the
specified key value.
- contains(String, String) - Method in class org.apache.struts.validator.BeanValidatorForm
-
Does the specified mapped property contain a value for the specified
key value?
- CONTENT_TYPE_APPLICATION_OCTET_STREAM - Static variable in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
- CONTENT_TYPE_TEXT_PLAIN - Static variable in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
- contentLength - Variable in class org.apache.struts.upload.BufferedMultipartInputStream
-
Deprecated.
The content length of the multipart data
- contentLength - Variable in class org.apache.struts.upload.MultipartIterator
-
Deprecated.
The content length of this request
- ContentLengthExceededException - Exception in org.apache.struts.upload
-
Deprecated.
Use the Commons FileUpload based multipart handler instead. This
class will be removed after Struts 1.2.
- ContentLengthExceededException() - Constructor for exception org.apache.struts.upload.ContentLengthExceededException
-
Deprecated.
- ContentLengthExceededException(long) - Constructor for exception org.apache.struts.upload.ContentLengthExceededException
-
Deprecated.
- contentLengthMet - Variable in class org.apache.struts.upload.BufferedMultipartInputStream
-
Deprecated.
Whether or not bytes up to the Content-Length have been read
- contentLengthMet() - Method in class org.apache.struts.upload.BufferedMultipartInputStream
-
Deprecated.
- contentType - Variable in class org.apache.struts.actions.DownloadAction.FileStreamInfo
-
The content type for this stream.
- contentType - Variable in class org.apache.struts.actions.DownloadAction.ResourceStreamInfo
-
The content type for this stream.
- contentType - Variable in class org.apache.struts.config.ControllerConfig
-
The content type and character encoding to be set on each response.
- contentType - Variable in class org.apache.struts.upload.DiskFile
-
Deprecated.
The content type of the file
- contentType - Variable in class org.apache.struts.upload.MultipartElement
-
Deprecated.
The content type of this element.
- contentType - Variable in class org.apache.struts.upload.MultipartIterator
-
Deprecated.
The content-type.
- context - Variable in class org.apache.struts.actions.DownloadAction.ResourceStreamInfo
-
The servlet context for the resource to be downloaded.
- context - Variable in class org.apache.struts.util.ServletContextWriter
-
The servlet context with which we are associated.
- contextRelative - Variable in class org.apache.struts.config.ForwardConfig
-
Deprecated.
Use module property instead; will be removed in a release following 1.2.0.
- contextRelative - Variable in class org.apache.struts.taglib.html.ImgTag
-
Deprecated.
Use module property instead; will be removed in a release after 1.2.0.
- controller - Variable in class org.apache.struts.taglib.tiles.InsertTag.InsertHandler
-
- controller - Variable in class org.apache.struts.tiles.ComponentDefinition
-
Associated Controller URL or classname, if defined
- CONTROLLER - Static variable in class org.apache.struts.tiles.ComponentDefinition
-
Controller name type.
- Controller - Interface in org.apache.struts.tiles
-
A controller is a piece of code called before rendering a jsp page.
- ControllerConfig - Class in org.apache.struts.config
-
A JavaBean representing the configuration information of a
<controller>
element in a Struts
configuration file.
- ControllerConfig() - Constructor for class org.apache.struts.config.ControllerConfig
-
- controllerConfig - Variable in class org.apache.struts.config.impl.ModuleConfigImpl
-
The controller configuration object for this module.
- controllerInstance - Variable in class org.apache.struts.tiles.ComponentDefinition
-
Controller associated to Definition.
- controllerName - Variable in class org.apache.struts.taglib.tiles.DefinitionTagSupport
-
Associated Controller name (classname or url)
- ControllerSupport - Class in org.apache.struts.tiles
-
Basic implementation of Controller.
- ControllerSupport() - Constructor for class org.apache.struts.tiles.ControllerSupport
-
- controllerType - Variable in class org.apache.struts.taglib.tiles.DefinitionTagSupport
-
Associated Controller type
- controllerType - Variable in class org.apache.struts.tiles.ComponentDefinition
-
Associated Controller typename, if controllerName defined.
- convertActionConfig(String, ActionConfig, Map) - Method in class org.apache.struts.config.ActionConfigMatcher
-
Clones the ActionConfig and its children, replacing various properties
with the values of the wildcard-matched strings.
- convertNull - Variable in class org.apache.struts.action.ActionServlet
-
The flag to request backwards-compatible conversions for form bean
properties of the Java wrapper class types.
- convertParam(String, Map) - Method in class org.apache.struts.config.ActionConfigMatcher
-
Inserts into a value wildcard-matched strings where specified.
- convertSizeToBytes(String, long) - Method in class org.apache.struts.upload.CommonsMultipartRequestHandler
-
Converts a size value from a string representation to its numeric value.
- cookie - Variable in class org.apache.struts.taglib.logic.ConditionalTagBase
-
The name of the cookie to be used as a variable.
- CookieTag - Class in org.apache.struts.taglib.bean
-
Define a scripting variable based on the value(s) of the specified
cookie received with this request.
- CookieTag() - Constructor for class org.apache.struts.taglib.bean.CookieTag
-
- CookieTei - Class in org.apache.struts.taglib.bean
-
Implementation of TagExtraInfo
for the cookie
tag, identifying the scripting object(s) to be made visible.
- CookieTei() - Constructor for class org.apache.struts.taglib.bean.CookieTei
-
- copy(InputStream, OutputStream) - Method in class org.apache.struts.actions.DownloadAction
-
Copy bytes from an InputStream
to an
OutputStream
.
- createActionForm(ActionServlet) - Method in class org.apache.struts.config.FormBeanConfig
-
Create and return an ActionForm
instance appropriate
to the information in this FormBeanConfig
.
- createActionForm(HttpServletRequest, ActionMapping, ModuleConfig, ActionServlet) - Static method in class org.apache.struts.util.RequestUtils
-
Create (if necessary) and return an ActionForm
instance appropriate
for this request.
- createActionForm(FormBeanConfig, ActionServlet) - Static method in class org.apache.struts.util.RequestUtils
-
Create and return an ActionForm
instance appropriate
to the information in config
.
- createActionList(ValidatorResources, Form) - Method in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
Get List of actions for the given Form.
- createConfigMap(DefinitionsFactoryConfig) - Static method in class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Create map of configuration attributes from configuration object.
- createController(String, String) - Static method in class org.apache.struts.tiles.ComponentDefinition
-
Create a new instance of controller named in parameter.
- createControllerFromClassname(String) - Static method in class org.apache.struts.tiles.ComponentDefinition
-
Create a controller from specified classname
- createDefaultFactory(ServletContext, Map) - Method in class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
Create default Definition factory.
- createDefaultFactory(ServletContext) - Method in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Create default factory .
- createDefinitionFactoryInstance(String) - Method in class org.apache.struts.tiles.TilesUtilImpl
-
Create Definition factory of specified classname.
- createDefinitionsFactory(ServletContext, Map, String) - Static method in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.
Use createDefinitionsFactory(ServletContext servletContext, ServletConfig servletConfig)
- createDefinitionsFactory(ServletContext, Map) - Static method in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.
Create default Definition factory.
- createDefinitionsFactory(ServletContext, ServletConfig) - Static method in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.
Create Definition factory.
- createDefinitionsFactory(ServletContext, ServletConfig, boolean) - Static method in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.
Create Definition factory.
- createDefinitionsFactory(ServletContext, DefinitionsFactoryConfig) - Static method in class org.apache.struts.tiles.TilesUtil
-
Create Definition factory from specified configuration object.
- createDefinitionsFactory(ServletContext, DefinitionsFactoryConfig) - Method in class org.apache.struts.tiles.TilesUtilImpl
-
Create Definition factory from specified configuration object.
- createDiskFile(MultipartElement) - Method in class org.apache.struts.upload.DiskMultipartRequestHandler
-
Deprecated.
- createDynaActionFormClass(FormBeanConfig) - Static method in class org.apache.struts.action.DynaActionFormClass
-
Return the DynaActionFormClass
instance for the specified form bean
configuration instance.
- createDynamicJavascript(ModuleConfig, ValidatorResources, Locale, Form) - Method in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
Generates the dynamic JavaScript for the form.
- createFactory() - Static method in class org.apache.struts.config.ModuleConfigFactory
-
Create and return a ModuleConfigFactory
instance of the
appropriate class, which can be used to create customized
ModuleConfig
instances.
- createFactory(ServletContext, Map) - Method in class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
Create Definition factory.
- createFactory(Object, ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.xmlDefinition.FactorySet
-
Create a factory for specified key.
- createFactory(Object, ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Create a factory for specified key.
- createFactory() - Static method in class org.apache.struts.util.MessageResourcesFactory
-
Create and return a MessageResourcesFactory
instance of the
appropriate class, which can be used to create customized
MessageResources
instances.
- createFactoryFromClassname(ServletContext, Map, String) - Method in class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
Create Definition factory from provided classname.
- createFactoryInstance(String) - Method in class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
- createFileMultipartElement() - Method in class org.apache.struts.upload.MultipartIterator
-
Deprecated.
Create a multipart element instance representing the file in the stream.
- createLocalFile() - Method in class org.apache.struts.upload.MultipartIterator
-
Deprecated.
Creates a file on disk from the current mulitpart element.
- createMethods(List, boolean) - Method in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
Creates the JavaScript methods list from the given actions.
- createModuleConfig(String) - Method in class org.apache.struts.config.impl.DefaultModuleConfigFactory
-
- createModuleConfig(String) - Method in class org.apache.struts.config.ModuleConfigFactory
-
- createObject(Attributes) - Method in class org.apache.struts.config.ActionFormBeanFactory
-
- createObject(Attributes) - Method in class org.apache.struts.config.ActionForwardFactory
-
- createObject(Attributes) - Method in class org.apache.struts.config.ActionMappingFactory
-
- createObject(Attributes) - Method in class org.apache.struts.config.GlobalForwardFactory
-
- createResources(String) - Method in class org.apache.struts.util.MessageResourcesFactory
-
Create and return a newly instansiated MessageResources
.
- createResources(String) - Method in class org.apache.struts.util.PropertyMessageResourcesFactory
-
Create and return a newly instansiated MessageResources
.
- createServerStringBuffer(String, String, int) - Static method in class org.apache.struts.util.RequestUtils
-
Return StringBuffer
representing the scheme, server, and port number of
the current request.
- createServerUriStringBuffer(String, String, int, String) - Static method in class org.apache.struts.util.RequestUtils
-
Return StringBuffer
representing the scheme, server, and port number of
the current request.
- createTagHandler() - Method in class org.apache.struts.taglib.tiles.InsertTag
-
Process tag attribute and create corresponding tag handler.
- createTextElement(HttpServletRequest, MultipartElement) - Method in class org.apache.struts.upload.DiskMultipartRequestHandler
-
Deprecated.
- createTextMultipartElement(String) - Method in class org.apache.struts.upload.MultipartIterator
-
Deprecated.
Create a text element from the data in the body of the element.
- CRLF - Static variable in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
- currentContext - Variable in class org.apache.struts.taglib.tiles.InsertTag.InsertHandler
-
- currentPlugInConfigObject - Variable in class org.apache.struts.tiles.TilesPlugin
-
The plugin config object provided by the ActionServlet initializing
this plugin.
- currentValue() - Method in class org.apache.struts.taglib.html.RadioTag
-
Acquire the current value of the bean specified by the name
attribute and the property specified by the property
attribute.
- data - Variable in class org.apache.struts.upload.MultipartElement
-
Deprecated.
This should never be used.
- DATA_SOURCE_KEY - Static variable in class org.apache.struts.Globals
-
The context attributes key under which our default
configured data source (which must implement
javax.sql.DataSource
) is stored,
if one is configured for this module.
- DataSourceConfig - Class in org.apache.struts.config
-
A JavaBean representing the configuration information of a
<data-source>
element from a Struts
configuration file.
- DataSourceConfig() - Constructor for class org.apache.struts.config.DataSourceConfig
-
- dataSources - Variable in class org.apache.struts.action.ActionServlet
-
The JDBC data sources that has been configured for this module,
if any, keyed by the servlet context attribute under which they are
stored.
- dataSources - Variable in class org.apache.struts.config.impl.ModuleConfigImpl
-
The set of JDBC data source configurations for this
module, if any, keyed by the key
property.
- DATE_FORMAT_KEY - Static variable in class org.apache.struts.taglib.bean.WriteTag
-
The key to search default format string for java.util.Date in resources.
- debug - Static variable in class org.apache.struts.taglib.tiles.util.TagUtils
-
Debug flag
- DECIMAL_LITERAL - Static variable in interface org.apache.struts.validator.validwhen.ValidWhenParserTokenTypes
-
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.struts.actions.DownloadAction
-
If the getBufferSize()
method is not overridden, this is
the buffer size that will be used to transfer the data to the servlet
output stream.
- DEFAULT_CONTENT_DISPOSITION - Static variable in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
- DEFAULT_DEFINITION_FILENAMES - Static variable in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Possible definition filenames.
- DEFAULT_ENCODING - Static variable in class org.apache.struts.upload.MultipartIterator
-
Deprecated.
The default encoding of a text element if none is specified.
- DEFAULT_FLAVOR - Static variable in class org.apache.struts.actions.ActionDispatcher
-
Indicates "default" dispatch flavor
- DEFAULT_LINE_SIZE - Static variable in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
- DEFAULT_METHOD_KEY - Static variable in class org.apache.struts.actions.EventActionDispatcher
-
The method key, if present, to use if other specified method keys
do not match a request parameter.
- DEFAULT_METHOD_KEY - Static variable in class org.apache.struts.actions.EventDispatchAction
-
The method key, if present, to use if other specified method keys
do not match a request parameter.
- DEFAULT_SIZE_MAX - Static variable in class org.apache.struts.upload.CommonsMultipartRequestHandler
-
The default value for the maximum allowable size, in bytes, of an
uploaded file.
- DEFAULT_SIZE_THRESHOLD - Static variable in class org.apache.struts.upload.CommonsMultipartRequestHandler
-
The default value for the threshold which determines whether an uploaded
file will be written to disk or cached in memory.
- defaultFactory - Variable in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Default factory.
- defaultFactory - Static variable in class org.apache.struts.util.MessageResources
-
The default MessageResourcesFactory used to create MessageResources
instances.
- defaultLocale - Static variable in class org.apache.struts.action.Action
-
Deprecated.
Use Locale.getDefault directly. This will be removed after
Struts 1.2.
- defaultLocale - Static variable in class org.apache.struts.taglib.bean.MessageTag
-
Deprecated.
This will be removed after Struts 1.2.
- defaultLocale - Static variable in class org.apache.struts.taglib.html.BaseHandlerTag
-
Deprecated.
Use Locale.getDefault() directly.
- defaultLocale - Static variable in class org.apache.struts.taglib.html.ErrorsTag
-
Deprecated.
Use Locale.getDefault() directly.
- defaultLocale - Static variable in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
Deprecated.
This variable is no longer used.
- defaultLocale - Static variable in class org.apache.struts.taglib.html.OptionTag
-
Deprecated.
Use Locale.getDefault() directly.
- defaultLocale - Variable in class org.apache.struts.util.MessageResources
-
The default Locale for our environment.
- DefaultModuleConfigFactory - Class in org.apache.struts.config.impl
-
- DefaultModuleConfigFactory() - Constructor for class org.apache.struts.config.impl.DefaultModuleConfigFactory
-
- DefineTag - Class in org.apache.struts.taglib.bean
-
Define a scripting variable based on the value(s) of the specified
bean property.
- DefineTag() - Constructor for class org.apache.struts.taglib.bean.DefineTag
-
- DefineTei - Class in org.apache.struts.taglib.bean
-
Implementation of TagExtraInfo
for the define
tag, identifying the scripting object(s) to be made visible.
- DefineTei() - Constructor for class org.apache.struts.taglib.bean.DefineTei
-
- definition - Variable in class org.apache.struts.taglib.tiles.DefinitionTag
-
Template definition
- DefinitionAttribute - Class in org.apache.struts.tiles
-
Attribute representing a Component Definition.
- DefinitionAttribute(String) - Constructor for class org.apache.struts.tiles.DefinitionAttribute
-
- definitionConfigFiles - Variable in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Definition configuration file specified by user.
- DefinitionDispatcherAction - Class in org.apache.struts.tiles.actions
-
An Action that dispatches to a Tiles Definition
that is named by the request parameter whose name is specified
by the parameter
property of the corresponding
ActionMapping.
- DefinitionDispatcherAction() - Constructor for class org.apache.struts.tiles.actions.DefinitionDispatcherAction
-
- definitionFactory - Variable in class org.apache.struts.tiles.TilesPlugin
-
Associated definition factory.
- definitionName - Variable in class org.apache.struts.taglib.tiles.InsertTag
-
Name of component instance to include.
- DefinitionNameAttribute - Class in org.apache.struts.tiles
-
Component attribute.
- DefinitionNameAttribute(String) - Constructor for class org.apache.struts.tiles.DefinitionNameAttribute
-
Constructor.
- DefinitionNameAttribute(String, String) - Constructor for class org.apache.struts.tiles.DefinitionNameAttribute
-
Constructor.
- definitions - Variable in class org.apache.struts.tiles.xmlDefinition.DefinitionsFactory
-
Underlying map containing all definitions.
- definitions - Variable in class org.apache.struts.tiles.xmlDefinition.XmlDefinitionsSet
-
Defined definitions.
- DEFINITIONS_CONFIG_PARAMETER_NAME - Static variable in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Alternate name for definition files properties in configuration file.
- DEFINITIONS_CONFIG_PARAMETER_NAME - Static variable in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Config file parameter name.
- DEFINITIONS_CONFIG_USER_DEBUG_LEVEL - Static variable in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.
Name of init property carrying debug level.
- DEFINITIONS_FACTORY - Static variable in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.
Constant name used to store factory in context.
- DEFINITIONS_FACTORY - Static variable in class org.apache.struts.tiles.TilesUtilImpl
-
Constant name used to store factory in servlet context
- DEFINITIONS_FACTORY_CLASSNAME - Static variable in class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
Name of init property carrying factory class name.
- DEFINITIONS_FACTORY_CLASSNAME - Static variable in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.
Name of init property carrying factory class name.
- DefinitionsFactory - Interface in org.apache.struts.tiles
-
Tiles Definition factory.
- definitionsFactory - Variable in class org.apache.struts.tiles.TilesRequestProcessor
-
Definitions factory.
- DefinitionsFactory - Class in org.apache.struts.tiles.xmlDefinition
-
A factory for definitions.
- DefinitionsFactory(XmlDefinitionsSet) - Constructor for class org.apache.struts.tiles.xmlDefinition.DefinitionsFactory
-
Constructor.
- DefinitionsFactoryConfig - Class in org.apache.struts.tiles
-
A TilesFactoryConfig object hold configuration attributes for a tile
definition factory.
- DefinitionsFactoryConfig() - Constructor for class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Default constructor.
- DefinitionsFactoryConfig(Map) - Constructor for class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Constructor.
- DefinitionsFactoryException - Exception in org.apache.struts.tiles
-
Exception thrown when an error occurs while the factory tries to
create a new instance mapper.
- DefinitionsFactoryException() - Constructor for exception org.apache.struts.tiles.DefinitionsFactoryException
-
Constructor.
- DefinitionsFactoryException(String) - Constructor for exception org.apache.struts.tiles.DefinitionsFactoryException
-
Constructor.
- DefinitionsFactoryException(Exception) - Constructor for exception org.apache.struts.tiles.DefinitionsFactoryException
-
Create a new DefinitionsFactoryException
wrapping an existing exception.
- DefinitionsFactoryException(String, Exception) - Constructor for exception org.apache.struts.tiles.DefinitionsFactoryException
-
Create a new DefinitionsFactoryException
from an existing exception.
- DefinitionsUtil - Class in org.apache.struts.tiles
-
- DefinitionsUtil() - Constructor for class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.
- DefinitionsUtil.ServletPropertiesMap - Class in org.apache.struts.tiles
-
Deprecated.
Inner class.
- DefinitionsUtil.ServletPropertiesMap(ServletConfig) - Constructor for class org.apache.struts.tiles.DefinitionsUtil.ServletPropertiesMap
-
Deprecated.
Constructor.
- DefinitionTag - Class in org.apache.struts.taglib.tiles
-
This is the tag handler for <tiles:definition>, which defines
a tiles (or template / component).
- DefinitionTag() - Constructor for class org.apache.struts.taglib.tiles.DefinitionTag
-
- DefinitionTagSupport - Class in org.apache.struts.taglib.tiles
-
Common base class for tags dealing with Tiles definitions.
- DefinitionTagSupport() - Constructor for class org.apache.struts.taglib.tiles.DefinitionTagSupport
-
- deleteReference(HttpServletRequest) - Static method in class org.apache.struts.taglib.nested.NestedPropertyHelper
-
Deletes the nested reference from the request object.
- deriveNestedProperty() - Method in class org.apache.struts.taglib.nested.logic.NestedIterateTag
-
The only added property to the class.
- destroy() - Method in class org.apache.struts.action.ActionServlet
-
Gracefully shut down this controller servlet, releasing any resources
that were allocated at initialization.
- destroy() - Method in interface org.apache.struts.action.PlugIn
-
Receive notification that our owning module is being
shut down.
- destroy() - Method in class org.apache.struts.action.RequestProcessor
-
Clean up in preparation for a shutdown of this application.
- destroy() - Method in class org.apache.struts.plugins.DigestingPlugIn
-
Receive notification that our owning module is being shut down.
- destroy() - Method in class org.apache.struts.plugins.ModuleConfigVerifier
-
Receive notification that our owning module is being
shut down.
- destroy() - Method in class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Do nothing because old life cycle has no equivalent.
- destroy() - Method in interface org.apache.struts.tiles.DefinitionsFactory
-
Receive notification that the factory is being
shut down.
- destroy() - Method in class org.apache.struts.tiles.TilesPlugin
-
End plugin.
- destroy() - Method in class org.apache.struts.upload.CommonsMultipartRequestHandler.CommonsFormFile
-
Destroy all content for this form file.
- destroy() - Method in class org.apache.struts.upload.DiskFile
-
Deprecated.
Delete the temporary file.
- destroy() - Method in interface org.apache.struts.upload.FormFile
-
Destroys all content for the uploaded file, including any underlying
data files.
- destroy() - Method in class org.apache.struts.validator.ValidatorPlugIn
-
Gracefully shut down, releasing any resources
that were allocated at initialization.
- destroyConfigDigester() - Method in class org.apache.struts.action.ActionServlet
-
Gracefully release any configDigester instance that we have created.
- destroyInternal() - Method in class org.apache.struts.action.ActionServlet
-
Gracefully terminate use of the internal MessageResources.
- destroyModules() - Method in class org.apache.struts.action.ActionServlet
-
Gracefully terminate use of any modules associated with this
application (if any).
- destroyResources() - Method in class org.apache.struts.validator.ValidatorPlugIn
-
Destroy ValidatorResources
.
- digester - Variable in class org.apache.struts.tiles.xmlDefinition.XmlParser
-
Associated digester.
- digesterFromXml(String, String) - Method in class org.apache.struts.plugins.DigestingPlugIn
-
Instantiate a Digester from an XML input stream using the Commons
DigesterLoader
.
- digesterPath - Variable in class org.apache.struts.plugins.DigestingPlugIn
-
- digesterSource - Variable in class org.apache.struts.plugins.DigestingPlugIn
-
- DigestingPlugIn - Class in org.apache.struts.plugins
-
An implementation of 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.
- DigestingPlugIn() - Constructor for class org.apache.struts.plugins.DigestingPlugIn
-
Constructor for DigestingPlugIn.
- direct - Variable in class org.apache.struts.taglib.tiles.PutTag
-
JSP Template compatibility.
- direct - Variable in class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Attribute value.
- DirectStringAttribute - Class in org.apache.struts.tiles
-
Component attribute.
- DirectStringAttribute(String) - Constructor for class org.apache.struts.tiles.DirectStringAttribute
-
- disabled - Variable in class org.apache.struts.taglib.html.BaseHandlerTag
-
Component is disabled.
- disabled - Variable in class org.apache.struts.taglib.html.FormTag
-
Controls whether child controls should be 'disabled'.
- disabled - Variable in class org.apache.struts.taglib.html.OptionTag
-
Is this option disabled?
- diskBufferSize - Variable in class org.apache.struts.upload.MultipartIterator
-
Deprecated.
The size in bytes written to the filesystem at a time [20K]
- DiskFile - Class in org.apache.struts.upload
-
Deprecated.
Use the Commons FileUpload based multipart handler instead. This
class will be removed after Struts 1.2.
- DiskFile(String) - Constructor for class org.apache.struts.upload.DiskFile
-
Deprecated.
- DiskMultipartRequestHandler - Class in org.apache.struts.upload
-
Deprecated.
Use the Commons FileUpload based multipart handler instead. This
class will be removed after Struts 1.2.
- DiskMultipartRequestHandler() - Constructor for class org.apache.struts.upload.DiskMultipartRequestHandler
-
Deprecated.
- DISPATCH_FLAVOR - Static variable in class org.apache.struts.actions.ActionDispatcher
-
Indicates flavor compatible with DispatchAction
- DispatchAction - Class in org.apache.struts.actions
-
An abstract Action that dispatches to a public
method that is named by the request parameter whose name is specified
by the parameter
property of the corresponding
ActionMapping.
- DispatchAction() - Constructor for class org.apache.struts.actions.DispatchAction
-
- dispatchMethod(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.struts.actions.ActionDispatcher
-
Dispatch to the specified method.
- dispatchMethod(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, String, Method) - Method in class org.apache.struts.actions.ActionDispatcher
-
Dispatch to the specified method.
- dispatchMethod(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.struts.actions.DispatchAction
-
Dispatch to the specified method.
- doAfterBody() - Method in class org.apache.struts.taglib.bean.DefineTag
-
Save the body content of this tag (if any), or throw a JspException
if the value was already defined.
- doAfterBody() - Method in class org.apache.struts.taglib.html.CheckboxTag
-
Save the associated label from the body content.
- doAfterBody() - Method in class org.apache.struts.taglib.html.LinkTag
-
Save the associated label from the body content.
- doAfterBody() - Method in class org.apache.struts.taglib.html.MessagesTag
-
Make the next collection element available and loop, or
finish the iterations if there are no more elements.
- doAfterBody() - Method in class org.apache.struts.taglib.html.MultiboxTag
-
Save the body contents of this tag as the constant that we will
be returning.
- doAfterBody() - Method in class org.apache.struts.taglib.html.OptionTag
-
Process the body text of this tag (if any).
- doAfterBody() - Method in class org.apache.struts.taglib.html.RadioTag
-
Save the associated label from the body content.
- doAfterBody() - Method in class org.apache.struts.taglib.html.SelectTag
-
Save any body content of this tag, which will generally be the
option(s) representing the values displayed to the user.
- doAfterBody() - Method in class org.apache.struts.taglib.html.SubmitTag
-
Save the associated label from the body content.
- doAfterBody() - Method in class org.apache.struts.taglib.logic.IterateTag
-
Make the next collection element available and loop, or
finish the iterations if there are no more elements.
- doAfterBody() - Method in class org.apache.struts.taglib.nested.logic.NestedIterateTag
-
This is only overriden as the include reference will need it's index
updated.
- doAfterBody() - Method in class org.apache.struts.taglib.nested.NestedPropertyTag
-
Render the resulting content evaluation.
- doAfterBody() - Method in class org.apache.struts.taglib.nested.NestedRootTag
-
Render the resulting content evaluation.
- doAfterBody() - Method in class org.apache.struts.taglib.tiles.PutTag
-
Save the body content of this tag (if any)
- doDisabled - Variable in class org.apache.struts.taglib.html.BaseHandlerTag
-
Indicates whether 'disabled' is a valid attribute
- doEndTag() - Method in class org.apache.struts.taglib.bean.DefineTag
-
Retrieve the required property and expose it as a scripting variable.
- doEndTag() - Method in class org.apache.struts.taglib.html.BaseInputTag
-
Process the end of this tag.
- doEndTag() - Method in class org.apache.struts.taglib.html.CheckboxTag
-
Process the remainder of this page normally.
- doEndTag() - Method in class org.apache.struts.taglib.html.FormTag
-
Render the end of this form.
- doEndTag() - Method in class org.apache.struts.taglib.html.FrameTag
-
Ignore the end of this tag.
- doEndTag() - Method in class org.apache.struts.taglib.html.HtmlTag
-
Process the end of this tag.
- doEndTag() - Method in class org.apache.struts.taglib.html.ImgTag
-
Render the end of the IMG tag.
- doEndTag() - Method in class org.apache.struts.taglib.html.LinkTag
-
Render the end of the hyperlink.
- doEndTag() - Method in class org.apache.struts.taglib.html.MessagesTag
-
Clean up after processing this enumeration.
- doEndTag() - Method in class org.apache.struts.taglib.html.MultiboxTag
-
Render an input element for this tag.
- doEndTag() - Method in class org.apache.struts.taglib.html.OptionsTag
-
Process the end of this tag.
- doEndTag() - Method in class org.apache.struts.taglib.html.OptionTag
-
Process the end of this tag.
- doEndTag() - Method in class org.apache.struts.taglib.html.RadioTag
-
Optionally render the associated label from the body content.
- doEndTag() - Method in class org.apache.struts.taglib.html.RewriteTag
-
Ignore the end of this tag.
- doEndTag() - Method in class org.apache.struts.taglib.html.SelectTag
-
Render the end of this form.
- doEndTag() - Method in class org.apache.struts.taglib.html.SubmitTag
-
Process the end of this tag.
- doEndTag() - Method in class org.apache.struts.taglib.html.XhtmlTag
-
- doEndTag() - Method in class org.apache.struts.taglib.logic.ConditionalTagBase
-
Evaluate the remainder of the current page normally.
- doEndTag() - Method in class org.apache.struts.taglib.logic.ForwardTag
-
Look up the ActionForward associated with the specified name,
and perform a forward or redirect to that path as indicated.
- doEndTag() - Method in class org.apache.struts.taglib.logic.IterateTag
-
Clean up after processing this enumeration.
- doEndTag() - Method in class org.apache.struts.taglib.logic.RedirectTag
-
Render the redirect and skip the remainder of this page.
- doEndTag() - Method in class org.apache.struts.taglib.nested.bean.NestedDefineTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.bean.NestedMessageTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.bean.NestedSizeTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.bean.NestedWriteTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.html.NestedCheckboxTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.html.NestedErrorsTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.html.NestedFileTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.html.NestedFormTag
-
This is only overriden to clean up the include reference
- doEndTag() - Method in class org.apache.struts.taglib.nested.html.NestedHiddenTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.html.NestedImageTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.html.NestedImgTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.html.NestedLinkTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.html.NestedMessagesTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.html.NestedMultiboxTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.html.NestedOptionsCollectionTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.html.NestedOptionsTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.html.NestedPasswordTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.html.NestedRadioTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.html.NestedSelectTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.html.NestedSubmitTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.html.NestedTextareaTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.html.NestedTextTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.logic.NestedEmptyTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.logic.NestedEqualTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.logic.NestedGreaterEqualTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.logic.NestedGreaterThanTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.logic.NestedIterateTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.logic.NestedLessEqualTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.logic.NestedLessThanTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.logic.NestedMatchTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.logic.NestedMessagesNotPresentTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.logic.NestedMessagesPresentTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.logic.NestedNotEmptyTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.logic.NestedNotEqualTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.logic.NestedNotMatchTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.logic.NestedNotPresentTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.logic.NestedPresentTag
-
Complete the processing of the tag.
- doEndTag() - Method in class org.apache.struts.taglib.nested.NestedPropertyTag
-
Evaluate the rest of the page
- doEndTag() - Method in class org.apache.struts.taglib.nested.NestedRootTag
-
Evaluate the rest of the page
- doEndTag() - Method in class org.apache.struts.taglib.nested.NestedWriteNestingTag
-
- doEndTag() - Method in class org.apache.struts.taglib.tiles.AttributeToScopeTag
-
Deprecated.
Clean up after processing this enumeration.
- doEndTag() - Method in class org.apache.struts.taglib.tiles.DefinitionTag
-
Process the end tag by putting the definition in appropriate context.
- doEndTag() - Method in class org.apache.struts.taglib.tiles.GetAttributeTag
-
Close tag.
- doEndTag() - Method in class org.apache.struts.taglib.tiles.ImportAttributeTag
-
Clean up after processing this enumeration.
- doEndTag() - Method in class org.apache.struts.taglib.tiles.InitDefinitionsTag
-
Do end tag.
- doEndTag() - Method in class org.apache.struts.taglib.tiles.InsertTag.DirectStringHandler
-
Print String in page output stream.
- doEndTag() - Method in class org.apache.struts.taglib.tiles.InsertTag
-
Process the end tag by including the template.
- doEndTag() - Method in class org.apache.struts.taglib.tiles.InsertTag.InsertHandler
-
Include requested page.
- doEndTag() - Method in interface org.apache.struts.taglib.tiles.InsertTag.TagHandler
-
Do include for type depicted by implementation class.
- doEndTag() - Method in class org.apache.struts.taglib.tiles.PutListTag
-
Do end tag.
- doEndTag() - Method in class org.apache.struts.taglib.tiles.PutTag
-
Do end tag.
- doEndTag() - Method in class org.apache.struts.taglib.tiles.UseAttributeTag
-
Clean up after processing this enumeration.
- doErrorsExist() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Determine if there are errors for the component.
- doForward(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.action.RequestProcessor
-
Do a forward to specified URI using a RequestDispatcher
.
- doForward(String) - Method in class org.apache.struts.taglib.logic.ForwardTag
-
Forward to the given path converting exceptions to JspException.
- doForward(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles.TilesRequestProcessor
-
Do a forward using request dispatcher.
- doForward(String, HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class org.apache.struts.tiles.TilesUtil
-
Do a forward using request dispatcher.
- doForward(String, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilImpl
-
Do a forward using request dispatcher.
- doForward(String, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilStrutsModulesImpl
-
Do a forward using request dispatcher.
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.action.ActionServlet
-
Process an HTTP "GET" request.
- doInclude(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.action.RequestProcessor
-
Do an include of specified URI using a RequestDispatcher
.
- doInclude(String) - Method in class org.apache.struts.taglib.tiles.InsertTag
-
Do an include of specified page.
- doInclude(String, HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class org.apache.struts.tiles.TilesUtil
-
Do an include using request dispatcher.
- doInclude(String, PageContext) - Static method in class org.apache.struts.tiles.TilesUtil
-
Do an include using PageContext.include().
- doInclude(String, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilImpl
-
Do an include using request dispatcher.
- doInclude(String, PageContext) - Method in class org.apache.struts.tiles.TilesUtilImpl
-
Do an include using PageContext.include().
- doInclude(String, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilStrutsModulesImpl
-
Do an include using request dispatcher.
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.action.ActionServlet
-
Process an HTTP "POST" request.
- doReadonly - Variable in class org.apache.struts.taglib.html.BaseHandlerTag
-
Indicates whether 'readonly' is a valid attribute.
- doRedirect(String) - Method in class org.apache.struts.taglib.logic.ForwardTag
-
Redirect to the given path converting exceptions to JspException.
- doRedirect(String) - Method in class org.apache.struts.taglib.logic.RedirectTag
-
Redirect to the given url converting exceptions to JspException.
- doStartTag() - Method in class org.apache.struts.taglib.bean.CookieTag
-
Retrieve the required property and expose it as a scripting variable.
- doStartTag() - Method in class org.apache.struts.taglib.bean.DefineTag
-
Check if we need to evaluate the body of the tag
- doStartTag() - Method in class org.apache.struts.taglib.bean.HeaderTag
-
Retrieve the required property and expose it as a scripting variable.
- doStartTag() - Method in class org.apache.struts.taglib.bean.IncludeTag
-
Define the contents returned for the specified resource as a
page scope attribute.
- doStartTag() - Method in class org.apache.struts.taglib.bean.MessageTag
-
Process the start tag.
- doStartTag() - Method in class org.apache.struts.taglib.bean.PageTag
-
Retrieve the required configuration object and expose it as a
scripting variable.
- doStartTag() - Method in class org.apache.struts.taglib.bean.ParameterTag
-
Retrieve the required property and expose it as a scripting variable.
- doStartTag() - Method in class org.apache.struts.taglib.bean.ResourceTag
-
Retrieve the required property and expose it as a scripting variable.
- doStartTag() - Method in class org.apache.struts.taglib.bean.SizeTag
-
Retrieve the required property and expose it as a scripting variable.
- doStartTag() - Method in class org.apache.struts.taglib.bean.StrutsTag
-
Retrieve the required configuration object and expose it as a
scripting variable.
- doStartTag() - Method in class org.apache.struts.taglib.bean.WriteTag
-
Process the start tag.
- doStartTag() - Method in class org.apache.struts.taglib.html.BaseFieldTag
-
Generate the required input tag.
- doStartTag() - Method in class org.apache.struts.taglib.html.BaseInputTag
-
Process the start of this tag.
- doStartTag() - Method in class org.apache.struts.taglib.html.BaseTag
-
Process the start of this tag.
- doStartTag() - Method in class org.apache.struts.taglib.html.CheckboxTag
-
Generate the required input tag.
- doStartTag() - Method in class org.apache.struts.taglib.html.ErrorsTag
-
Render the specified error messages if there are any.
- doStartTag() - Method in class org.apache.struts.taglib.html.FormTag
-
Render the beginning of this form.
- doStartTag() - Method in class org.apache.struts.taglib.html.FrameTag
-
Render the appropriately encoded URI.
- doStartTag() - Method in class org.apache.struts.taglib.html.HiddenTag
-
Generate the required input tag, followed by the optional rendered text.
- doStartTag() - Method in class org.apache.struts.taglib.html.HtmlTag
-
Process the start of this tag.
- doStartTag() - Method in class org.apache.struts.taglib.html.ImgTag
-
Render the beginning of the IMG tag.
- doStartTag() - Method in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
Render the JavaScript for to perform validations based on the form name.
- doStartTag() - Method in class org.apache.struts.taglib.html.LinkTag
-
Render the beginning of the hyperlink.
- doStartTag() - Method in class org.apache.struts.taglib.html.MessagesTag
-
Construct an iterator for the specified collection, and begin
looping through the body once per element.
- doStartTag() - Method in class org.apache.struts.taglib.html.MultiboxTag
-
Process the beginning of this tag.
- doStartTag() - Method in class org.apache.struts.taglib.html.OptionsCollectionTag
-
Process the start of this tag.
- doStartTag() - Method in class org.apache.struts.taglib.html.OptionsTag
-
Process the start of this tag.
- doStartTag() - Method in class org.apache.struts.taglib.html.OptionTag
-
Process the start of this tag.
- doStartTag() - Method in class org.apache.struts.taglib.html.RadioTag
-
Generate the required input tag.
- doStartTag() - Method in class org.apache.struts.taglib.html.RewriteTag
-
Render the appropriately encoded URI.
- doStartTag() - Method in class org.apache.struts.taglib.html.SelectTag
-
Render the beginning of this select tag.
- doStartTag() - Method in class org.apache.struts.taglib.html.SubmitTag
-
Process the start of this tag.
- doStartTag() - Method in class org.apache.struts.taglib.html.TextareaTag
-
Generate the required input tag.
- doStartTag() - Method in class org.apache.struts.taglib.logic.ConditionalTagBase
-
Perform the test required for this particular tag, and either evaluate
or skip the body of this tag.
- doStartTag() - Method in class org.apache.struts.taglib.logic.ForwardTag
-
Defer processing until the end of this tag is encountered.
- doStartTag() - Method in class org.apache.struts.taglib.logic.IterateTag
-
Construct an iterator for the specified collection, and begin
looping through the body once per element.
- doStartTag() - Method in class org.apache.struts.taglib.logic.RedirectTag
-
Defer generation until the end of this tag is encountered.
- doStartTag() - Method in class org.apache.struts.taglib.nested.bean.NestedDefineTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.bean.NestedMessageTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.bean.NestedSizeTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.bean.NestedWriteTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.html.NestedCheckboxTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.html.NestedErrorsTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.html.NestedFileTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.html.NestedFormTag
-
Overriding to allow the chance to set the details of the system, so that
dynamic includes can be possible
- doStartTag() - Method in class org.apache.struts.taglib.nested.html.NestedHiddenTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.html.NestedImageTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.html.NestedImgTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.html.NestedLinkTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.html.NestedMessagesTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.html.NestedMultiboxTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.html.NestedOptionsCollectionTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.html.NestedOptionsTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.html.NestedPasswordTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.html.NestedRadioTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.html.NestedSelectTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.html.NestedSubmitTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.html.NestedTextareaTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.html.NestedTextTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.logic.NestedEmptyTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.logic.NestedEqualTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.logic.NestedGreaterEqualTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.logic.NestedGreaterThanTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.logic.NestedIterateTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.logic.NestedLessEqualTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.logic.NestedLessThanTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.logic.NestedMatchTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.logic.NestedMessagesNotPresentTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.logic.NestedMessagesPresentTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.logic.NestedNotEmptyTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.logic.NestedNotEqualTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.logic.NestedNotMatchTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.logic.NestedNotPresentTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.logic.NestedPresentTag
-
Overriding method of the heart of the matter.
- doStartTag() - Method in class org.apache.struts.taglib.nested.NestedPropertyTag
-
Overriding method of the heart of the tag.
- doStartTag() - Method in class org.apache.struts.taglib.nested.NestedRootTag
-
Overriding method of the heart of the tag.
- doStartTag() - Method in class org.apache.struts.taglib.nested.NestedWriteNestingTag
-
Overriding method of the heart of the tag.
- doStartTag() - Method in class org.apache.struts.taglib.tiles.AttributeToScopeTag
-
Deprecated.
Expose the requested property from component context.
- doStartTag() - Method in class org.apache.struts.taglib.tiles.DefinitionTag
-
Process the start tag by creating a new definition.
- doStartTag() - Method in class org.apache.struts.taglib.tiles.ImportAttributeTag
-
Expose the requested property from component context.
- doStartTag() - Method in class org.apache.struts.taglib.tiles.InitDefinitionsTag
-
Do start tag.
- doStartTag() - Method in class org.apache.struts.taglib.tiles.InsertTag.DirectStringHandler
-
Do nothing, there is no context for a direct string.
- doStartTag() - Method in class org.apache.struts.taglib.tiles.InsertTag
-
Process the start tag by checking tag's attributes and creating appropriate handler.
- doStartTag() - Method in class org.apache.struts.taglib.tiles.InsertTag.InsertHandler
-
Create a new empty context.
- doStartTag() - Method in interface org.apache.struts.taglib.tiles.InsertTag.TagHandler
-
Create ComponentContext for type depicted by implementation class.
- doStartTag() - Method in class org.apache.struts.taglib.tiles.PutListTag
-
Do start tag.
- doStartTag() - Method in class org.apache.struts.taglib.tiles.PutTag
-
Do start tag.
- doStartTag() - Method in class org.apache.struts.taglib.tiles.UseAttributeTag
-
Expose the requested attribute from component context.
- DOUBLE_COMPARE - Static variable in class org.apache.struts.taglib.logic.CompareTagBase
-
We will do a double/float comparison.
- DOUBLE_DASH_STRING - Static variable in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
- DownloadAction - Class in org.apache.struts.actions
-
This is an abstract base class that minimizes the amount of special coding
that needs to be written to download a file.
- DownloadAction() - Constructor for class org.apache.struts.actions.DownloadAction
-
- DownloadAction.FileStreamInfo - Class in org.apache.struts.actions
-
A concrete implementation of the StreamInfo
interface which
simplifies the downloading of a file from the disk.
- DownloadAction.FileStreamInfo(String, File) - Constructor for class org.apache.struts.actions.DownloadAction.FileStreamInfo
-
Constructs an instance of this class, based on the supplied
parameters.
- DownloadAction.ResourceStreamInfo - Class in org.apache.struts.actions
-
A concrete implementation of the StreamInfo
interface which
simplifies the downloading of a web application resource.
- DownloadAction.ResourceStreamInfo(String, ServletContext, String) - Constructor for class org.apache.struts.actions.DownloadAction.ResourceStreamInfo
-
Constructs an instance of this class, based on the supplied
parameters.
- DownloadAction.StreamInfo - Interface in org.apache.struts.actions
-
The information on a file, or other stream, to be downloaded by the
DownloadAction
.
- DynaActionForm - Class in org.apache.struts.action
-
Specialized subclass of 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.
- DynaActionForm() - Constructor for class org.apache.struts.action.DynaActionForm
-
- DynaActionFormClass - Class in org.apache.struts.action
-
Implementation of DynaClass
for
DynaActionForm
classes that allow developers to define
ActionForms without having to individually code all of the classes.
- DynaActionFormClass(FormBeanConfig) - Constructor for class org.apache.struts.action.DynaActionFormClass
-
Construct a new DynaActionFormClass
for the specified
form bean configuration.
- dynaActionFormClass - Variable in class org.apache.struts.config.FormBeanConfig
-
The DynaActionFormClass associated with a DynaActionForm.
- dynaBean - Variable in class org.apache.struts.validator.BeanValidatorForm
-
The DynaBean
that this ActionForm is backed by.
- dynaClass - Variable in class org.apache.struts.action.DynaActionForm
-
The DynaActionFormClass
with which we are associated.
- dynamic - Variable in class org.apache.struts.config.FormBeanConfig
-
Is the form bean class an instance of DynaActionForm with dynamic
properties?
- dynamicJavascript - Variable in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
The dynamic JavaScript objects will only be generated if this is set to "true".
- DynaValidatorActionForm - Class in org.apache.struts.validator
-
This class extends DynaValidatorForm and provides
basic field validation based on an XML file.
- DynaValidatorActionForm() - Constructor for class org.apache.struts.validator.DynaValidatorActionForm
-
- DynaValidatorForm - Class in org.apache.struts.validator
-
This class extends DynaActionForm and provides
basic field validation based on an XML file.
- DynaValidatorForm() - Constructor for class org.apache.struts.validator.DynaValidatorForm
-
- dynaValues - Variable in class org.apache.struts.action.DynaActionForm
-
The set of property values for this DynaActionForm
,
keyed by property name.
- factories - Variable in class org.apache.struts.tiles.xmlDefinition.FactorySet
-
Loaded factories
- factory - Variable in class org.apache.struts.config.MessageResourcesConfig
-
Fully qualified Java class name of the MessageResourcesFactory class
we should use.
- factory - Variable in class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
The underlying factory.
- factory - Variable in class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
The real factory instance.
- factory - Variable in class org.apache.struts.util.MessageResources
-
The MessageResourcesFactory
that created this instance.
- FACTORY_CLASSNAME_PARAMETER_NAME - Static variable in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Alternate name for factory classname properties in configuration file.
- factoryClass - Static variable in class org.apache.struts.config.ModuleConfigFactory
-
The fully qualified class name to be used for
ModuleConfigFactory
instances.
- factoryClass - Static variable in class org.apache.struts.util.MessageResourcesFactory
-
The fully qualified class name to be used for
MessageResourcesFactory
instances.
- factoryClassname - Variable in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Fully qualified classname of the factory to create.
- factoryName - Variable in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
The name associated to this factory.
- FactoryNotFoundException - Exception in org.apache.struts.tiles
-
Exception thrown when definitions factory is not found.
- FactoryNotFoundException() - Constructor for exception org.apache.struts.tiles.FactoryNotFoundException
-
Constructor.
- FactoryNotFoundException(String) - Constructor for exception org.apache.struts.tiles.FactoryNotFoundException
-
Constructor.
- FactorySet - Class in org.apache.struts.tiles.xmlDefinition
-
Component Definitions factory.
- FactorySet() - Constructor for class org.apache.struts.tiles.xmlDefinition.FactorySet
-
Constructor.
- fatal - Variable in class org.apache.struts.plugins.ModuleConfigVerifier
-
Should the existence of configuration errors be fatal.
- field() - Method in class org.apache.struts.validator.validwhen.ValidWhenParser
-
- FIELD_TEST_EQUAL - Static variable in class org.apache.struts.validator.FieldChecks
-
- FIELD_TEST_NOTNULL - Static variable in class org.apache.struts.validator.FieldChecks
-
- FIELD_TEST_NULL - Static variable in class org.apache.struts.validator.FieldChecks
-
- FieldChecks - Class in org.apache.struts.validator
-
This class contains the default validations that are used in the
validator-rules.xml file.
- FieldChecks() - Constructor for class org.apache.struts.validator.FieldChecks
-
- file - Variable in class org.apache.struts.actions.DownloadAction.FileStreamInfo
-
The file to be downloaded.
- file - Variable in class org.apache.struts.upload.MultipartElement
-
Deprecated.
The element's data represented in a (possibly temporary) file.
- FILE_PREFIX - Static variable in class org.apache.struts.upload.MultipartIterator
-
Deprecated.
- fileElements - Variable in class org.apache.struts.upload.DiskMultipartRequestHandler
-
Deprecated.
A Hashtable representing the form files uploaded.
- fileItem - Variable in class org.apache.struts.upload.CommonsMultipartRequestHandler.CommonsFormFile
-
The FileItem
instance wrapped by this object.
- filename - Variable in class org.apache.struts.taglib.tiles.InitDefinitionsTag
-
- fileName - Variable in class org.apache.struts.upload.DiskFile
-
Deprecated.
The name of the file
- fileName - Variable in class org.apache.struts.upload.MultipartElement
-
Deprecated.
The element's filename, null for text elements.
- FILENAME_EXTENSION - Static variable in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Default filenames extension.
- filenames - Variable in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Names of files containing instances descriptions.
- filePath - Variable in class org.apache.struts.upload.DiskFile
-
Deprecated.
The filepath to the temporary file
- fileSize - Variable in class org.apache.struts.upload.DiskFile
-
Deprecated.
The size in bytes of the file
- FileTag - Class in org.apache.struts.taglib.html
-
Custom tag for input fields of type "file".
- FileTag() - Constructor for class org.apache.struts.taglib.html.FileTag
-
Construct a new instance of this tag.
- fill() - Method in class org.apache.struts.upload.BufferedMultipartInputStream
-
Deprecated.
Fills the buffer with data from the underlying inputStream.
- fillLine() - Method in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
- fillLineBuffer() - Method in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
- filter - Variable in class org.apache.struts.taglib.bean.WriteTag
-
Filter the rendered output for characters that are sensitive in HTML?
- filter - Variable in class org.apache.struts.taglib.html.OptionsCollectionTag
-
Should the label values be filtered for HTML sensitive characters?
- filter - Variable in class org.apache.struts.taglib.html.OptionsTag
-
Should the label values be filtered for HTML sensitive characters?
- filter - Variable in class org.apache.struts.taglib.nested.NestedWriteNestingTag
-
- filter(String) - Method in class org.apache.struts.taglib.TagUtils
-
Filter the specified string for characters that are sensitive to
HTML interpreters, returning the string with these characters replaced
by the corresponding character entities.
- filter(String) - Static method in class org.apache.struts.util.ResponseUtils
-
Filter the specified string for characters that are sensitive to
HTML interpreters, returning the string with these characters replaced
by the corresponding character entities.
- finalBoundaryBytes - Variable in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
- finalBoundaryEncountered - Variable in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
Whether or not the final boundary has been encountered.
- finalBoundaryReached - Variable in class org.apache.struts.upload.MultipartValueStream
-
Deprecated.
is the boundary found a final boundary?
- findActionConfig(String) - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
Return the action configuration for the specified path, first looking
a direct match, then if none found, a wildcard pattern match;
otherwise return null
.
- findActionConfig(String) - Method in interface org.apache.struts.config.ModuleConfig
-
Return the action configuration for the specified path, if any;
otherwise return null
.
- findActionConfigs() - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
Return the action configurations for this module.
- findActionConfigs() - Method in interface org.apache.struts.config.ModuleConfig
-
Return the action configurations for this module.
- findAttribute(String, PageContext) - Static method in class org.apache.struts.taglib.tiles.util.TagUtils
-
Search attribute in different contexts.
- findAttribute(String, PageContext) - Method in class org.apache.struts.tiles.ComponentContext
-
Find object in one of the contexts.
- findDataSourceConfig(String) - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
Return the data source configuration for the specified key, if any;
otherwise return null
.
- findDataSourceConfig(String) - Method in interface org.apache.struts.config.ModuleConfig
-
Return the data source configuration for the specified key, if any;
otherwise return null
.
- findDataSourceConfigs() - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
Return the data source configurations for this module.
- findDataSourceConfigs() - Method in interface org.apache.struts.config.ModuleConfig
-
Return the data source configurations for this module.
- findEnclosingParent() - Method in class org.apache.struts.taglib.tiles.PutListTag
-
Find enclosing parent tag accepting this tag.
- findEnclosingPutListTagParent() - Method in class org.apache.struts.taglib.tiles.AddTag
-
Find parent tag which must implement AttributeContainer.
- findEnclosingPutTagParent() - Method in class org.apache.struts.taglib.tiles.PutTag
-
Find parent tag which must implement AttributeContainer.
- findException(Class) - Method in class org.apache.struts.config.ActionConfig
-
Find and return the ExceptionConfig
instance defining
how Exceptions
of the specified type should be handled.
- findExceptionConfig(String) - Method in class org.apache.struts.config.ActionConfig
-
Return the exception configuration for the specified type, if any;
otherwise return null
.
- findExceptionConfig(String) - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
Return the exception configuration for the specified type, if any;
otherwise return null
.
- findExceptionConfig(String) - Method in interface org.apache.struts.config.ModuleConfig
-
Return the exception configuration for the specified type, if any;
otherwise return null
.
- findExceptionConfigs() - Method in class org.apache.struts.config.ActionConfig
-
Return the exception configurations for this action.
- findExceptionConfigs() - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
Return the exception configurations for this module.
- findExceptionConfigs() - Method in interface org.apache.struts.config.ModuleConfig
-
Return the exception configurations for this module.
- findFormBeanConfig(String) - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
Return the form bean configuration for the specified key, if any;
otherwise return null
.
- findFormBeanConfig(String) - Method in interface org.apache.struts.config.ModuleConfig
-
Return the form bean configuration for the specified key, if any;
otherwise return null
.
- findFormBeanConfigs() - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
Return the form bean configurations for this module.
- findFormBeanConfigs() - Method in interface org.apache.struts.config.ModuleConfig
-
Return the form bean configurations for this module.
- findFormPropertyConfig(String) - Method in class org.apache.struts.config.FormBeanConfig
-
Return the form property configuration for the specified property
name, if any; otherwise return null
.
- findFormPropertyConfigs() - Method in class org.apache.struts.config.FormBeanConfig
-
Return the form property configurations for this module.
- findForward(String) - Method in class org.apache.struts.action.ActionMapping
-
Find and return the ForwardConfig
instance defining
how forwarding to the specified logical name should be handled.
- findForwardConfig(String) - Method in class org.apache.struts.config.ActionConfig
-
Return the forward configuration for the specified key, if any;
otherwise return null
.
- findForwardConfig(String) - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
Return the forward configuration for the specified key, if any;
otherwise return null
.
- findForwardConfig(String) - Method in interface org.apache.struts.config.ModuleConfig
-
Return the forward configuration for the specified key, if any;
otherwise return null
.
- findForwardConfigs() - Method in class org.apache.struts.config.ActionConfig
-
Return all forward configurations for this module.
- findForwardConfigs() - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
Return the form bean configurations for this module.
- findForwardConfigs() - Method in interface org.apache.struts.config.ModuleConfig
-
Return the form bean configurations for this module.
- findForwards() - Method in class org.apache.struts.action.ActionMapping
-
Return the logical names of all locally defined forwards for this
mapping.
- findMessageResourcesConfig(String) - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
Return the message resources configuration for the specified key,
if any; otherwise return null
.
- findMessageResourcesConfig(String) - Method in interface org.apache.struts.config.ModuleConfig
-
Return the message resources configuration for the specified key,
if any; otherwise return null
.
- findMessageResourcesConfigs() - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
Return the message resources configurations for this module.
- findMessageResourcesConfigs() - Method in interface org.apache.struts.config.ModuleConfig
-
Return the message resources configurations for this module.
- findPlugInConfigs() - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
Return the configured plug-in actions for this module.
- findPlugInConfigs() - Method in interface org.apache.struts.config.ModuleConfig
-
Return the configured plug-in actions for this module.
- findStrutsPlugInConfigProperties(ActionServlet, ModuleConfig) - Method in class org.apache.struts.tiles.TilesPlugin
-
Find original properties set in the Struts PlugInConfig object.
- finish() - Method in class org.apache.struts.upload.CommonsMultipartRequestHandler
-
Cleans up at the end of a request.
- finish() - Method in class org.apache.struts.upload.DiskMultipartRequestHandler
-
Deprecated.
- finish() - Method in interface org.apache.struts.upload.MultipartRequestHandler
-
This method is called on when a successful form post
has been made.
- flavor - Variable in class org.apache.struts.actions.ActionDispatcher
-
Indicates dispatch flavor
- FLOAT_FORMAT_KEY - Static variable in class org.apache.struts.taglib.bean.WriteTag
-
The key to search default format string for float (double, BigDecimal) in
resources.
- flush - Variable in class org.apache.struts.taglib.tiles.InsertTag
-
Flush attribute value.
- flush() - Method in class org.apache.struts.util.ServletContextWriter
-
Flush the stream.
- focus - Variable in class org.apache.struts.taglib.html.FormTag
-
The name of the field to receive focus, if any.
- focusIndex - Variable in class org.apache.struts.taglib.html.FormTag
-
The index in the focus field array to receive focus.
- footer - Variable in class org.apache.struts.taglib.html.ErrorsTag
-
The message resource key for errors footer.
- footer - Variable in class org.apache.struts.taglib.html.MessagesTag
-
The message resource key for errors footer.
- form - Variable in class org.apache.struts.validator.validwhen.ValidWhenParser
-
- FORM_KEY - Static variable in class org.apache.struts.taglib.html.Constants
-
The attribute key for the form tag itself.
- formatKey - Variable in class org.apache.struts.taglib.bean.WriteTag
-
The key to search format string in applciation resources
- formats - Variable in class org.apache.struts.util.MessageResources
-
The set of previously created MessageFormat objects, keyed by the
key computed in messageKey()
.
- formatStr - Variable in class org.apache.struts.taglib.bean.WriteTag
-
The format string to be used as format to convert
value to String.
- formatValue(Object) - Method in class org.apache.struts.taglib.bean.WriteTag
-
Format value according to specified format string (as tag attribute or
as string from message resources) or to current user locale.
- formatValue(Object) - Method in class org.apache.struts.taglib.html.BaseFieldTag
-
Return the given value as a formatted String
.
- formBean - Variable in class org.apache.struts.taglib.bean.StrutsTag
-
The name of the ActionFormBean
object to be exposed.
- formBeanClass() - Method in class org.apache.struts.config.FormBeanConfig
-
Return the Class
instance for the form bean implementation
configured by this FormBeanConfig
instance.
- FormBeanConfig - Class in org.apache.struts.config
-
A JavaBean representing the configuration information of a
<form-bean>
element in a Struts
configuration file.
- FormBeanConfig() - Constructor for class org.apache.struts.config.FormBeanConfig
-
- formBeans - Variable in class org.apache.struts.config.impl.ModuleConfigImpl
-
The set of form bean configurations for this module, if any,
keyed by the name
property.
- FormFile - Interface in org.apache.struts.upload
-
This interface represents a file that has been uploaded by a client.
- formName - Variable in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
The name of the form that corresponds with the action name
in struts-config.xml.
- formProperties - Variable in class org.apache.struts.config.FormBeanConfig
-
The set of FormProperty elements defining dynamic form properties for
this form bean, keyed by property name.
- FormPropertyConfig - Class in org.apache.struts.config
-
A JavaBean representing the configuration information of a
<form-property>
element in a Struts
configuration file.
- FormPropertyConfig() - Constructor for class org.apache.struts.config.FormPropertyConfig
-
Standard no-arguments constructor for dynamic instantiation.
- FormPropertyConfig(String, String, String) - Constructor for class org.apache.struts.config.FormPropertyConfig
-
Constructor that preconfigures the relevant properties.
- FormPropertyConfig(String, String, String, int) - Constructor for class org.apache.struts.config.FormPropertyConfig
-
Constructor that preconfigures the relevant properties.
- FormTag - Class in org.apache.struts.taglib.html
-
Custom tag that represents an input form, associated with a bean whose
properties correspond to the various fields of the form.
- FormTag() - Constructor for class org.apache.struts.taglib.html.FormTag
-
- forward - Variable in class org.apache.struts.config.ActionConfig
-
Context-relative path of the web application resource that will process
this request via RequestDispatcher.forward(), instead of instantiating
and calling the Action
class specified by "type".
- forward - Variable in class org.apache.struts.config.ConfigHelper
-
The forward associated with this instance.
- forward - Variable in class org.apache.struts.taglib.bean.IncludeTag
-
The name of the global ActionForward
that contains a
path to our requested resource.
- forward - Variable in class org.apache.struts.taglib.bean.StrutsTag
-
The name of the ActionForward
object to be exposed.
- forward - Variable in class org.apache.struts.taglib.html.LinkTag
-
The logical forward name from which to retrieve the hyperlink URI.
- forward - Variable in class org.apache.struts.taglib.logic.RedirectTag
-
The logical forward name from which to retrieve the redirect URI.
- ForwardAction - Class in org.apache.struts.actions
-
An Action that forwards to the context-relative
URI specified by the parameter
property of our associated
ActionMapping
.
- ForwardAction() - Constructor for class org.apache.struts.actions.ForwardAction
-
- ForwardConfig - Class in org.apache.struts.config
-
A JavaBean representing the configuration information of a
<forward>
element from a Struts
configuration file.
- ForwardConfig() - Constructor for class org.apache.struts.config.ForwardConfig
-
Construct a new instance with default values.
- ForwardConfig(String, String, boolean) - Constructor for class org.apache.struts.config.ForwardConfig
-
Construct a new instance with the specified values.
- ForwardConfig(String, String, boolean, boolean) - Constructor for class org.apache.struts.config.ForwardConfig
-
Deprecated.
Use module rather than contextRelative
- ForwardConfig(String, String, boolean, String) - Constructor for class org.apache.struts.config.ForwardConfig
-
Construct a new instance with the specified values.
- ForwardingActionForward - Class in org.apache.struts.action
-
A subclass of ActionForward
that defaults the
redirect
attribute to false
.
- ForwardingActionForward() - Constructor for class org.apache.struts.action.ForwardingActionForward
-
Construct a new instance with default values.
- ForwardingActionForward(String) - Constructor for class org.apache.struts.action.ForwardingActionForward
-
Construct a new instance with the specified path.
- forwardPattern - Variable in class org.apache.struts.config.ControllerConfig
-
The replacement pattern used to determine a context-relative URL
from a
ForwardConfig
element.
- forwards - Variable in class org.apache.struts.config.ActionConfig
-
The set of local forward configurations for this action, if any,
keyed by the name
property.
- forwards - Variable in class org.apache.struts.config.impl.ModuleConfigImpl
-
The set of global forward configurations for this module, if any,
keyed by the name
property.
- ForwardTag - Class in org.apache.struts.taglib.logic
-
Perform a forward or redirect to a page that is looked up in the
configuration information associated with our application.
- ForwardTag() - Constructor for class org.apache.struts.taglib.logic.ForwardTag
-
- forwardURL(HttpServletRequest, ForwardConfig) - Static method in class org.apache.struts.util.RequestUtils
-
Return the context-relative URL that corresponds to the specified
ForwardConfig
.
- forwardURL(HttpServletRequest, ForwardConfig, ModuleConfig) - Static method in class org.apache.struts.util.RequestUtils
-
Return the context-relative URL that corresponds to the specified
ForwardConfig
.
- frameborder - Variable in class org.apache.struts.taglib.html.FrameTag
-
The frameborder attribute that should be rendered (1, 0).
- frameName - Variable in class org.apache.struts.taglib.html.FrameTag
-
The name
attribute that should be rendered for this frame.
- FrameTag - Class in org.apache.struts.taglib.html
-
Generate an HTML <frame>
tag with similar capabilities
as those the <html:link>
tag provides for hyperlink
elements.
- FrameTag() - Constructor for class org.apache.struts.taglib.html.FrameTag
-
- freeze() - Method in class org.apache.struts.config.ActionConfig
-
Freeze the configuration of this action.
- freeze() - Method in class org.apache.struts.config.ControllerConfig
-
Freeze the configuration of this component.
- freeze() - Method in class org.apache.struts.config.DataSourceConfig
-
Freeze the configuration of this data source.
- freeze() - Method in class org.apache.struts.config.ExceptionConfig
-
Freeze the configuration of this component.
- freeze() - Method in class org.apache.struts.config.FormBeanConfig
-
Freeze the configuration of this component.
- freeze() - Method in class org.apache.struts.config.FormPropertyConfig
-
Freeze the configuration of this component.
- freeze() - Method in class org.apache.struts.config.ForwardConfig
-
Freeze the configuration of this component.
- freeze() - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
Freeze the configuration of this module.
- freeze() - Method in class org.apache.struts.config.MessageResourcesConfig
-
Freeze the configuration of this component.
- freeze() - Method in interface org.apache.struts.config.ModuleConfig
-
Freeze the configuration of this module.
- freeze() - Method in class org.apache.struts.config.PlugInConfig
-
Freeze the configuration of this component.
- generateRedirectURL() - Method in class org.apache.struts.taglib.logic.RedirectTag
-
Calculate the url to redirect to.
- generateToken(HttpServletRequest) - Method in class org.apache.struts.action.Action
-
Generate a new transaction token, to be used for enforcing a single
request for a particular transaction.
- generateToken(HttpServletRequest) - Method in class org.apache.struts.util.TokenProcessor
-
Generate a new transaction token, to be used for enforcing a single
request for a particular transaction.
- get() - Method in class org.apache.struts.action.ActionMessages
-
Return the set of all recorded messages, without distinction
by which property the messages are associated with.
- get(String) - Method in class org.apache.struts.action.ActionMessages
-
Return the set of messages related to a specific property.
- get(String) - Method in class org.apache.struts.action.DynaActionForm
-
Return the value of a simple property with the specified name.
- get(String, int) - Method in class org.apache.struts.action.DynaActionForm
-
Return the value of an indexed property with the specified name.
- get(String, String) - Method in class org.apache.struts.action.DynaActionForm
-
Return the value of a mapped property with the specified name,
or null
if there is no value for the specified key.
- get(String) - Method in class org.apache.struts.validator.BeanValidatorForm
-
Return the value of a simple property with the specified name.
- get(String, int) - Method in class org.apache.struts.validator.BeanValidatorForm
-
Return the value of an indexed property with the specified name.
- get(String, String) - Method in class org.apache.struts.validator.BeanValidatorForm
-
Return the value of a mapped property with the specified name,
or null
if there is no value for the specified key.
- get(String, int) - Method in class org.apache.struts.validator.LazyValidatorForm
-
Return an indexed property value.
- getAccept() - Method in class org.apache.struts.taglib.html.BaseFieldTag
-
- getAcceptCharset() - Method in class org.apache.struts.taglib.html.FormTag
-
Return the list of character encodings accepted.
- getAccesskey() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the accessKey character.
- getAction(String) - Method in class org.apache.struts.config.ConfigHelper
-
Return the URL for the specified ActionMapping,
otherwise return null
.
- getAction(String) - Method in interface org.apache.struts.config.ConfigHelperInterface
-
Return the URL for the specified ActionMapping,
otherwise return null
.
- getAction() - Method in class org.apache.struts.taglib.html.FormTag
-
Return the action URL to which this form should be submitted.
- getAction() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getAction() - Method in class org.apache.struts.taglib.html.LinkTag
-
- getAction() - Method in class org.apache.struts.taglib.logic.RedirectTag
-
- getActionConfig() - Method in class org.apache.struts.config.ActionConfigMatcher.Mapping
-
Gets the ActionConfig that contains the pattern.
- getActionDefinition(ServletRequest) - Static method in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.
Get Definition stored in jsp context by an action.
- getActionError(HttpServletRequest, ValidatorAction, Field) - Static method in class org.apache.struts.validator.Resources
-
Deprecated.
Use getActionMessage() instead. This will be removed after
Struts 1.2.
- getActionErrors(PageContext, String) - Method in class org.apache.struts.taglib.TagUtils
-
Deprecated.
Use getActionMessages() instead. This will be removed
after Struts 1.2.
- getActionErrors(PageContext, String) - Static method in class org.apache.struts.util.RequestUtils
-
- getActionForm() - Method in class org.apache.struts.config.ConfigHelper
-
- getActionForm() - Method in interface org.apache.struts.config.ConfigHelperInterface
-
- getActionFormBeanClass() - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
The default class name to be used when creating action form bean
instances.
- getActionFormBeanClass() - Method in interface org.apache.struts.config.ModuleConfig
-
The default class name to be used when creating action form bean
instances.
- getActionForward(String) - Method in class org.apache.struts.config.ConfigHelper
-
Return the forwarding associated with the specified logical name,
if any; otherwise return null
.
- getActionForward(String) - Method in interface org.apache.struts.config.ConfigHelperInterface
-
Return the forwarding associated with the specified logical name,
if any; otherwise return null
.
- getActionForwardClass() - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
The default class name to be used when creating action forward instances.
- getActionForwardClass() - Method in interface org.apache.struts.config.ModuleConfig
-
The default class name to be used when creating action forward instances.
- getActionMapping(String) - Method in class org.apache.struts.config.ConfigHelper
-
Return the mapping associated with the specified request path, if any;
otherwise return null
.
- getActionMapping(String) - Method in interface org.apache.struts.config.ConfigHelperInterface
-
Return the mapping associated with the specified request path, if any;
otherwise return null
.
- getActionMappingClass() - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
The default class name to be used when creating action mapping instances.
- getActionMappingClass() - Method in interface org.apache.struts.config.ModuleConfig
-
The default class name to be used when creating action mapping instances.
- getActionMappingName(String) - Method in class org.apache.struts.config.ConfigHelper
-
Return the form action converted into an action mapping path.
- getActionMappingName(String) - Method in interface org.apache.struts.config.ConfigHelperInterface
-
Return the form action converted into an action mapping path.
- getActionMappingName(String) - Method in class org.apache.struts.taglib.TagUtils
-
Return the form action converted into an action mapping path.
- getActionMappingName(String) - Static method in class org.apache.struts.util.RequestUtils
-
- getActionMappingURL(String) - Method in class org.apache.struts.config.ConfigHelper
-
Return the form action converted into a server-relative URL.
- getActionMappingURL(String) - Method in interface org.apache.struts.config.ConfigHelperInterface
-
Return the form action converted into a server-relative URL.
- getActionMappingURL(String, PageContext) - Method in class org.apache.struts.taglib.TagUtils
-
Return the form action converted into a server-relative URL.
- getActionMappingURL(String, String, PageContext, boolean) - Method in class org.apache.struts.taglib.TagUtils
-
Return the form action converted into a server-relative URL.
- getActionMappingURL(String, PageContext) - Static method in class org.apache.struts.util.RequestUtils
-
- getActionMessage() - Method in exception org.apache.struts.util.ModuleException
-
Returns the error associated with the exception.
- getActionMessage(HttpServletRequest, ValidatorAction, Field) - Static method in class org.apache.struts.validator.Resources
-
Gets the ActionMessage
based on the
ValidatorAction
message and the Field
's
arg objects.
- getActionMessage(Validator, HttpServletRequest, ValidatorAction, Field) - Static method in class org.apache.struts.validator.Resources
-
Gets the ActionMessage
based on the
ValidatorAction
message and the Field
's
arg objects.
- getActionMessages() - Method in class org.apache.struts.config.ConfigHelper
-
- getActionMessages() - Method in interface org.apache.struts.config.ConfigHelperInterface
-
The org.apache.struts.action.ActionFormBeans
collection
for this application.
- getActionMessages(PageContext, String) - Method in class org.apache.struts.taglib.TagUtils
-
Retrieves the value from request scope and if it isn't already an
ActionMessages
, some classes are converted to one.
- getActionMessages(PageContext, String) - Static method in class org.apache.struts.util.RequestUtils
-
- getAdjustedProperty(HttpServletRequest, String) - Static method in class org.apache.struts.taglib.nested.NestedPropertyHelper
-
Get the adjusted property.
- getAlign() - Method in class org.apache.struts.taglib.html.ImageTag
-
Deprecated.
Align attribute is deprecated in HTML 4.x.
- getAlign() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getAllElements() - Method in class org.apache.struts.upload.CommonsMultipartRequestHandler
-
Returns a hash table containing both text and file request parameters.
- getAllElements() - Method in class org.apache.struts.upload.DiskMultipartRequestHandler
-
Deprecated.
- getAllElements() - Method in interface org.apache.struts.upload.MultipartRequestHandler
-
This method returns all elements of a multipart request.
- getAllParametersForMultipartRequest(HttpServletRequest, MultipartRequestHandler) - Static method in class org.apache.struts.util.RequestUtils
-
Create a Map
containing all of the parameters supplied for a multipart
request, keyed by parameter name.
- getAlt() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the alternate text attribute.
- getAltKey() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the message resources key of the alternate text.
- getAnchor() - Method in class org.apache.struts.taglib.bean.IncludeTag
-
- getAnchor() - Method in class org.apache.struts.taglib.html.LinkTag
-
- getAnchor() - Method in class org.apache.struts.taglib.logic.RedirectTag
-
- getArg0() - Method in class org.apache.struts.taglib.bean.MessageTag
-
- getArg1() - Method in class org.apache.struts.taglib.bean.MessageTag
-
- getArg2() - Method in class org.apache.struts.taglib.bean.MessageTag
-
- getArg3() - Method in class org.apache.struts.taglib.bean.MessageTag
-
- getArg4() - Method in class org.apache.struts.taglib.bean.MessageTag
-
- getArgs(String, MessageResources, Locale, Field) - Static method in class org.apache.struts.validator.Resources
-
Gets the message arguments based on the current
ValidatorAction
and Field
.
- getArgValues(ServletContext, HttpServletRequest, MessageResources, Locale, Arg[]) - Static method in class org.apache.struts.validator.Resources
-
Gets the message arguments based on the current
ValidatorAction
and Field
.
- getAttribute() - Method in class org.apache.struts.config.ActionConfig
-
Returns 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
.
- getAttribute() - Method in class org.apache.struts.taglib.tiles.GetAttributeTag
-
Get attribute.
- getAttribute(String, int, PageContext) - Static method in class org.apache.struts.taglib.tiles.util.TagUtils
-
Get object from requested context.
- getAttribute(String) - Method in class org.apache.struts.tiles.ComponentContext
-
Get an attribute from context.
- getAttribute(String, int, PageContext) - Method in class org.apache.struts.tiles.ComponentContext
-
Get object from requested context.
- getAttribute(String) - Method in class org.apache.struts.tiles.ComponentDefinition
-
Returns the value of the named attribute as an Object, or null if no
attribute of the given name exists.
- getAttribute(String) - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Get value of an additional attribute.
- getAttribute() - Method in class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Another access method for the name property.
- getAttribute(String) - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getAttributeNames() - Method in class org.apache.struts.tiles.ComponentContext
-
Get names of all attributes.
- getAttributeNames() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getAttributes() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Access method for the attributes property.
- getAttributes() - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Get additional attributes as a Map.
- GetAttributeTag - Class in org.apache.struts.taglib.tiles
-
Retrieve the value of the specified component/template attribute property,
and render it to the current JspWriter as a String.
- GetAttributeTag() - Constructor for class org.apache.struts.taglib.tiles.GetAttributeTag
-
Default constructor.
- getAuthType() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getBaseFileName(String) - Method in class org.apache.struts.upload.CommonsMultipartRequestHandler.CommonsFormFile
-
Returns the base file name from the supplied file path.
- getBaseRef() - Method in class org.apache.struts.config.ConfigHelper
-
Renders the reference for a HTML element.
- getBaseRef() - Method in interface org.apache.struts.config.ConfigHelperInterface
-
Renders the reference for a HTML element
- getBeanClass() - Method in class org.apache.struts.action.DynaActionFormClass
-
Return the implementation class we are using to construct new
instances, re-introspecting our
FormBeanConfig
if necessary
(that is, after being deserialized, since
beanClass
is
marked transient).
- getBeanName() - Method in class org.apache.struts.taglib.html.FormTag
-
Return the name of the form bean corresponding to this tag.
- getBeanName() - Method in class org.apache.struts.taglib.nested.NestedReference
-
Getter for the bean name
- getBeanName() - Method in class org.apache.struts.taglib.tiles.InsertTag
-
Get bean name.
- getBeanName() - Method in class org.apache.struts.taglib.tiles.PutTag
-
Get bean name.
- getBeanProperty() - Method in class org.apache.struts.taglib.tiles.InsertTag
-
Get bean property.
- getBeanProperty() - Method in class org.apache.struts.taglib.tiles.PutTag
-
Get bean property.
- getBeanScope() - Method in class org.apache.struts.taglib.tiles.InsertTag
-
Get bean scope.
- getBeanScope() - Method in class org.apache.struts.taglib.tiles.PutTag
-
Get bean scope.
- getBorder() - Method in class org.apache.struts.taglib.html.ImageTag
-
- getBorder() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getBoundaryFromContentType() - Method in class org.apache.struts.upload.MultipartIterator
-
Deprecated.
Parses a content-type String for the boundary.
- getBufferSize() - Method in class org.apache.struts.actions.DownloadAction
-
Returns the size of the buffer to be used in transferring the data to
the servlet output stream.
- getBufferSize() - Method in class org.apache.struts.config.ControllerConfig
-
- getBufferSize() - Method in class org.apache.struts.upload.MultipartIterator
-
Deprecated.
Get the maximum amount of bytes read from a line at one time
- getBundle() - Method in class org.apache.struts.config.ExceptionConfig
-
- getBundle() - Method in class org.apache.struts.taglib.bean.MessageTag
-
- getBundle() - Method in class org.apache.struts.taglib.bean.WriteTag
-
- getBundle() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the name of the message resources bundle to use.
- getBundle() - Method in class org.apache.struts.taglib.html.ErrorsTag
-
- getBundle() - Method in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
Sets the servlet context attribute key for our resources.
- getBundle() - Method in class org.apache.struts.taglib.html.MessagesTag
-
- getBundle() - Method in class org.apache.struts.taglib.html.OptionTag
-
- getBytesRead() - Method in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
- getCancellable() - Method in class org.apache.struts.config.ActionConfig
-
Accessor for cancellable property
- getCdata() - Method in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
Returns the cdata setting "true" or "false".
- getCharacterEncoding() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getClassName() - Method in class org.apache.struts.config.PlugInConfig
-
- getClassname() - Method in class org.apache.struts.taglib.tiles.UseAttributeTag
-
Get class name.
- getClassPathURL(String) - Method in class org.apache.struts.plugins.DigestingPlugIn
-
Given a string, return a URL to a classpath resource of that name.
- getCollection() - Method in class org.apache.struts.taglib.bean.SizeTag
-
- getCollection() - Method in class org.apache.struts.taglib.html.OptionsTag
-
- getCollection() - Method in class org.apache.struts.taglib.logic.IterateTag
-
- getCols() - Method in class org.apache.struts.taglib.html.BaseInputTag
-
Return the number of columns for this field.
- getComponentDefinition(String, PageContext) - Static method in class org.apache.struts.taglib.tiles.util.TagUtils
-
Get component definition by its name.
- getConfig() - Method in class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Get underlying factory configuration.
- getConfig() - Method in interface org.apache.struts.tiles.DefinitionsFactory
-
Get factory configuration.
- getConfig() - Method in class org.apache.struts.util.MessageResources
-
The configuration parameter used to initialize this MessageResources.
- getConfig() - Method in class org.apache.struts.util.MessageResourcesFactory
-
Set the configuration information for Message Resources.
- getConfigPath() - Method in class org.apache.struts.plugins.DigestingPlugIn
-
- getConfigSource() - Method in class org.apache.struts.plugins.DigestingPlugIn
-
- getConfigured() - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
Has this module been completely configured yet.
- getConfigured() - Method in interface org.apache.struts.config.ModuleConfig
-
Has this module been completely configured yet.
- getConfigURL(String, String) - Method in class org.apache.struts.plugins.DigestingPlugIn
-
Look up a resource path using one of a set of known path resolution mechanisms
and return a URL to the resource.
- getContent() - Method in class org.apache.struts.taglib.tiles.PutTag
-
Get content.
- getContentLength() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getContentType() - Method in class org.apache.struts.actions.DownloadAction.FileStreamInfo
-
Returns the content type of the stream to be downloaded.
- getContentType() - Method in class org.apache.struts.actions.DownloadAction.ResourceStreamInfo
-
Returns the content type of the stream to be downloaded.
- getContentType() - Method in interface org.apache.struts.actions.DownloadAction.StreamInfo
-
Returns the content type of the stream to be downloaded.
- getContentType() - Method in class org.apache.struts.config.ControllerConfig
-
- getContentType() - Method in class org.apache.struts.upload.CommonsMultipartRequestHandler.CommonsFormFile
-
Returns the content type for this file.
- getContentType() - Method in class org.apache.struts.upload.DiskFile
-
Deprecated.
Get the content type
- getContentType() - Method in interface org.apache.struts.upload.FormFile
-
Returns the content type for this file.
- getContentType() - Method in class org.apache.struts.upload.MultipartElement
-
Deprecated.
Retrieve the content type.
- getContentType() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getContentTypeOfRequest() - Method in class org.apache.struts.upload.MultipartIterator
-
Deprecated.
Gets the value of the Content-Type header of the request.
- getContext(ServletRequest) - Static method in class org.apache.struts.tiles.ComponentContext
-
Get component context from request.
- getContextPath() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getContextRelative() - Method in class org.apache.struts.config.ForwardConfig
-
Deprecated.
Use module property instead; will be removed in a release following 1.2.0.
- getContextRelative() - Method in class org.apache.struts.taglib.html.ImgTag
-
Deprecated.
Use module property instead; will be removed in a release after 1.2.0.
- getController() - Method in class org.apache.struts.taglib.tiles.InsertTag
-
Get instantiated Controller.
- getController() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Get associated controller local URL.
- getControllerConfig() - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
The controller configuration object for this module.
- getControllerConfig() - Method in interface org.apache.struts.config.ModuleConfig
-
The controller configuration object for this module.
- getControllerInstance() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Get controller instance.
- getControllerName() - Method in class org.apache.struts.taglib.tiles.DefinitionTagSupport
-
Get controller name.
- getControllerType() - Method in class org.apache.struts.taglib.tiles.DefinitionTagSupport
-
Get controller type.
- getControllerType() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Get associated controller type.
- getCookie() - Method in class org.apache.struts.taglib.logic.ConditionalTagBase
-
- getCookies() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getCurrentContext() - Method in class org.apache.struts.taglib.tiles.InsertTag
-
Get current component context.
- getCurrentLocale() - Method in class org.apache.struts.taglib.html.HtmlTag
-
Deprecated.
This will be removed after Struts 1.2.
- getCurrentName(HttpServletRequest, NestedNameSupport) - Static method in class org.apache.struts.taglib.nested.NestedPropertyHelper
-
Returns the bean name from the request object that the properties are
nesting against.
- getCurrentProperty(HttpServletRequest) - Static method in class org.apache.struts.taglib.nested.NestedPropertyHelper
-
Returns the current nesting property from the request object.
- getDataSource(HttpServletRequest) - Method in class org.apache.struts.action.Action
-
Return the default data source for the current module.
- getDataSource(HttpServletRequest, String) - Method in class org.apache.struts.action.Action
-
Return the specified data source for the current module.
- getDataSource() - Method in class org.apache.struts.config.ConfigHelper
-
The default
configured data source (which must implement
javax.sql.DataSource
),
if one is configured for this application.
- getDataSource() - Method in interface org.apache.struts.config.ConfigHelperInterface
-
- getDateHeader(String) - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getDefaultFactory() - Method in class org.apache.struts.tiles.xmlDefinition.FactorySet
-
Get default factory.
- getDefaultFactory() - Method in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Get default factory.
- getDefaultValue() - Method in class org.apache.struts.taglib.html.ButtonTag
-
Return the default value.
- getDefaultValue() - Method in class org.apache.struts.taglib.html.CancelTag
-
Return the default value.
- getDefaultValue() - Method in class org.apache.struts.taglib.html.ResetTag
-
Return the default value.
- getDefaultValue() - Method in class org.apache.struts.taglib.html.SubmitTag
-
Return the default value.
- getDefinition(String, ServletRequest, ServletContext) - Method in interface org.apache.struts.tiles.ComponentDefinitionsFactory
-
Deprecated.
Get a definition by its name.
- getDefinition(String, ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Get requested definition.
- getDefinition(String, ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
Get a definition by its name.
- getDefinition(String, ServletRequest, ServletContext) - Method in interface org.apache.struts.tiles.DefinitionsFactory
-
Get a definition by its name.
- getDefinition(String, ServletRequest, ServletContext) - Static method in class org.apache.struts.tiles.TilesUtil
-
Get a definition by its name.
- getDefinition(String, ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.xmlDefinition.DefinitionsFactory
-
Get a definition by its name.
- getDefinition(String, ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.xmlDefinition.FactorySet
-
Get a definition by its name.
- getDefinition(String) - Method in class org.apache.struts.tiles.xmlDefinition.XmlDefinitionsSet
-
Get requested definition.
- getDefinitionConfigFiles() - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Get the definition config files.
- getDefinitionName() - Method in class org.apache.struts.taglib.tiles.InsertTag
-
Get definition name.
- getDefinitions() - Method in class org.apache.struts.tiles.xmlDefinition.XmlDefinitionsSet
-
Get definitions map.
- getDefinitionsFactory(ServletContext) - Static method in class org.apache.struts.tiles.DefinitionsUtil
-
- getDefinitionsFactory() - Method in class org.apache.struts.tiles.TilesRequestProcessor
-
Get associated definition factory.
- getDefinitionsFactory(ServletRequest, ServletContext) - Static method in class org.apache.struts.tiles.TilesUtil
-
Get definition factory from appropriate servlet context.
- getDefinitionsFactory(ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilImpl
-
Get definition factory from appropriate servlet context.
- getDefinitionsFactory(ServletContext, ModuleConfig) - Method in class org.apache.struts.tiles.TilesUtilStrutsImpl
-
Get definition factory for the module attached to the specified moduleConfig.
- getDefinitionsFactory(ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilStrutsModulesImpl
-
Get the definition factory from appropriate servlet context.
- getDefinitionsFactory(ServletContext, ModuleConfig) - Method in class org.apache.struts.tiles.TilesUtilStrutsModulesImpl
-
Get definition factory for the module attached to specified moduleConfig.
- getDefinitionsFactoryKey(String, ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.xmlDefinition.FactorySet
-
Extract key that will be used to get the sub factory.
- getDefinitionsFactoryKey(String, ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Extract key that will be used to get the sub factory.
- getDigesterPath() - Method in class org.apache.struts.plugins.DigestingPlugIn
-
- getDigesterSource() - Method in class org.apache.struts.plugins.DigestingPlugIn
-
- getDisabled() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the disabled event handler.
- getDisabled() - Method in class org.apache.struts.taglib.html.OptionTag
-
- getDynaActionFormClass() - Method in class org.apache.struts.config.FormBeanConfig
-
Return the DynaActionFormClass associated with a DynaActionForm.
- getDynaBean() - Method in class org.apache.struts.validator.BeanValidatorForm
-
Return the DynaBean
that this ActionForm
is backed by.
- getDynaClass() - Method in class org.apache.struts.action.DynaActionForm
-
Return the DynaClass
instance that describes the set
of properties available for this DynaBean
.
- getDynaClass() - Method in class org.apache.struts.validator.BeanValidatorForm
-
Return the DynaClass
instance that describes the set of
properties available for this DynaBean.
- getDynamic() - Method in class org.apache.struts.config.FormBeanConfig
-
- getDynamicJavascript() - Method in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
Gets whether or not to generate the dynamic
JavaScript.
- getDynaProperties() - Method in class org.apache.struts.action.DynaActionFormClass
-
Return an array of DynaProperty
s for the properties
currently defined in this DynaClass
.
- getDynaProperty(String) - Method in class org.apache.struts.action.DynaActionForm
-
Return the property descriptor for the specified property name.
- getDynaProperty(String) - Method in class org.apache.struts.action.DynaActionFormClass
-
Return a property descriptor for the specified property, if it exists;
otherwise, return null
.
- getElementCharset() - Method in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
Gets the character encoding of the current element.
- getElementClose() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the closing brace for an input element depending on xhtml status.
- getElementContentDisposition() - Method in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
Gets the value for the "Content-Dispositio" header for the current multipart element.
- getElementContentType() - Method in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
Gets the "Content-Type" of the current element.
- getElementEncoding() - Method in class org.apache.struts.upload.MultipartIterator
-
Deprecated.
Get the character encoding used for this current multipart element.
- getElementFileName() - Method in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
Gets the filename of the current element, which will be null if the current element
isn't a file.
- getElementName() - Method in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
Gets the name of the current element.
- getElementOpen() - Method in class org.apache.struts.taglib.html.ButtonTag
-
Render the opening element.
- getElementOpen() - Method in class org.apache.struts.taglib.html.CancelTag
-
Render the opening element.
- getElementOpen() - Method in class org.apache.struts.taglib.html.ImageTag
-
Render the opening element.
- getElementOpen() - Method in class org.apache.struts.taglib.html.ResetTag
-
Render the opening element.
- getElementOpen() - Method in class org.apache.struts.taglib.html.SubmitTag
-
Render the opening element.
- getEncodeURL(String) - Method in class org.apache.struts.config.ConfigHelper
-
Return the url encoded to maintain the user session, if any.
- getEncodeURL(String) - Method in interface org.apache.struts.config.ConfigHelperInterface
-
Return the url encoded to maintain the user session, if any.
- getEnctype() - Method in class org.apache.struts.taglib.html.FormTag
-
Return the content encoding used when submitting this form.
- getError() - Method in exception org.apache.struts.util.ModuleException
-
Deprecated.
Use getActionMessage() instead. This will be removed
after Struts 1.2.
- getErrorKey() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the error key attribute.
- getErrors(HttpServletRequest) - Method in class org.apache.struts.action.Action
-
Retrieves any existing errors placed in the request by previous actions.
- getErrorStyle() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the error style attribute.
- getErrorStyleClass() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the error style class attribute.
- getErrorStyleId() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the error style id attribute.
- getException() - Method in class org.apache.struts.config.ConfigHelper
-
The runtime JspException that may be been thrown by a Struts tag
extension, or compatible presentation extension, and placed
in the request.
- getException() - Method in interface org.apache.struts.config.ConfigHelperInterface
-
The runtime JspException that may be been thrown by a Struts tag
extension, or compatible presentation extension, and placed
in the request.
- getException() - Method in exception org.apache.struts.tiles.DefinitionsFactoryException
-
Return the embedded exception, if any.
- getException() - Method in exception org.apache.struts.tiles.TilesException
-
Return the embedded exception, if any.
- getExtends() - Method in class org.apache.struts.taglib.tiles.DefinitionTag
-
Get extends
(parent) definition name.
- getExtends() - Method in class org.apache.struts.tiles.xmlDefinition.XmlDefinition
-
Get extends.
- getFactory() - Method in class org.apache.struts.config.MessageResourcesConfig
-
- getFactory() - Method in class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
Get underlying factory instance.
- getFactory(Object, ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.xmlDefinition.FactorySet
-
Get a factory by its key.
- getFactory() - Method in class org.apache.struts.util.MessageResources
-
The MessageResourcesFactory
that created this instance.
- getFactoryClass() - Static method in class org.apache.struts.config.ModuleConfigFactory
-
The fully qualified class name that is used for
ModuleConfigFactory
instances.
- getFactoryClass() - Static method in class org.apache.struts.util.MessageResourcesFactory
-
The fully qualified class name that is used for
MessageResourcesFactory
instances.
- getFactoryClassname() - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Get the classname of the factory.
- getFactoryName() - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Get the factory name.
- getFile() - Method in class org.apache.struts.upload.MultipartElement
-
Deprecated.
Get the File that holds the data for this element.
- getFileData() - Method in class org.apache.struts.upload.CommonsMultipartRequestHandler.CommonsFormFile
-
Returns the data for this file as a byte array.
- getFileData() - Method in class org.apache.struts.upload.DiskFile
-
Deprecated.
Attempt to read the temporary file and get it's data in byte
array form.
- getFileData(int) - Method in class org.apache.struts.upload.DiskFile
-
Deprecated.
Attempts to read a file n bytes at a time, n being equal to "bufferSize".
- getFileData() - Method in interface org.apache.struts.upload.FormFile
-
Returns the data for the entire file as byte array.
- getFileElements() - Method in class org.apache.struts.upload.CommonsMultipartRequestHandler
-
Returns a hash table containing the file (that is, non-text) request
parameters.
- getFileElements() - Method in class org.apache.struts.upload.DiskMultipartRequestHandler
-
Deprecated.
- getFileElements() - Method in interface org.apache.struts.upload.MultipartRequestHandler
-
This method is called on to retrieve all the FormFile
input elements of the request.
- getFileName() - Method in class org.apache.struts.upload.CommonsMultipartRequestHandler.CommonsFormFile
-
Returns the (client-side) file name for this file.
- getFileName() - Method in class org.apache.struts.upload.DiskFile
-
Deprecated.
Get the file name
- getFileName() - Method in interface org.apache.struts.upload.FormFile
-
Returns the file name of this file.
- getFileName() - Method in class org.apache.struts.upload.MultipartElement
-
Deprecated.
Retrieve the filename, can return null
for text elements.
- getFilePath() - Method in class org.apache.struts.upload.DiskFile
-
Deprecated.
Get the temporary file path for this form file
- getFileSize() - Method in class org.apache.struts.upload.CommonsMultipartRequestHandler.CommonsFormFile
-
Returns the size, in bytes, of this file.
- getFileSize() - Method in class org.apache.struts.upload.DiskFile
-
Deprecated.
Get the file size
- getFileSize() - Method in interface org.apache.struts.upload.FormFile
-
Returns the size of this file.
- getFileURL(String) - Method in class org.apache.struts.plugins.DigestingPlugIn
-
Given a string, return a URL to a Filesystem resource of that name.
- getFilter() - Method in class org.apache.struts.taglib.bean.WriteTag
-
- getFilter() - Method in class org.apache.struts.taglib.html.OptionsCollectionTag
-
- getFilter() - Method in class org.apache.struts.taglib.html.OptionsTag
-
- getFilter() - Method in class org.apache.struts.taglib.nested.NestedWriteNestingTag
-
Getter method for the filter property
- getFlush() - Method in class org.apache.struts.taglib.tiles.InsertTag
-
Get flush.
- getFocus() - Method in class org.apache.struts.taglib.html.FormTag
-
Return the focus field name for this form.
- getFocusIndex() - Method in class org.apache.struts.taglib.html.FormTag
-
Returns the focusIndex.
- getFooter() - Method in class org.apache.struts.taglib.html.ErrorsTag
-
- getFooter() - Method in class org.apache.struts.taglib.html.MessagesTag
-
- getFormat() - Method in class org.apache.struts.taglib.bean.WriteTag
-
- getFormatKey() - Method in class org.apache.struts.taglib.bean.WriteTag
-
- getFormBean(String) - Method in class org.apache.struts.config.ConfigHelper
-
Return the form bean definition associated with the specified
logical name, if any; otherwise return null
.
- getFormBean(String) - Method in interface org.apache.struts.config.ConfigHelperInterface
-
Return the form bean definition associated with the specified
logical name, if any; otherwise return null
.
- getFormBean() - Method in class org.apache.struts.taglib.bean.StrutsTag
-
- getFormName() - Method in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
Gets the key (form name) that will be used
to retrieve a set of validation rules to be
performed on the bean passed in for validation.
- getForward() - Method in class org.apache.struts.config.ActionConfig
-
Returns context-relative path of the web application resource that will process
this request.
- getForward() - Method in class org.apache.struts.taglib.bean.IncludeTag
-
- getForward() - Method in class org.apache.struts.taglib.bean.StrutsTag
-
- getForward() - Method in class org.apache.struts.taglib.html.LinkTag
-
- getForward() - Method in class org.apache.struts.taglib.logic.RedirectTag
-
- getForwardPattern() - Method in class org.apache.struts.config.ControllerConfig
-
- getFrameborder() - Method in class org.apache.struts.taglib.html.FrameTag
-
- getFrameName() - Method in class org.apache.struts.taglib.html.FrameTag
-
- getHandler() - Method in class org.apache.struts.config.ExceptionConfig
-
- getHeader() - Method in class org.apache.struts.taglib.html.ErrorsTag
-
- getHeader() - Method in class org.apache.struts.taglib.html.MessagesTag
-
- getHeader() - Method in class org.apache.struts.taglib.logic.ConditionalTagBase
-
- getHeader(String) - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getHeaderNames() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getHeaders(String) - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getHeight() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getHref() - Method in class org.apache.struts.taglib.bean.IncludeTag
-
- getHref() - Method in class org.apache.struts.taglib.html.LinkTag
-
- getHref() - Method in class org.apache.struts.taglib.logic.RedirectTag
-
- getHspace() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getHtmlComment() - Method in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
Gets whether or not to delimit the
JavaScript with html comments.
- getIcon() - Method in interface org.apache.struts.tiles.beans.MenuItem
-
Get icon property.
- getIcon() - Method in class org.apache.struts.tiles.beans.SimpleMenuItem
-
Get icon property.
- getId() - Method in class org.apache.struts.taglib.bean.CookieTag
-
- getId() - Method in class org.apache.struts.taglib.bean.DefineTag
-
- getId() - Method in class org.apache.struts.taglib.bean.HeaderTag
-
- getId() - Method in class org.apache.struts.taglib.bean.IncludeTag
-
- getId() - Method in class org.apache.struts.taglib.bean.PageTag
-
- getId() - Method in class org.apache.struts.taglib.bean.ParameterTag
-
- getId() - Method in class org.apache.struts.taglib.bean.ResourceTag
-
- getId() - Method in class org.apache.struts.taglib.bean.SizeTag
-
- getId() - Method in class org.apache.struts.taglib.bean.StrutsTag
-
- getId() - Method in class org.apache.struts.taglib.html.MessagesTag
-
- getId() - Method in class org.apache.struts.taglib.logic.IterateTag
-
- getId() - Method in class org.apache.struts.taglib.nested.NestedWriteNestingTag
-
Getter method for the id property
- getId() - Method in class org.apache.struts.taglib.tiles.DefinitionTag
-
Get the ID.
- getIdName() - Method in class org.apache.struts.taglib.html.RadioTag
-
Return the idName.
- getIgnore() - Method in class org.apache.struts.taglib.bean.WriteTag
-
- getIgnore() - Method in class org.apache.struts.taglib.tiles.GetAttributeTag
-
Get ignore flag.
- getIgnore() - Method in class org.apache.struts.taglib.tiles.ImportAttributeTag
-
Get ignore flag.
- getIgnore() - Method in class org.apache.struts.taglib.tiles.InsertTag
-
Get ignore.
- getIgnore() - Method in class org.apache.struts.taglib.tiles.UseAttributeTag
-
Get ignore.
- getImageName() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getInclude() - Method in class org.apache.struts.config.ActionConfig
-
Context-relative path of the web application resource that will process
this request.
- getIndex() - Method in class org.apache.struts.taglib.logic.IterateTag
-
Return the zero-relative index of the current iteration through the
loop.
- getIndexed() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the indexed value.
- getIndexId() - Method in class org.apache.struts.taglib.html.LinkTag
-
- getIndexId() - Method in class org.apache.struts.taglib.logic.IterateTag
-
- getIndexValue() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the index value for tags with 'true' value in 'indexed' attribute.
- getInitial() - Method in class org.apache.struts.config.FormPropertyConfig
-
- getInput() - Method in class org.apache.struts.config.ActionConfig
-
Get the context-relative path of the input form to which control should be
returned if a validation error is encountered.
- getInput() - Method in class org.apache.struts.taglib.bean.ResourceTag
-
- getInputForward() - Method in class org.apache.struts.action.ActionMapping
-
Create (if necessary) and return an
ActionForward
that
corresponds to the
input
property of this Action.
- getInputForward() - Method in class org.apache.struts.config.ControllerConfig
-
- getInputStream() - Method in class org.apache.struts.actions.DownloadAction.FileStreamInfo
-
Returns an input stream on the file to be downloaded.
- getInputStream() - Method in class org.apache.struts.actions.DownloadAction.ResourceStreamInfo
-
Returns an input stream on the resource to be downloaded.
- getInputStream() - Method in interface org.apache.struts.actions.DownloadAction.StreamInfo
-
Returns an input stream on the content to be downloaded.
- getInputStream() - Method in class org.apache.struts.upload.CommonsMultipartRequestHandler.CommonsFormFile
-
Get an InputStream that represents this file.
- getInputStream() - Method in class org.apache.struts.upload.DiskFile
-
Deprecated.
Returns a FileInputStream to the file
- getInputStream() - Method in interface org.apache.struts.upload.FormFile
-
Returns an input stream for this file.
- getInputStream() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getInstance() - Static method in class org.apache.struts.taglib.TagUtils
-
Returns the Singleton instance of TagUtils.
- getInstance() - Static method in class org.apache.struts.util.ModuleUtils
-
Returns the Singleton instance of TagUtils.
- getInstance() - Static method in class org.apache.struts.util.TokenProcessor
-
Retrieves the singleton instance of this class.
- getInstance() - Method in class org.apache.struts.validator.BeanValidatorForm
-
Return the Bean
that this ActionForm
is backed by.
- getInternal() - Method in class org.apache.struts.action.ActionServlet
-
Return the MessageResources
instance containing our
internal message strings.
- getInternal() - Method in class org.apache.struts.action.RequestProcessor
-
Return the MessageResources
instance containing our
internal message strings.
- getInternalFactory() - Method in class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Get internal factory.
- getIntHeader(String) - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getIsmap() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getIterator(Object) - Method in class org.apache.struts.taglib.html.OptionsCollectionTag
-
Return an iterator for the options collection.
- getIterator(String, String) - Method in class org.apache.struts.taglib.html.OptionsTag
-
Return an iterator for the option labels or values, based on our
configured properties.
- getJavascriptBegin(String) - Method in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
Returns the opening script element and some initial javascript.
- getJavascriptEnd() - Method in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
Returns the closing script element.
- getJavascriptStaticMethods(ValidatorResources) - Method in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
- getJsFormName() - Method in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
- getJstlLoopIndex() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
- getKey() - Method in class org.apache.struts.action.ActionMessage
-
Get the message key for this message.
- getKey() - Method in class org.apache.struts.config.DataSourceConfig
-
- getKey() - Method in class org.apache.struts.config.ExceptionConfig
-
- getKey() - Method in class org.apache.struts.config.MessageResourcesConfig
-
- getKey() - Method in class org.apache.struts.plugins.DigestingPlugIn
-
- getKey() - Method in class org.apache.struts.taglib.bean.MessageTag
-
- getKey() - Method in class org.apache.struts.taglib.html.OptionTag
-
- getKeyMethodMap() - Method in class org.apache.struts.actions.LookupDispatchAction
-
Provides the mapping from resource key to method name.
- getLabel() - Method in class org.apache.struts.taglib.html.OptionsCollectionTag
-
- getLabel() - Method in class org.apache.struts.util.LabelValueBean
-
- getLabelName() - Method in class org.apache.struts.taglib.html.OptionsTag
-
- getLabelProperty() - Method in class org.apache.struts.taglib.html.OptionsTag
-
- getLang() - Method in class org.apache.struts.taglib.html.HtmlTag
-
Returns true if the tag should render a lang attribute.
- getLength() - Method in class org.apache.struts.taglib.logic.IterateTag
-
- getLink(String) - Method in class org.apache.struts.config.ConfigHelper
-
Return the path for the specified forward,
otherwise return null
.
- getLink(String) - Method in interface org.apache.struts.config.ConfigHelperInterface
-
Return the path for the specified forward,
otherwise return null
.
- getLink() - Method in interface org.apache.struts.tiles.beans.MenuItem
-
Get link property.
- getLink() - Method in class org.apache.struts.tiles.beans.SimpleMenuItem
-
Get link property.
- getLinkName() - Method in class org.apache.struts.taglib.html.LinkTag
-
- getList() - Method in class org.apache.struts.action.ActionMessages.ActionMessageItem
-
- getList() - Method in class org.apache.struts.taglib.tiles.PutListTag
-
Get list defined in tag.
- getLocalAddr() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
Use Reflection to invoke Servlet 2.4 getLocalAddr
method on the wrapped Request.
- getLocale(HttpServletRequest) - Method in class org.apache.struts.action.Action
-
Return the user's currently selected Locale.
- getLocale() - Method in class org.apache.struts.config.ControllerConfig
-
- getLocale() - Method in class org.apache.struts.taglib.bean.MessageTag
-
- getLocale() - Method in class org.apache.struts.taglib.bean.WriteTag
-
- getLocale() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the name of the session attribute for our locale.
- getLocale() - Method in class org.apache.struts.taglib.html.ErrorsTag
-
- getLocale() - Method in class org.apache.struts.taglib.html.HtmlTag
-
Deprecated.
This will be removed after Struts 1.2.
- getLocale() - Method in class org.apache.struts.taglib.html.MessagesTag
-
- getLocale() - Method in class org.apache.struts.taglib.html.OptionTag
-
- getLocale() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getLocale(HttpServletRequest) - Static method in class org.apache.struts.validator.Resources
-
Deprecated.
Use RequestUtils.getUserLocale() instead. This will be removed
after Struts 1.2.
- getLocales() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getLocalName() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
Use Reflection to invoke Servlet 2.4 getLocalName
method on the wrapped Request.
- getLocalPort() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
Use Reflection to invoke Servlet 2.4 getLocalPort
method on the wrapped Request.
- getLocation() - Method in class org.apache.struts.taglib.logic.MatchTag
-
- getLongdesc() - Method in class org.apache.struts.taglib.html.FrameTag
-
- getLookupMapName(HttpServletRequest, String, ActionMapping) - Method in class org.apache.struts.actions.LookupDispatchAction
-
Lookup the method name corresponding to the client request's locale.
- getLowsrc() - Method in class org.apache.struts.taglib.html.ImgTag
-
Deprecated.
This is not defined in the HTML 4.01 spec and will be removed in a
future version of Struts.
- getMap() - Method in class org.apache.struts.action.DynaActionForm
-
Returns the Map
containing the property values.
- getMap() - Method in class org.apache.struts.validator.LazyValidatorForm
-
Return the Map
containing the property values.
- getMapping() - Method in class org.apache.struts.config.ConfigHelper
-
The org.apache.struts.ActionMapping
instance for this request.
- getMapping() - Method in interface org.apache.struts.config.ConfigHelperInterface
-
The org.apache.struts.ActionMapping
instance for this request.
- getMapping() - Method in class org.apache.struts.taglib.bean.StrutsTag
-
- getMapping() - Method in class org.apache.struts.upload.CommonsMultipartRequestHandler
-
Retrieves the action mapping with which this handler is associated.
- getMapping() - Method in class org.apache.struts.upload.DiskMultipartRequestHandler
-
Deprecated.
- getMapping() - Method in interface org.apache.struts.upload.MultipartRequestHandler
-
Get the ActionMapping instance for this request
- getMarginheight() - Method in class org.apache.struts.taglib.html.FrameTag
-
- getMarginwidth() - Method in class org.apache.struts.taglib.html.FrameTag
-
- getMaxFileSize() - Method in class org.apache.struts.config.ControllerConfig
-
- getMaxlength() - Method in class org.apache.struts.taglib.html.BaseInputTag
-
Return the maximum length allowed.
- getMaxLength() - Method in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
- getMaxSize(String) - Method in class org.apache.struts.upload.DiskMultipartRequestHandler
-
Deprecated.
Gets the maximum post data size in bytes from the string
representation in the configuration file.
- getMaxSize() - Method in class org.apache.struts.upload.MultipartIterator
-
Deprecated.
Get the maximum post data size allowed for a multipart request
- getMemFileSize() - Method in class org.apache.struts.config.ControllerConfig
-
- getMessage(String) - Method in class org.apache.struts.config.ConfigHelper
-
Return the localized message for the specified key,
otherwise return null
.
- getMessage(String, Object[]) - Method in class org.apache.struts.config.ConfigHelper
-
Look up and return a message string, based on the specified parameters.
- getMessage(String) - Method in interface org.apache.struts.config.ConfigHelperInterface
-
Return the localized message for the specified key,
otherwise return null
.
- getMessage(String, Object[]) - Method in interface org.apache.struts.config.ConfigHelperInterface
-
Look up and return a message string, based on the specified parameters.
- getMessage() - Method in class org.apache.struts.taglib.html.MessagesTag
-
- getMessage() - Method in class org.apache.struts.taglib.logic.MessagesPresentTag
-
- getMessage() - Method in exception org.apache.struts.tiles.DefinitionsFactoryException
-
Return a detail message for this exception.
- getMessage() - Method in exception org.apache.struts.tiles.TilesException
-
Return a detail message for this exception.
- getMessage() - Method in exception org.apache.struts.upload.ContentLengthExceededException
-
Deprecated.
- getMessage() - Method in exception org.apache.struts.upload.MaxLengthExceededException
-
Deprecated.
- getMessage(String) - Method in class org.apache.struts.util.MessageResources
-
Returns a text message for the specified key, for the default Locale.
- getMessage(String, Object[]) - Method in class org.apache.struts.util.MessageResources
-
Returns a text message after parametric replacement of the specified
parameter placeholders.
- getMessage(String, Object) - Method in class org.apache.struts.util.MessageResources
-
Returns a text message after parametric replacement of the specified
parameter placeholders.
- getMessage(String, Object, Object) - Method in class org.apache.struts.util.MessageResources
-
Returns a text message after parametric replacement of the specified
parameter placeholders.
- getMessage(String, Object, Object, Object) - Method in class org.apache.struts.util.MessageResources
-
Returns a text message after parametric replacement of the specified
parameter placeholders.
- getMessage(String, Object, Object, Object, Object) - Method in class org.apache.struts.util.MessageResources
-
Returns a text message after parametric replacement of the specified
parameter placeholders.
- getMessage(Locale, String) - Method in class org.apache.struts.util.MessageResources
-
Returns a text message for the specified key, for the default Locale.
- getMessage(Locale, String, Object[]) - Method in class org.apache.struts.util.MessageResources
-
Returns a text message after parametric replacement of the specified
parameter placeholders.
- getMessage(Locale, String, Object) - Method in class org.apache.struts.util.MessageResources
-
Returns a text message after parametric replacement of the specified
parameter placeholders.
- getMessage(Locale, String, Object, Object) - Method in class org.apache.struts.util.MessageResources
-
Returns a text message after parametric replacement of the specified
parameter placeholders.
- getMessage(Locale, String, Object, Object, Object) - Method in class org.apache.struts.util.MessageResources
-
Returns a text message after parametric replacement of the specified
parameter placeholders.
- getMessage(Locale, String, Object, Object, Object, Object) - Method in class org.apache.struts.util.MessageResources
-
Returns a text message after parametric replacement of the specified
parameter placeholders.
- getMessage(Locale, String) - Method in class org.apache.struts.util.PropertyMessageResources
-
Returns a text message for the specified key, for the default Locale.
- getMessage(MessageResources, Locale, String) - Static method in class org.apache.struts.validator.Resources
-
Gets the Locale
sensitive value based on the key passed in.
- getMessage(HttpServletRequest, String) - Static method in class org.apache.struts.validator.Resources
-
Gets the Locale
sensitive value based on the key passed in.
- getMessage(MessageResources, Locale, ValidatorAction, Field) - Static method in class org.apache.struts.validator.Resources
-
Gets the locale sensitive message based on the
ValidatorAction
message and the Field
's
arg objects.
- getMessage(ServletContext, HttpServletRequest, MessageResources, Locale, ValidatorAction, Field) - Static method in class org.apache.struts.validator.Resources
-
Gets the Locale
sensitive value based on the key passed in.
- getMessageResources() - Method in class org.apache.struts.config.ConfigHelper
-
The application resources for this application.
- getMessageResources() - Method in interface org.apache.struts.config.ConfigHelperInterface
-
The application resources for this application.
- getMessageResources(String) - Static method in class org.apache.struts.util.MessageResources
-
Create and return an instance of MessageResources
for the
created by the default MessageResourcesFactory
.
- getMessageResources(HttpServletRequest) - Static method in class org.apache.struts.validator.Resources
-
Retrieve MessageResources
for the module.
- getMessageResources(ServletContext, HttpServletRequest, String) - Static method in class org.apache.struts.validator.Resources
-
Retrieve MessageResources
for the module and bundle.
- getMessages(HttpServletRequest) - Method in class org.apache.struts.action.Action
-
Retrieves any existing messages placed in the request by previous actions.
- getMethod(String) - Method in class org.apache.struts.actions.ActionDispatcher
-
Introspect the current class to identify a method of the specified
name that accepts the same parameter types as the execute
method does.
- getMethod(String) - Method in class org.apache.struts.actions.DispatchAction
-
Introspect the current class to identify a method of the specified
name that accepts the same parameter types as the execute
method does.
- getMethod() - Method in class org.apache.struts.taglib.html.FormTag
-
Return the request method used when submitting this form.
- getMethod() - Method in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
Gets the method name that will be used for the Javascript
validation method name if it has a value.
- getMethod() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getMethodName(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.struts.actions.ActionDispatcher
-
Returns the method name, given a parameter's value.
- getMethodName(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.struts.actions.DispatchAction
-
Returns the method name, given a parameter's value.
- getMethodName(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.struts.actions.EventActionDispatcher
-
Returns the method name, given a parameter's value.
- getMethodName(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.struts.actions.EventDispatchAction
-
Returns the method name, given a parameter's value.
- getMethodName(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.struts.actions.LookupDispatchAction
-
Returns the method name, given a parameter's value.
- getMethodName(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.struts.actions.MappingDispatchAction
-
Returns the method name, given a parameter's value.
- getModule() - Method in class org.apache.struts.config.ForwardConfig
-
- getModule() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getModule() - Method in class org.apache.struts.taglib.html.LinkTag
-
- getModule() - Method in class org.apache.struts.taglib.logic.RedirectTag
-
- getModuleConfig(HttpServletRequest) - Method in class org.apache.struts.action.ActionServlet
-
Return the module configuration object for the currently selected
module.
- getModuleConfig() - Method in class org.apache.struts.config.ActionConfig
-
The module configuration with which we are associated.
- getModuleConfig(PageContext) - Method in class org.apache.struts.taglib.TagUtils
-
Return the ModuleConfig object if it exists, null if otherwise.
- getModuleConfig(String, PageContext) - Method in class org.apache.struts.taglib.TagUtils
-
Return the ModuleConfig object for the given prefix if it exists, null if otherwise.
- getModuleConfig(HttpServletRequest, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilStrutsModulesImpl
-
Get the current ModuleConfig.
- getModuleConfig(HttpServletRequest) - Method in class org.apache.struts.util.ModuleUtils
-
Return the current ModuleConfig object stored in request, if it exists,
null otherwise.
- getModuleConfig(String, ServletContext) - Method in class org.apache.struts.util.ModuleUtils
-
Return the desired ModuleConfig object stored in context, if it exists,
null otherwise.
- getModuleConfig(String, HttpServletRequest, ServletContext) - Method in class org.apache.struts.util.ModuleUtils
-
Return the desired ModuleConfig object stored in context, if it exists,
otherwise return the current ModuleConfig
- getModuleConfig(HttpServletRequest, ServletContext) - Method in class org.apache.struts.util.ModuleUtils
-
Return the ModuleConfig object is it exists, null otherwise.
- getModuleConfig(HttpServletRequest, ServletContext) - Static method in class org.apache.struts.util.RequestUtils
-
- getModuleConfig(PageContext) - Static method in class org.apache.struts.util.RequestUtils
-
- getModuleName(HttpServletRequest, ServletContext) - Method in class org.apache.struts.util.ModuleUtils
-
Get the module name to which the specified request belong.
- getModuleName(String, ServletContext) - Method in class org.apache.struts.util.ModuleUtils
-
Get the module name to which the specified uri belong.
- getModuleName(HttpServletRequest, ServletContext) - Static method in class org.apache.struts.util.RequestUtils
-
- getModuleName(String, ServletContext) - Static method in class org.apache.struts.util.RequestUtils
-
- getModulePrefixes(ServletContext) - Method in class org.apache.struts.util.ModuleUtils
-
Return the list of module prefixes that are defined for
this web application.
- getModulePrefixes(ServletContext) - Static method in class org.apache.struts.util.RequestUtils
-
- getMultipartClass() - Method in class org.apache.struts.config.ActionConfig
-
Return the fully qualified Java class name of the
MultipartRequestHandler
implementation class used to
process multi-part request data for this Action.
- getMultipartClass() - Method in class org.apache.struts.config.ControllerConfig
-
- getMultipartHandler(HttpServletRequest) - Static method in class org.apache.struts.util.RequestUtils
-
Try to locate a multipart request handler for this request.
- getMultipartRequestHandler() - Method in class org.apache.struts.action.ActionForm
-
Return the 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
.
- getMultipartRequestWrapper() - Method in class org.apache.struts.config.ConfigHelper
-
The multipart object for this request.
- getMultipartRequestWrapper() - Method in interface org.apache.struts.config.ConfigHelperInterface
-
The multipart object for this request.
- getMultiple() - Method in class org.apache.struts.taglib.bean.CookieTag
-
- getMultiple() - Method in class org.apache.struts.taglib.bean.HeaderTag
-
- getMultiple() - Method in class org.apache.struts.taglib.bean.ParameterTag
-
- getMultiple() - Method in class org.apache.struts.taglib.html.SelectTag
-
- getName() - Method in class org.apache.struts.action.DynaActionFormClass
-
Return the name of this DynaClass
(analogous to the
getName()
method of java.lang.Class
DynaClass implementation class to support
different dynamic classes, with different sets of properties.
- getName() - Method in class org.apache.struts.config.ActionConfig
-
Return name of the form bean, if any, associated with this Action.
- getName() - Method in class org.apache.struts.config.FormBeanConfig
-
- getName() - Method in class org.apache.struts.config.FormPropertyConfig
-
- getName() - Method in class org.apache.struts.config.ForwardConfig
-
- getName() - Method in class org.apache.struts.taglib.bean.CookieTag
-
- getName() - Method in class org.apache.struts.taglib.bean.DefineTag
-
- getName() - Method in class org.apache.struts.taglib.bean.HeaderTag
-
- getName() - Method in class org.apache.struts.taglib.bean.MessageTag
-
- getName() - Method in class org.apache.struts.taglib.bean.ParameterTag
-
- getName() - Method in class org.apache.struts.taglib.bean.ResourceTag
-
- getName() - Method in class org.apache.struts.taglib.bean.SizeTag
-
- getName() - Method in class org.apache.struts.taglib.bean.WriteTag
-
- getName() - Method in class org.apache.struts.taglib.html.BaseInputTag
-
- getName() - Method in class org.apache.struts.taglib.html.CheckboxTag
-
- getName() - Method in class org.apache.struts.taglib.html.ErrorsTag
-
- getName() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getName() - Method in class org.apache.struts.taglib.html.LinkTag
-
- getName() - Method in class org.apache.struts.taglib.html.MessagesTag
-
- getName() - Method in class org.apache.struts.taglib.html.MultiboxTag
-
- getName() - Method in class org.apache.struts.taglib.html.OptionsCollectionTag
-
- getName() - Method in class org.apache.struts.taglib.html.OptionsTag
-
- getName() - Method in class org.apache.struts.taglib.html.RadioTag
-
- getName() - Method in class org.apache.struts.taglib.html.SelectTag
-
- getName() - Method in class org.apache.struts.taglib.logic.ConditionalTagBase
-
- getName() - Method in class org.apache.struts.taglib.logic.ForwardTag
-
- getName() - Method in class org.apache.struts.taglib.logic.IterateTag
-
- getName() - Method in class org.apache.struts.taglib.logic.RedirectTag
-
- getName() - Method in class org.apache.struts.taglib.nested.html.NestedFormTag
-
Return the name.
- getName() - Method in interface org.apache.struts.taglib.nested.NestedNameSupport
-
The getters and setters required to set a tags name property.
- getName() - Method in class org.apache.struts.taglib.nested.NestedPropertyTag
-
- getName() - Method in class org.apache.struts.taglib.nested.NestedRootTag
-
Getter method for the name property
- getName() - Method in class org.apache.struts.taglib.tiles.GetAttributeTag
-
Get Name.
- getName() - Method in class org.apache.struts.taglib.tiles.ImportAttributeTag
-
Get the name.
- getName() - Method in class org.apache.struts.taglib.tiles.InsertTag
-
Get name.
- getName() - Method in class org.apache.struts.taglib.tiles.PutListTag
-
Get property.
- getName() - Method in class org.apache.struts.taglib.tiles.PutTag
-
Get name.
- getName() - Method in class org.apache.struts.taglib.tiles.UseAttributeTag
-
Get name.
- getName() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Access method for the name property.
- getName() - Method in class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Access method for the name property.
- getName() - Method in class org.apache.struts.upload.MultipartElement
-
Deprecated.
Retrieve the name.
- getNestedProperty() - Method in interface org.apache.struts.taglib.nested.NestedParentSupport
-
This is required by all parent tags so that the child tags can get a hold
of their nested property.
- getNestedProperty() - Method in class org.apache.struts.taglib.nested.NestedReference
-
Getter for the nested property
- getNextElement() - Method in class org.apache.struts.upload.MultipartIterator
-
Deprecated.
Retrieves the next element in the iterator if one exists.
- getNocache() - Method in class org.apache.struts.config.ControllerConfig
-
- getNoresize() - Method in class org.apache.struts.taglib.html.FrameTag
-
- getNull() - Method in class org.apache.struts.config.MessageResourcesConfig
-
- getOffset() - Method in class org.apache.struts.taglib.logic.IterateTag
-
- getOnblur() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the onBlur event handler.
- getOnchange() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the onChange event handler.
- getOnclick() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the onClick event handler.
- getOnclick() - Method in class org.apache.struts.taglib.html.CancelTag
-
Returns the onClick event handler.
- getOndblclick() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the onDblClick event handler.
- getOnfocus() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the onFocus event handler.
- getOnkeydown() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the onKeyDown event handler.
- getOnkeypress() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the onKeyPress event handler.
- getOnkeyup() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the onKeyUp event handler.
- getOnmousedown() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the onMouseDown event handler.
- getOnmousemove() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the onMouseMove event handler.
- getOnmouseout() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the onMouseOut event handler.
- getOnmouseover() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the onMouseOver event handler.
- getOnmouseup() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the onMouseUp event handler.
- getOnreset() - Method in class org.apache.struts.taglib.html.FormTag
-
Return the onReset event script.
- getOnselect() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the onSelect event handler.
- getOnsubmit() - Method in class org.apache.struts.taglib.html.FormTag
-
Return the onSubmit event script.
- getOrCreateController() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Get or create controller.
- getOrder() - Method in class org.apache.struts.action.ActionMessages.ActionMessageItem
-
- getOriginalPath() - Method in class org.apache.struts.action.ActionRedirect
-
Get the original path without the parameters added at runtime.
- getOrigRef() - Method in class org.apache.struts.config.ConfigHelper
-
Renders the reference for a HTML element
- getOrigRef() - Method in interface org.apache.struts.config.ConfigHelperInterface
-
Renders the reference for a HTML element
- getPage() - Method in class org.apache.struts.taglib.bean.IncludeTag
-
- getPage() - Method in class org.apache.struts.taglib.html.ImageTag
-
- getPage() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getPage() - Method in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
Gets the current page number of a multi-part form.
- getPage() - Method in class org.apache.struts.taglib.html.LinkTag
-
- getPage() - Method in class org.apache.struts.taglib.logic.RedirectTag
-
- getPage() - Method in class org.apache.struts.taglib.tiles.DefinitionTagSupport
-
Get the page.
- getPage() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Access method for the path property.
- getPage() - Method in class org.apache.struts.validator.DynaValidatorForm
-
Gets page.
- getPage() - Method in class org.apache.struts.validator.ValidatorForm
-
Gets page.
- getPageContext() - Method in class org.apache.struts.taglib.tiles.InsertTag
-
Get the pageContext property.
- getPageKey() - Method in class org.apache.struts.taglib.html.ImageTag
-
- getPageKey() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getPagePattern() - Method in class org.apache.struts.config.ControllerConfig
-
- getParameter(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.actions.ActionDispatcher
-
Returns the parameter value as influenced by the selected
ActionDispatcher.flavor
specified for this
ActionDispatcher
.
- getParameter(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.actions.DispatchAction
-
Returns the parameter value.
- getParameter() - Method in class org.apache.struts.config.ActionConfig
-
Return general purpose configuration parameter that can be used to pass
extra information to the Action instance selected by this Action.
- getParameter() - Method in class org.apache.struts.config.MessageResourcesConfig
-
- getParameter() - Method in class org.apache.struts.taglib.logic.ConditionalTagBase
-
- getParameter(String) - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
Attempts to get a parameter for this request.
- getParameterMap() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
Implements the Servlet 2.3 getParameterMap method.
- getParameterNames() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
Returns the names of the parameters for this request.
- getParameterString() - Method in class org.apache.struts.action.ActionRedirect
-
Forms the string containing the parameters
passed onto this object thru calls to addParameter().
- getParameterValues(String) - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getParamId() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getParamId() - Method in class org.apache.struts.taglib.html.LinkTag
-
- getParamId() - Method in class org.apache.struts.taglib.logic.RedirectTag
-
- getParamName() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getParamName() - Method in class org.apache.struts.taglib.html.LinkTag
-
- getParamName() - Method in class org.apache.struts.taglib.logic.RedirectTag
-
- getParamProperty() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getParamProperty() - Method in class org.apache.struts.taglib.html.LinkTag
-
- getParamProperty() - Method in class org.apache.struts.taglib.logic.RedirectTag
-
- getParamScope() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getParamScope() - Method in class org.apache.struts.taglib.html.LinkTag
-
- getParamScope() - Method in class org.apache.struts.taglib.logic.RedirectTag
-
- getParserValidate() - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Determines if the parser is validating.
- getPath() - Method in class org.apache.struts.action.ActionRedirect
-
Get the path for this object, including any parameters
that may have been added at runtime.
- getPath() - Method in class org.apache.struts.config.ActionConfig
-
Return context-relative path of the submitted request, starting with a
slash ("/") character, and omitting any filename extension if
extension mapping is being used.
- getPath() - Method in class org.apache.struts.config.ExceptionConfig
-
- getPath() - Method in class org.apache.struts.config.ForwardConfig
-
- getPath() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Access method for the path property.
- getPathInfo() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getPathnames() - Method in class org.apache.struts.validator.ValidatorPlugIn
-
Gets a comma delimitted list of Validator resources.
- getPathTranslated() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getPattern() - Method in class org.apache.struts.config.ActionConfigMatcher.Mapping
-
Gets the compiled wildcard pattern.
- getPrefix() - Method in class org.apache.struts.config.ActionConfig
-
Retruns prefix used to match request parameter names to form bean property
names, if any.
- getPrefix() - Method in class org.apache.struts.config.impl.ModuleConfigImpl
-
The prefix of the context-relative portion of the request URI, used to
select this configuration versus others supported by the controller
servlet.
- getPrefix() - Method in interface org.apache.struts.config.ModuleConfig
-
The prefix of the context-relative portion of the request URI, used to
select this configuration versus others supported by the controller
servlet.
- getPrefix() - Method in class org.apache.struts.taglib.html.ErrorsTag
-
- getProcessorClass() - Method in class org.apache.struts.config.ControllerConfig
-
- getProcessorForModule(ModuleConfig) - Method in class org.apache.struts.action.ActionServlet
-
Returns the RequestProcessor for the given module or null if one does not
exist.
- getProperties() - Method in class org.apache.struts.config.DataSourceConfig
-
- getProperties() - Method in class org.apache.struts.config.PlugInConfig
-
Return the properties that will be used to configure a
PlugIn
instance.
- getProperty() - Method in class org.apache.struts.action.ActionMessages.ActionMessageItem
-
- getProperty() - Method in class org.apache.struts.taglib.bean.DefineTag
-
- getProperty() - Method in class org.apache.struts.taglib.bean.MessageTag
-
- getProperty() - Method in class org.apache.struts.taglib.bean.PageTag
-
- getProperty() - Method in class org.apache.struts.taglib.bean.SizeTag
-
- getProperty() - Method in class org.apache.struts.taglib.bean.WriteTag
-
- getProperty() - Method in class org.apache.struts.taglib.html.BaseInputTag
-
Return the property name.
- getProperty() - Method in class org.apache.struts.taglib.html.CheckboxTag
-
Return the property name.
- getProperty() - Method in class org.apache.struts.taglib.html.ErrorsTag
-
- getProperty() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getProperty() - Method in class org.apache.struts.taglib.html.LinkTag
-
- getProperty() - Method in class org.apache.struts.taglib.html.MessagesTag
-
- getProperty() - Method in class org.apache.struts.taglib.html.MultiboxTag
-
Return the property name.
- getProperty() - Method in class org.apache.struts.taglib.html.OptionsCollectionTag
-
- getProperty() - Method in class org.apache.struts.taglib.html.OptionsTag
-
- getProperty() - Method in class org.apache.struts.taglib.html.RadioTag
-
Return the property name.
- getProperty() - Method in class org.apache.struts.taglib.html.SelectTag
-
Return the property name.
- getProperty() - Method in class org.apache.struts.taglib.html.SubmitTag
-
Return the property.
- getProperty() - Method in class org.apache.struts.taglib.logic.ConditionalTagBase
-
- getProperty() - Method in class org.apache.struts.taglib.logic.IterateTag
-
- getProperty() - Method in class org.apache.struts.taglib.logic.RedirectTag
-
- getProperty() - Method in class org.apache.struts.taglib.nested.html.NestedFormTag
-
Get the string value of the "property" property.
- getProperty() - Method in interface org.apache.struts.taglib.nested.NestedPropertySupport
-
The getters and setters required to set a tags property property.
- getProperty() - Method in class org.apache.struts.taglib.nested.NestedPropertyTag
-
Getter method for the property property
- getProperty() - Method in class org.apache.struts.taglib.nested.NestedRootTag
-
Getter method for the property property
- getProperty() - Method in class org.apache.struts.taglib.nested.NestedWriteNestingTag
-
Getter method for the property property
- getProperty() - Method in class org.apache.struts.taglib.tiles.AttributeToScopeTag
-
Deprecated.
Return the property name.
- getProperty(Object, String) - Static method in class org.apache.struts.taglib.tiles.util.TagUtils
-
Deprecated.
Use PropertyUtils.getProperty() directly. This will be removed
after Struts 1.2.
- getProperty() - Method in exception org.apache.struts.util.ModuleException
-
Returns the property associated with the exception.
- getProtocol() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getPush() - Method in class org.apache.struts.plugins.DigestingPlugIn
-
- getQueryString() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getReader() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getReadonly() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the readonly event handler.
- getRealPath(String) - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getRealValue() - Method in class org.apache.struts.taglib.tiles.PutTag
-
Get real value according to tag attribute.
- getRealValueFromBean() - Method in class org.apache.struts.taglib.tiles.PutTag
-
Extract real value from specified bean.
- getRealValueFromBean(String, String, String, PageContext) - Static method in class org.apache.struts.taglib.tiles.util.TagUtils
-
Locate and return the specified property of the specified bean, from
an optionally specified scope, in the specified page context.
- getRedirect() - Method in class org.apache.struts.config.ForwardConfig
-
- getRedisplay() - Method in class org.apache.struts.taglib.html.BaseFieldTag
-
- getRemoteAddr() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getRemoteHost() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getRemotePort() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
Use Reflection to invoke Servlet 2.4 getRemotePort
method on the wrapped Request.
- getRemoteUser() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getRepositoryPath(ModuleConfig) - Method in class org.apache.struts.upload.CommonsMultipartRequestHandler
-
Returns the path to the temporary directory to be used for uploaded
files which are written to disk.
- getRequest() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
Returns the underlying HttpServletRequest for this wrapper
- getRequestDispatcher(String) - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getRequestedSessionId() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getRequestModuleConfig(HttpServletRequest) - Static method in class org.apache.struts.util.RequestUtils
-
- getRequestProcessor(ModuleConfig) - Method in class org.apache.struts.action.ActionServlet
-
Look up and return the
RequestProcessor
responsible for the
specified module, creating a new one if necessary.
- getRequestProcessor(ModuleConfig) - Method in class org.apache.struts.actions.RedeployableActionServlet
-
- getRequestProcessor(HttpServletRequest, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilStrutsModulesImpl
-
Get Tiles RequestProcessor associated to the current module.
- getRequestURI() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getRequestURL() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
Use Reflection to invoke Servlet 2.3 getRequestURL
method on the wrapped Request.
- getResources(HttpServletRequest) - Method in class org.apache.struts.action.Action
-
Return the default message resources for the current module.
- getResources(HttpServletRequest, String) - Method in class org.apache.struts.action.Action
-
Return the specified message resources for the current module.
- getResult() - Method in class org.apache.struts.validator.validwhen.ValidWhenParser
-
- getResultValueMap() - Method in class org.apache.struts.validator.DynaValidatorForm
-
Returns a Map
of values returned
from any validation that returns a value other than
null
or Boolean
with the
key the full property path of the field.
- getResultValueMap() - Method in class org.apache.struts.validator.ValidatorForm
-
Returns a Map
of values returned
from any validation that returns a value other than
null
or Boolean
with the
key the full property path of the field.
- getReturnNull() - Method in class org.apache.struts.util.MessageResources
-
Indicates that a null
is returned instead of an error message string
if an unknown Locale or key is requested.
- getReturnNull() - Method in class org.apache.struts.util.MessageResourcesFactory
-
Get default value of the "returnNull" property used to initialize newly created
MessageResourcess.
- getRole() - Method in class org.apache.struts.taglib.logic.ConditionalTagBase
-
- getRole() - Method in class org.apache.struts.taglib.tiles.DefinitionTagSupport
-
Get associated role.
- getRole() - Method in class org.apache.struts.taglib.tiles.GetAttributeTag
-
Get role.
- getRole() - Method in class org.apache.struts.taglib.tiles.PutListTag
-
Get role attribute.
- getRole() - Method in class org.apache.struts.taglib.tiles.PutTag
-
Get role attribute
- getRole() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Access method for the role property.
- getRole() - Method in class org.apache.struts.tiles.UntypedAttribute
-
Get role.
- getRole() - Method in class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Access method for the name property.
- getRoleNames() - Method in class org.apache.struts.config.ActionConfig
-
Get array of security role names used to authorize access to this
Action.
- getRoles() - Method in class org.apache.struts.config.ActionConfig
-
- getRows() - Method in class org.apache.struts.taglib.html.BaseInputTag
-
Return the number of rows for this field.
- getRulesets() - Method in class org.apache.struts.plugins.DigestingPlugIn
-
- getScheme() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getScope() - Method in class org.apache.struts.config.ActionConfig
-
Get the scope ("request" or "session") within which
our form bean is accessed, if any.
- getScope() - Method in class org.apache.struts.config.ExceptionConfig
-
- getScope() - Method in class org.apache.struts.taglib.bean.DefineTag
-
- getScope() - Method in class org.apache.struts.taglib.bean.MessageTag
-
- getScope() - Method in class org.apache.struts.taglib.bean.SizeTag
-
- getScope() - Method in class org.apache.struts.taglib.bean.WriteTag
-
- getScope() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getScope() - Method in class org.apache.struts.taglib.html.LinkTag
-
- getScope() - Method in class org.apache.struts.taglib.logic.ConditionalTagBase
-
- getScope() - Method in class org.apache.struts.taglib.logic.IterateTag
-
- getScope() - Method in class org.apache.struts.taglib.logic.RedirectTag
-
- getScope(String) - Method in class org.apache.struts.taglib.TagUtils
-
Converts the scope name into its corresponding PageContext constant value.
- getScope() - Method in class org.apache.struts.taglib.tiles.DefinitionTag
-
Get the scope.
- getScope() - Method in class org.apache.struts.taglib.tiles.ImportAttributeTag
-
Get scope.
- getScope() - Method in class org.apache.struts.taglib.tiles.UseAttributeTag
-
Get scope.
- getScope(String, int) - Static method in class org.apache.struts.taglib.tiles.util.TagUtils
-
Get scope value from string value
- getScope(String) - Static method in class org.apache.struts.util.RequestUtils
-
- getScriptLanguage() - Method in class org.apache.struts.taglib.html.FormTag
-
Gets whether or not the focus script's <script> element will include the
language attribute.
- getScriptLanguage() - Method in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
Gets whether or not the <script> element will include the
language attribute.
- getScrolling() - Method in class org.apache.struts.taglib.html.FrameTag
-
- getServer() - Method in class org.apache.struts.taglib.html.BaseTag
-
Returns the server.
- getServerName() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getServerPort() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getServlet() - Method in class org.apache.struts.action.Action
-
Return the servlet instance to which we are attached.
- getServlet() - Method in class org.apache.struts.action.ActionForm
-
Return the servlet instance to which we are attached.
- getServlet() - Method in class org.apache.struts.upload.CommonsMultipartRequestHandler
-
Retrieves the servlet with which this handler is associated.
- getServlet() - Method in class org.apache.struts.upload.DiskMultipartRequestHandler
-
Deprecated.
- getServlet() - Method in interface org.apache.struts.upload.MultipartRequestHandler
-
Get the ActionServlet instance
- getServletContext() - Method in class org.apache.struts.action.RequestProcessor
-
Return the ServletContext
for the web application in which
we are running.
- getServletContextURL(String) - Method in class org.apache.struts.plugins.DigestingPlugIn
-
Given a string, return a URL to a Servlet Context resource of that name.
- getServletMapping() - Method in class org.apache.struts.config.ConfigHelper
-
The path-mapped pattern (/action/*
) or
extension mapped pattern ((*.do
)
used to determine our Action URIs in this application.
- getServletMapping() - Method in interface org.apache.struts.config.ConfigHelperInterface
-
The path-mapped pattern (/action/*
) or
extension mapped pattern ((*.do
)
used to determine our Action URIs in this application.
- getServletPath() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getServletWrapper() - Method in class org.apache.struts.action.ActionForm
-
Return the controller servlet instance to which we are attached.
- getSession(boolean) - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getSession() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getSize() - Method in class org.apache.struts.config.FormPropertyConfig
-
- getSize() - Method in class org.apache.struts.taglib.html.BaseInputTag
-
Return the size of this field (synonym for getCols()
).
- getSize() - Method in class org.apache.struts.taglib.html.SelectTag
-
- getSizeMax(ModuleConfig) - Method in class org.apache.struts.upload.CommonsMultipartRequestHandler
-
Returns the maximum allowable size, in bytes, of an uploaded file.
- getSizeThreshold(ModuleConfig) - Method in class org.apache.struts.upload.CommonsMultipartRequestHandler
-
Returns the size threshold which determines whether an uploaded file
will be written to disk or cached in memory.
- getSrc() - Method in class org.apache.struts.taglib.html.ImageTag
-
- getSrc() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getSrc() - Method in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
Gets the src attribute's value when defining
the html script element.
- getSrcKey() - Method in class org.apache.struts.taglib.html.ImageTag
-
- getSrcKey() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getStaticJavascript() - Method in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
Gets whether or not to generate the static
JavaScript.
- getStreamInfo(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.actions.DownloadAction
-
Returns the information on the file, or other stream, to be downloaded
by this action.
- getString(String) - Method in class org.apache.struts.action.DynaActionForm
-
Return the value of a String
property with the specified
name.
- getStrings(String) - Method in class org.apache.struts.action.DynaActionForm
-
Return the value of a String[]
property with the
specified name.
- getStyle() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the style attribute.
- getStyle() - Method in class org.apache.struts.taglib.html.FormTag
-
Return the style attribute for this tag.
- getStyle() - Method in class org.apache.struts.taglib.html.OptionsCollectionTag
-
- getStyle() - Method in class org.apache.struts.taglib.html.OptionsTag
-
- getStyle() - Method in class org.apache.struts.taglib.html.OptionTag
-
- getStyleClass() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the style class attribute.
- getStyleClass() - Method in class org.apache.struts.taglib.html.FormTag
-
Return the style class for this tag.
- getStyleClass() - Method in class org.apache.struts.taglib.html.OptionsCollectionTag
-
- getStyleClass() - Method in class org.apache.struts.taglib.html.OptionsTag
-
- getStyleClass() - Method in class org.apache.struts.taglib.html.OptionTag
-
- getStyleId() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the style id attribute.
- getStyleId() - Method in class org.apache.struts.taglib.html.FormTag
-
Return the style identifier for this tag.
- getStyleId() - Method in class org.apache.struts.taglib.html.OptionTag
-
Return the style identifier for this tag.
- getSuffix() - Method in class org.apache.struts.config.ActionConfig
-
Return suffix used to match request parameter names to form bean property
names, if any.
- getSuffix() - Method in class org.apache.struts.taglib.html.ErrorsTag
-
- getTabindex() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the tabIndex value.
- GetTag - Class in org.apache.struts.taglib.tiles
-
This is the tag handler for <tiles:get>, which gets
content from the request scope and either includes the content or prints
it, depending upon the value of the content's direct
attribute.
- GetTag() - Constructor for class org.apache.struts.taglib.tiles.GetTag
-
Constructor.
- getTarget() - Method in class org.apache.struts.taglib.html.BaseTag
-
- getTarget() - Method in class org.apache.struts.taglib.html.FormTag
-
Return the window target.
- getTarget() - Method in class org.apache.struts.taglib.html.LinkTag
-
- getTempDir() - Method in class org.apache.struts.config.ControllerConfig
-
- getTemplate() - Method in class org.apache.struts.taglib.tiles.DefinitionTagSupport
-
Get the template.
- getTemplate() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Access method for the template property.
- getTextElements() - Method in class org.apache.struts.upload.CommonsMultipartRequestHandler
-
Returns a hash table containing the text (that is, non-file) request
parameters.
- getTextElements() - Method in class org.apache.struts.upload.DiskMultipartRequestHandler
-
Deprecated.
- getTextElements() - Method in interface org.apache.struts.upload.MultipartRequestHandler
-
This method is called on to retrieve all the text
input elements of the request.
- getTilesUtil() - Static method in class org.apache.struts.tiles.TilesUtil
-
Get the real implementation.
- getTilesUtilImplClassname() - Method in class org.apache.struts.tiles.TilesPlugin
-
Get Tiles util implemention classname.
- getTitle() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the advisory title attribute.
- getTitleKey() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Returns the message resources key of the advisory title.
- getToken() - Method in class org.apache.struts.config.ConfigHelper
-
The transaction token stored in this session, if it is used.
- getToken() - Method in interface org.apache.struts.config.ConfigHelperInterface
-
The transaction token stored in this session, if it is used.
- getTooltip() - Method in interface org.apache.struts.tiles.beans.MenuItem
-
Get tooltip property.
- getTooltip() - Method in class org.apache.struts.tiles.beans.SimpleMenuItem
-
Get tooltip property.
- getToScope() - Method in class org.apache.struts.taglib.bean.DefineTag
-
- getTransaction() - Method in class org.apache.struts.taglib.bean.IncludeTag
-
- getTransaction() - Method in class org.apache.struts.taglib.html.LinkTag
-
- getTransaction() - Method in class org.apache.struts.taglib.logic.RedirectTag
-
- getType() - Method in class org.apache.struts.config.ActionConfig
-
- getType() - Method in class org.apache.struts.config.DataSourceConfig
-
- getType() - Method in class org.apache.struts.config.ExceptionConfig
-
- getType() - Method in class org.apache.struts.config.FormBeanConfig
-
- getType() - Method in class org.apache.struts.config.FormPropertyConfig
-
- getType() - Method in class org.apache.struts.taglib.bean.DefineTag
-
- getType() - Method in class org.apache.struts.taglib.logic.IterateTag
-
- getType() - Method in class org.apache.struts.taglib.tiles.PutTag
-
Get type.
- getTypeClass() - Method in class org.apache.struts.config.FormPropertyConfig
-
Return a Class corresponds to the value specified for the
type
property, taking into account the trailing "[]"
for arrays (as well as the ability to specify primitive Java types).
- getUnknown() - Method in class org.apache.struts.config.ActionConfig
-
Determine whether Action is configured as the default one for this
module.
- getUsemap() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getUser() - Method in class org.apache.struts.taglib.logic.ConditionalTagBase
-
- getUserLocale(PageContext, String) - Method in class org.apache.struts.taglib.TagUtils
-
Look up and return current user locale, based on the specified parameters.
- getUserLocale(HttpServletRequest, String) - Static method in class org.apache.struts.util.RequestUtils
-
Look up and return current user locale, based on the specified parameters.
- getUserPrincipal() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- getValidate() - Method in class org.apache.struts.config.ActionConfig
-
- getValidationKey(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.validator.BeanValidatorForm
-
Returns the Validation key
- getValidationKey(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.validator.DynaValidatorActionForm
-
Returns the Validation key.
- getValidationKey(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.validator.DynaValidatorForm
-
Returns the Validation key.
- getValidationKey(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.validator.ValidatorActionForm
-
Returns the Validation key.
- getValidationKey(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.validator.ValidatorForm
-
Returns the Validation key.
- getValidatorResources(ServletContext, HttpServletRequest) - Static method in class org.apache.struts.validator.Resources
-
Retrieve ValidatorResources
for the current module.
- getValidatorResults() - Method in class org.apache.struts.validator.DynaValidatorForm
-
Get results of the validation performed by the
Validator
.
- getValidatorResults() - Method in class org.apache.struts.validator.ValidatorForm
-
Get results of the validation performed by the
Validator
.
- getValue() - Method in class org.apache.struts.taglib.bean.CookieTag
-
- getValue() - Method in class org.apache.struts.taglib.bean.DefineTag
-
- getValue() - Method in class org.apache.struts.taglib.bean.HeaderTag
-
- getValue() - Method in class org.apache.struts.taglib.bean.ParameterTag
-
- getValue() - Method in class org.apache.struts.taglib.html.BaseInputTag
-
Return the field value (if any).
- getValue() - Method in class org.apache.struts.taglib.html.CheckboxTag
-
Return the server value.
- getValue() - Method in class org.apache.struts.taglib.html.MultiboxTag
-
Return the server value.
- getValue() - Method in class org.apache.struts.taglib.html.OptionsCollectionTag
-
- getValue() - Method in class org.apache.struts.taglib.html.OptionTag
-
- getValue() - Method in class org.apache.struts.taglib.html.RadioTag
-
Return the server value.
- getValue() - Method in class org.apache.struts.taglib.html.SelectTag
-
Return the comparison value.
- getValue() - Method in class org.apache.struts.taglib.html.SubmitTag
-
Return the label value.
- getValue() - Method in class org.apache.struts.taglib.logic.CompareTagBase
-
- getValue() - Method in class org.apache.struts.taglib.logic.MatchTag
-
- getValue() - Method in class org.apache.struts.taglib.tiles.PutTag
-
Get value.
- getValue() - Method in interface org.apache.struts.tiles.AttributeDefinition
-
Return value hold by this typed attribute.
- getValue() - Method in interface org.apache.struts.tiles.beans.MenuItem
-
Get value property.
- getValue() - Method in class org.apache.struts.tiles.beans.SimpleMenuItem
-
Get value property.
- getValue() - Method in class org.apache.struts.tiles.UntypedAttribute
-
Get value.
- getValue() - Method in class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Access method for the value property.
- getValue() - Method in class org.apache.struts.upload.MultipartElement
-
Deprecated.
Returns the value of this multipart element.
- getValue() - Method in class org.apache.struts.util.LabelValueBean
-
- getValues() - Method in class org.apache.struts.action.ActionMessage
-
Get the replacement values for this message.
- getVariableInfo(TagData) - Method in class org.apache.struts.taglib.bean.CookieTei
-
Return information about the scripting variables to be created.
- getVariableInfo(TagData) - Method in class org.apache.struts.taglib.bean.DefineTei
-
Return information about the scripting variables to be created.
- getVariableInfo(TagData) - Method in class org.apache.struts.taglib.bean.HeaderTei
-
Return information about the scripting variables to be created.
- getVariableInfo(TagData) - Method in class org.apache.struts.taglib.bean.IncludeTei
-
Return information about the scripting variables to be created.
- getVariableInfo(TagData) - Method in class org.apache.struts.taglib.bean.PageTei
-
Return information about the scripting variables to be created.
- getVariableInfo(TagData) - Method in class org.apache.struts.taglib.bean.ParameterTei
-
Return information about the scripting variables to be created.
- getVariableInfo(TagData) - Method in class org.apache.struts.taglib.bean.ResourceTei
-
Return information about the scripting variables to be created.
- getVariableInfo(TagData) - Method in class org.apache.struts.taglib.bean.SizeTei
-
Return information about the scripting variables to be created.
- getVariableInfo(TagData) - Method in class org.apache.struts.taglib.bean.StrutsTei
-
Return information about the scripting variables to be created.
- getVariableInfo(TagData) - Method in class org.apache.struts.taglib.html.MessagesTei
-
Return information about the scripting variables to be created.
- getVariableInfo(TagData) - Method in class org.apache.struts.taglib.logic.IterateTei
-
Return information about the scripting variables to be created.
- getVariableInfo(TagData) - Method in class org.apache.struts.taglib.nested.bean.NestedDefineTei
-
Return information about the scripting variables to be created.
- getVariableInfo(TagData) - Method in class org.apache.struts.taglib.nested.logic.NestedIterateTei
-
Return information about the scripting variables to be created.
- getVariableInfo(TagData) - Method in class org.apache.struts.taglib.nested.NestedWriteNestingTei
-
Return information about the scripting variables to be created.
- getVariableInfo(TagData) - Method in class org.apache.struts.taglib.tiles.UseAttributeTei
-
Return information about the scripting variables to be created.
- getVspace() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getWidth() - Method in class org.apache.struts.taglib.html.ImgTag
-
- getWrite() - Method in class org.apache.struts.taglib.html.HiddenTag
-
- getX() - Method in class org.apache.struts.util.ImageButtonBean
-
- getXhtml() - Method in class org.apache.struts.taglib.html.HtmlTag
-
- getY() - Method in class org.apache.struts.util.ImageButtonBean
-
- GLOBAL_ERROR - Static variable in class org.apache.struts.action.ActionErrors
-
Deprecated.
Use ActionMessages.GLOBAL_MESSAGE instead. This will be
removed after Struts 1.2.
- GLOBAL_MESSAGE - Static variable in class org.apache.struts.action.ActionMessages
-
The "property name" marker to use for global messages, as opposed to
those related to a specific property.
- GlobalForwardFactory - Class in org.apache.struts.config
-
An object creation factory which creates global forward instances, taking
into account the default class name, which may have been specified on the
parent element and which is made available through the object on the top
of the stack, which must be a
org.apache.struts.config.ModuleConfig
.
- GlobalForwardFactory() - Constructor for class org.apache.struts.config.GlobalForwardFactory
-
- Globals - Class in org.apache.struts
-
Global manifest constants for the entire Struts Framework.
- Globals() - Constructor for class org.apache.struts.Globals
-
- GREATER_EQUAL - Variable in class org.apache.struts.validator.validwhen.ValidWhenParser
-
- GREATER_THAN - Variable in class org.apache.struts.validator.validwhen.ValidWhenParser
-
- GREATEREQUALSIGN - Static variable in interface org.apache.struts.validator.validwhen.ValidWhenParserTokenTypes
-
- GreaterEqualTag - Class in org.apache.struts.taglib.logic
-
Evaluate the nested body content of this tag if the specified variable
is greater than or equal to the specified value.
- GreaterEqualTag() - Constructor for class org.apache.struts.taglib.logic.GreaterEqualTag
-
- GREATERTHANSIGN - Static variable in interface org.apache.struts.validator.validwhen.ValidWhenParserTokenTypes
-
- GreaterThanTag - Class in org.apache.struts.taglib.logic
-
Evaluate the nested body content of this tag if the specified variable
is greater than the specified value.
- GreaterThanTag() - Constructor for class org.apache.struts.taglib.logic.GreaterThanTag
-
- I18nFactorySet - Class in org.apache.struts.tiles.xmlDefinition
-
Definitions factory.
- I18nFactorySet() - Constructor for class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Parameterless Constructor.
- I18nFactorySet(ServletContext, Map) - Constructor for class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Constructor.
- icon - Variable in class org.apache.struts.tiles.beans.SimpleMenuItem
-
- iCount - Variable in class org.apache.struts.action.ActionMessages
-
The current number of the property/key being added.
- id - Variable in class org.apache.struts.taglib.bean.CookieTag
-
The name of the scripting variable that will be exposed as a page
scope attribute.
- id - Variable in class org.apache.struts.taglib.bean.DefineTag
-
The name of the scripting variable that will be exposed as a page
scope attribute.
- id - Variable in class org.apache.struts.taglib.bean.HeaderTag
-
The name of the scripting variable that will be exposed as a page
scope attribute.
- id - Variable in class org.apache.struts.taglib.bean.IncludeTag
-
The name of the scripting variable that will be exposed as a page
scope attribute.
- id - Variable in class org.apache.struts.taglib.bean.PageTag
-
The name of the scripting variable that will be exposed as a page
scope attribute.
- id - Variable in class org.apache.struts.taglib.bean.ParameterTag
-
The name of the scripting variable that will be exposed as a page
scope attribute.
- id - Variable in class org.apache.struts.taglib.bean.ResourceTag
-
The name of the scripting variable that will be exposed as a page
scope attribute.
- id - Variable in class org.apache.struts.taglib.bean.SizeTag
-
The name of the scripting variable that will be exposed as a page
scope attribute.
- id - Variable in class org.apache.struts.taglib.bean.StrutsTag
-
The name of the scripting variable that will be exposed as a page
scope attribute.
- id - Variable in class org.apache.struts.taglib.html.MessagesTag
-
The name of the scripting variable to be exposed.
- id - Variable in class org.apache.struts.taglib.logic.IterateTag
-
The name of the scripting variable to be exposed.
- id - Variable in class org.apache.struts.taglib.nested.NestedWriteNestingTag
-
- id - Variable in class org.apache.struts.taglib.tiles.DefinitionTag
-
Definition identifier.
- identifier() - Method in class org.apache.struts.validator.validwhen.ValidWhenParser
-
- IDENTIFIER - Static variable in interface org.apache.struts.validator.validwhen.ValidWhenParserTokenTypes
-
- idName - Variable in class org.apache.struts.taglib.html.RadioTag
-
Name of the bean (in some scope) that will return the
value of the radio tag.
- ignore - Variable in class org.apache.struts.taglib.bean.WriteTag
-
Should we ignore missing beans and simply output nothing?
- ImageButtonBean - Class in org.apache.struts.util
-
A simple JavaBean to encapsulate the request parameters sent for an HTML
input element of type image.
- ImageButtonBean() - Constructor for class org.apache.struts.util.ImageButtonBean
-
Construct an instance with empty property values.
- ImageButtonBean(String, String) - Constructor for class org.apache.struts.util.ImageButtonBean
-
Construct an instance with the supplied property values.
- imageName - Variable in class org.apache.struts.taglib.html.ImgTag
-
The image name for named images.
- ImageTag - Class in org.apache.struts.taglib.html
-
Tag for input fields of type "image".
- ImageTag() - Constructor for class org.apache.struts.taglib.html.ImageTag
-
- ImgTag - Class in org.apache.struts.taglib.html
-
Generate an IMG tag to the specified image URI.
- ImgTag() - Constructor for class org.apache.struts.taglib.html.ImgTag
-
- implAlreadySet - Static variable in class org.apache.struts.tiles.TilesUtil
-
Flag to know if internal implementation has been set by the setter method
- ImportAttributeTag - Class in org.apache.struts.taglib.tiles
-
Import attribute from component to requested scope.
- ImportAttributeTag() - Constructor for class org.apache.struts.taglib.tiles.ImportAttributeTag
-
- in - Variable in class org.apache.struts.upload.MultipartValueStream
-
Deprecated.
the underlying stream
- include - Variable in class org.apache.struts.config.ActionConfig
-
Context-relative path of the web application resource that will process
this request via RequestDispatcher.include(), instead of instantiating
and calling the Action
class specified by "type".
- INCLUDE_PATH_INFO - Static variable in class org.apache.struts.action.RequestProcessor
-
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.action.RequestProcessor
-
The request attribute under which the servlet path information is stored
for processing during a RequestDispatcher.include
call.
- IncludeAction - Class in org.apache.struts.actions
-
An Action that includes the context-relative
URI specified by the parameter
property of our associated
ActionMapping
.
- IncludeAction() - Constructor for class org.apache.struts.actions.IncludeAction
-
- IncludeTag - Class in org.apache.struts.taglib.bean
-
Define the contents of a specified intra-application request as a
page scope attribute of type java.lang.String
.
- IncludeTag() - Constructor for class org.apache.struts.taglib.bean.IncludeTag
-
- IncludeTei - Class in org.apache.struts.taglib.bean
-
Implementation of TagExtraInfo
for the include
tag, identifying the scripting object(s) to be made visible.
- IncludeTei() - Constructor for class org.apache.struts.taglib.bean.IncludeTei
-
- index - Variable in class org.apache.struts.validator.validwhen.ValidWhenParser
-
- indexed - Variable in class org.apache.struts.taglib.html.BaseHandlerTag
-
Whether to created indexed names for fields
- indexId - Variable in class org.apache.struts.taglib.html.LinkTag
-
Name of parameter to generate to hold index number
- indexId - Variable in class org.apache.struts.taglib.logic.IterateTag
-
The name of the scripting variable to be exposed as the current index.
- indexOfArray(int[], int, int, char[], int) - Method in class org.apache.struts.util.WildcardHelper
-
Get the offset of a part of an int array within a char array.
- inherit - Variable in class org.apache.struts.tiles.xmlDefinition.XmlDefinition
-
Extends attribute value.
- init() - Method in class org.apache.struts.action.ActionServlet
-
Initialize this servlet.
- init(ActionServlet, ModuleConfig) - Method in interface org.apache.struts.action.PlugIn
-
Receive notification that the specified module is being
started up.
- init(ActionServlet, ModuleConfig) - Method in class org.apache.struts.action.RequestProcessor
-
Initialize this request processor instance.
- init(ActionServlet, ModuleConfig) - Method in class org.apache.struts.plugins.DigestingPlugIn
-
Initialize a Digester
and use it to parse a
configuration file, resulting in a root object which will be placed into
the ServletContext.
- init(ActionServlet, ModuleConfig) - Method in class org.apache.struts.plugins.ModuleConfigVerifier
-
- init(DefinitionsFactoryConfig, ServletContext) - Method in class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Call underlying factory init method.
- init(DefinitionsFactoryConfig, ServletContext) - Method in interface org.apache.struts.tiles.DefinitionsFactory
-
Init definition factory.
- init(ActionServlet, ModuleConfig) - Method in class org.apache.struts.tiles.TilesPlugin
-
Receive notification that the specified module is being
started up.
- init(ActionServlet, ModuleConfig) - Method in class org.apache.struts.tiles.TilesRequestProcessor
-
Initialize this request processor instance.
- init(ActionServlet, ModuleConfig) - Method in class org.apache.struts.validator.ValidatorPlugIn
-
Initialize and load our resources.
- initConfigDigester() - Method in class org.apache.struts.action.ActionServlet
-
Create (if needed) and return a new Digester
instance that has been initialized to process Struts module
configuration files and configure a corresponding ModuleConfig
object (which must be pushed on to the evaluation stack before parsing
begins).
- initDefinitionsFactory(ServletContext, ModuleConfig, DefinitionsFactoryConfig) - Method in class org.apache.struts.tiles.TilesPlugin
-
Initialize the DefinitionsFactory this module will use.
- initDefinitionsMapping() - Method in class org.apache.struts.tiles.TilesRequestProcessor
-
Read component instance mapping configuration file.
- InitDefinitionsTag - Class in org.apache.struts.taglib.tiles
-
Init definitions factory.
- InitDefinitionsTag() - Constructor for class org.apache.struts.taglib.tiles.InitDefinitionsTag
-
Default constructor.
- initDigester(Digester) - Method in class org.apache.struts.tiles.xmlDefinition.XmlParser
-
Init digester.
- initDigesterForComponentsDefinitionsSyntax(Digester) - Method in class org.apache.struts.tiles.xmlDefinition.XmlParser
-
Init digester for components syntax.
- initDigesterForInstancesSyntax(Digester) - Method in class org.apache.struts.tiles.xmlDefinition.XmlParser
-
Init digester in order to parse instances definition file syntax.
- initDigesterForTilesDefinitionsSyntax(Digester) - Method in class org.apache.struts.tiles.xmlDefinition.XmlParser
-
Init digester for Tiles syntax.
- initFactory(ServletContext, Map) - Method in interface org.apache.struts.tiles.ComponentDefinitionsFactory
-
Deprecated.
Init factory.
- initFactory(ServletContext, Map) - Method in class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
Init factory.
- initFactory(ServletContext, Map) - Method in class org.apache.struts.tiles.xmlDefinition.FactorySet
-
Init factory set.
- initFactory(ServletContext, Map) - Method in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Initialization method.
- initFactory(ServletContext, String) - Method in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Initialization method.
- initFormBean() - Method in class org.apache.struts.taglib.html.FormTag
-
Locate or create the bean associated with our form.
- initial - Variable in class org.apache.struts.config.FormPropertyConfig
-
String representation of the initial value for this property.
- initial() - Method in class org.apache.struts.config.FormPropertyConfig
-
Return an object representing the initial value of this property.
- initialize(ActionMapping) - Method in class org.apache.struts.action.DynaActionForm
-
Initialize all bean properties to their initial values, as specified
in the
FormPropertyConfig
elements associated with the
definition of this
DynaActionForm
.
- initialize(FormBeanConfig) - Method in class org.apache.struts.action.DynaActionForm
-
- initializeDigester() - Method in class org.apache.struts.plugins.DigestingPlugIn
-
Initialize the Digester
which will be used to process the
main configuration.
- initializeParameters() - Method in class org.apache.struts.action.ActionRedirect
-
Initializes the internal objects
used to hold parameter values.
- initInternal() - Method in class org.apache.struts.action.ActionServlet
-
Initialize our internal MessageResources bundle.
- initLookupMap(HttpServletRequest, Locale) - Method in class org.apache.struts.actions.LookupDispatchAction
-
This is the first time this Locale is used so build the reverse lookup Map.
- initModuleConfig(String, String) - Method in class org.apache.struts.action.ActionServlet
-
Initialize the module configuration information for the
specified module.
- initModuleConfigFactory() - Method in class org.apache.struts.action.ActionServlet
-
Initialize the factory used to create the module configuration.
- initModuleDataSources(ModuleConfig) - Method in class org.apache.struts.action.ActionServlet
-
Initialize the data sources for the specified module.
- initModuleMessageResources(ModuleConfig) - Method in class org.apache.struts.action.ActionServlet
-
Initialize the application MessageResources
for the specified
module.
- initModulePlugIns(ModuleConfig) - Method in class org.apache.struts.action.ActionServlet
-
Initialize the plug ins for the specified module.
- initModulePrefixes(ServletContext) - Method in class org.apache.struts.action.ActionServlet
-
Saves a String[] of module prefixes in the ServletContext under
Globals.MODULE_PREFIXES_KEY.
- initOther() - Method in class org.apache.struts.action.ActionServlet
-
Initialize other global characteristics of the controller servlet.
- initRequestProcessorClass(ModuleConfig) - Method in class org.apache.struts.tiles.TilesPlugin
-
- initResources() - Method in class org.apache.struts.validator.ValidatorPlugIn
-
Initialize the validator resources for this module.
- initServlet() - Method in class org.apache.struts.action.ActionServlet
-
Initialize the servlet mapping under which our controller servlet
is being accessed.
- initTilesUtil() - Method in class org.apache.struts.tiles.TilesPlugin
-
Set TilesUtil implementation according to properties 'tilesUtilImplClassname'
and 'moduleAware'.
- initValidator(String, Object, ServletContext, HttpServletRequest, ActionMessages, int) - Static method in class org.apache.struts.validator.Resources
-
Initialize the Validator
to perform validation.
- input - Variable in class org.apache.struts.config.ActionConfig
-
Context-relative path of the input form to which control should be
returned if a validation error is encountered.
- input - Variable in class org.apache.struts.taglib.bean.ResourceTag
-
Return an InputStream to the specified resource if this is non-null.
- inputForward - Variable in class org.apache.struts.config.ControllerConfig
-
Should the
input
property of
ActionConfig
instances associated with this module be treated as the
name of a corresponding
ForwardConfig
.
- inputStream - Variable in class org.apache.struts.upload.BufferedMultipartInputStream
-
Deprecated.
The underlying InputStream used by this class
- inputStream - Variable in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
The InputStream to read from.
- inputStream - Variable in class org.apache.struts.upload.MultipartIterator
-
Deprecated.
The InputStream to use to read the multipart data.
- InsertTag - Class in org.apache.struts.taglib.tiles
-
This is the tag handler for <tiles:insert>, which includes
a template.
- InsertTag() - Constructor for class org.apache.struts.taglib.tiles.InsertTag
-
- InsertTag.DirectStringHandler - Class in org.apache.struts.taglib.tiles
-
Handle insert direct string.
- InsertTag.DirectStringHandler(Object) - Constructor for class org.apache.struts.taglib.tiles.InsertTag.DirectStringHandler
-
Constructor.
- InsertTag.InsertHandler - Class in org.apache.struts.taglib.tiles
-
Real handler, after attribute resolution.
- InsertTag.InsertHandler(Map, String, String, Controller) - Constructor for class org.apache.struts.taglib.tiles.InsertTag.InsertHandler
-
Constructor.
- InsertTag.InsertHandler(String, String, Controller) - Constructor for class org.apache.struts.taglib.tiles.InsertTag.InsertHandler
-
Constructor.
- InsertTag.TagHandler - Interface in org.apache.struts.taglib.tiles
-
Inner Interface.
- instance - Static variable in class org.apache.struts.taglib.TagUtils
-
The Singleton instance.
- instance - Static variable in class org.apache.struts.util.ModuleUtils
-
The Singleton instance.
- instance - Static variable in class org.apache.struts.util.TokenProcessor
-
The singleton instance of this class.
- INT_FORMAT_KEY - Static variable in class org.apache.struts.taglib.bean.WriteTag
-
The key to search default format string for int (byte, short, etc.) in resources.
- integer() - Method in class org.apache.struts.validator.validwhen.ValidWhenParser
-
- internal - Variable in class org.apache.struts.action.ActionServlet
-
The resources object for our internal resources.
- internalModuleRelativeForward(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.action.RequestProcessor
-
Do a module relative forward to specified URI using request dispatcher.
- internalModuleRelativeForward(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles.TilesRequestProcessor
-
Catch the call to a module relative forward.
- internalModuleRelativeInclude(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.action.RequestProcessor
-
Do a module relative include to specified URI using request dispatcher.
- internalModuleRelativeInclude(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles.TilesRequestProcessor
-
Do a module relative include to specified uri using request dispatcher.
- internalName - Variable in class org.apache.struts.action.ActionServlet
-
The Java base name of our internal resources.
- introspect(FormBeanConfig) - Method in class org.apache.struts.action.DynaActionFormClass
-
Introspect our form bean configuration to identify the supported
properties.
- InvalidCancelException - Exception in org.apache.struts.action
-
Thrown when a token generated by the Cancel tag is found in the
request, but the cancellable property for the Action Mapping is not set.
- InvalidCancelException() - Constructor for exception org.apache.struts.action.InvalidCancelException
-
Default constructor.
- InvalidCancelException(String) - Constructor for exception org.apache.struts.action.InvalidCancelException
-
Construct the exception with the specified message.
- invokeRequestMethod(String, Object[]) - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
Convenience method which uses reflection to invoke a method
on the Request.
- iOrder - Variable in class org.apache.struts.action.ActionMessages.ActionMessageItem
-
The position in the list of messages.
- isAccessed() - Method in class org.apache.struts.action.ActionMessages
-
Returns true
if the get()
or
get(String)
methods are called.
- isBeanPresent() - Method in class org.apache.struts.taglib.logic.PresentTag
-
Returns true if the bean given in the name
attribute is found.
- isBoundaryEncountered() - Method in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
Returns whether or not the boundary has been encountered while reading data.
- isCancelled(HttpServletRequest) - Method in class org.apache.struts.action.Action
-
Returns true
if the current form's cancel button was
pressed.
- isCancelled(HttpServletRequest) - Method in class org.apache.struts.actions.ActionDispatcher
-
Returns true
if the current form's cancel button was
pressed.
- isChecked() - Method in class org.apache.struts.taglib.html.CheckboxTag
-
Determines if the checkbox should be checked.
- isContextRelativeSet() - Method in class org.apache.struts.taglib.html.ImgTag
-
Deprecated.
Use module property instead; will be removed in a release after 1.2.0.
- isCookiePresent(HttpServletRequest) - Method in class org.apache.struts.taglib.logic.PresentTag
-
Returns true if the cookie is present in the request.
- isDisabled() - Method in class org.apache.struts.taglib.html.FormTag
-
Returns the disabled event handler.
- isDynaAssignable(Class, Class) - Method in class org.apache.struts.action.DynaActionForm
-
Indicates if an object of the source class is assignable to the
destination class.
- isElementFile() - Method in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
Gets whether or not the current form element being read is a file.
- isEmpty() - Method in class org.apache.struts.action.ActionMessages
-
Return true
if there are no messages recorded
in this collection, or false
otherwise.
- isEndOfStream() - Method in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
Whether or not an EOF has been read on the stream.
- isErrorIgnored - Variable in class org.apache.struts.taglib.tiles.GetAttributeTag
-
Do we ignore error if attribute is not found.
- isErrorIgnored - Variable in class org.apache.struts.taglib.tiles.ImportAttributeTag
-
Are errors ignored.
- isErrorIgnored - Variable in class org.apache.struts.taglib.tiles.InsertTag
-
Are errors ignored.
- isErrorIgnored - Variable in class org.apache.struts.taglib.tiles.UseAttributeTag
-
Are errors ignored.
- isEscape() - Method in class org.apache.struts.config.MessageResourcesConfig
-
Indicates whether 'escape processing' should be performed on
the error message string.
- isEscape() - Method in class org.apache.struts.util.MessageResources
-
Indicates whether 'escape processing' should be performed on
the error message string.
- isExtending() - Method in class org.apache.struts.tiles.xmlDefinition.XmlDefinition
-
Get extends flag.
- isFatal() - Method in class org.apache.struts.plugins.ModuleConfigVerifier
-
Return the "configuation errors are fatal" flag.
- isFile - Variable in class org.apache.struts.upload.MultipartElement
-
Deprecated.
Whether or not this element is a file.
- isFile() - Method in class org.apache.struts.upload.MultipartElement
-
Deprecated.
Is this element a file.
- isFinalBoundaryEncountered() - Method in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
Returns whether or not the final boundary has been encountered.
- ismap - Variable in class org.apache.struts.taglib.html.ImgTag
-
Server-side image map declaration.
- isMatched(String) - Method in class org.apache.struts.taglib.html.SelectTag
-
Does the specified value match one of those we are looking for?
- isMaxLengthExceeded() - Method in class org.apache.struts.upload.MultipartIterator
-
Deprecated.
Whether or not the maximum length has been exceeded by the client.
- isMaxLengthMet() - Method in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
Whether or not the maximum length has been met.
- isMessage(String) - Method in class org.apache.struts.config.ConfigHelper
-
Return true if a message string for the specified message key
is present for the user's Locale.
- isMessage(String) - Method in interface org.apache.struts.config.ConfigHelperInterface
-
Return true if a message string for the specified message key
is present for the user's Locale.
- isModuleAware() - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Get the module aware flag.
- isModuleAware() - Method in class org.apache.struts.tiles.TilesPlugin
-
Get the module aware flag.
- isPathValidation() - Method in class org.apache.struts.validator.BeanValidatorForm
-
Indicates whether this form should validate based on the ActionMapping
's path.
- isPresent(String) - Method in class org.apache.struts.util.MessageResources
-
Return true
if there is a defined message for the specified
key in the system default locale.
- isPresent(Locale, String) - Method in class org.apache.struts.util.MessageResources
-
Return true
if there is a defined message for the specified
key in the specified Locale.
- isReadonly() - Method in class org.apache.struts.taglib.html.FormTag
-
Returns the readonly event handler.
- isRequestedSessionIdFromCookie() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
Use Reflection to invoke Servlet 2.3 isRequestedSessionIdFromCookie
method on the wrapped Request.
- isRequestedSessionIdFromURL() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- isRequestedSessionIdFromUrl() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- isRequestedSessionIdValid() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- isResource() - Method in class org.apache.struts.action.ActionMessage
-
Indicate whether the key is taken to be as a bundle key [true] or literal value [false].
- isRestricted() - Method in class org.apache.struts.config.FormBeanConfig
-
Indicates whether a MutableDynaClass is currently restricted.
- isSecure() - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- isSelected() - Method in class org.apache.struts.util.ImageButtonBean
-
A convenience method to determine whether or not the corresponding image
element was selected.
- isStopOnFirstError() - Method in class org.apache.struts.validator.ValidatorPlugIn
-
Gets the value for stopOnFirstError.
- isString(Object) - Static method in class org.apache.struts.validator.FieldChecks
-
Return true
if the specified object is a String or a null
value.
- isString(Object) - Static method in class org.apache.struts.validator.validwhen.ValidWhen
-
Returns true if obj
is null or a String.
- isTilesUtilImplSet() - Static method in class org.apache.struts.tiles.TilesUtil
-
Getter to know if the underlying implementation is already set to another
value than the default value.
- isTokenValid(HttpServletRequest) - Method in class org.apache.struts.action.Action
-
Return true
if there is a transaction token stored in
the user's current session, and the value submitted as a request
parameter with this action matches it.
- isTokenValid(HttpServletRequest, boolean) - Method in class org.apache.struts.action.Action
-
Return true
if there is a transaction token stored in
the user's current session, and the value submitted as a request
parameter with this action matches it.
- isTokenValid(HttpServletRequest) - Method in class org.apache.struts.util.TokenProcessor
-
Return true
if there is a transaction token stored in
the user's current session, and the value submitted as a request
parameter with this action matches it.
- isTokenValid(HttpServletRequest, boolean) - Method in class org.apache.struts.util.TokenProcessor
-
Return true
if there is a transaction token stored in
the user's current session, and the value submitted as a request
parameter with this action matches it.
- isUseLocalEncoding() - Method in class org.apache.struts.taglib.bean.IncludeTag
-
- isUseLocalEncoding() - Method in class org.apache.struts.taglib.html.ImgTag
-
- isUseLocalEncoding() - Method in class org.apache.struts.taglib.html.LinkTag
-
- isUseLocalEncoding() - Method in class org.apache.struts.taglib.logic.RedirectTag
-
- isUserInRole(String) - Method in class org.apache.struts.upload.MultipartRequestWrapper
-
- isValidating() - Method in class org.apache.struts.action.ActionServlet
-
Check the status of the validating
initialization parameter.
- isValidatingParser - Variable in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Do we want validating parser.
- isVisited - Variable in class org.apache.struts.tiles.xmlDefinition.XmlDefinition
-
Used for resolving inheritance.
- isXhtml() - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Allows HTML tags to find out if they're nested within an %lt;html:html> tag that
has xhtml set to true.
- isXhtml() - Method in class org.apache.struts.taglib.html.FormTag
-
Returns true if this tag should render as xhtml.
- isXhtml() - Method in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
Returns true if this is an xhtml page.
- isXhtml(PageContext) - Method in class org.apache.struts.taglib.TagUtils
-
Returns true if the custom tags are in XHTML mode.
- isXhtml(PageContext) - Static method in class org.apache.struts.util.RequestUtils
-
- IterateTag - Class in org.apache.struts.taglib.logic
-
Custom tag that iterates the elements of a collection, which can be
either an attribute or the property of an attribute.
- IterateTag() - Constructor for class org.apache.struts.taglib.logic.IterateTag
-
- IterateTei - Class in org.apache.struts.taglib.logic
-
Implementation of TagExtraInfo
for the iterate
tag, identifying the scripting object(s) to be made visible.
- IterateTei() - Constructor for class org.apache.struts.taglib.logic.IterateTei
-
- iterator - Variable in class org.apache.struts.taglib.html.MessagesTag
-
Iterator of the elements of this error collection, while we are actually
running.
- iterator - Variable in class org.apache.struts.taglib.logic.IterateTag
-
Iterator of the elements of this collection, while we are actually
running.
- IteratorAdapter - Class in org.apache.struts.util
-
Utility method for converting Enumeration to an Iterator
class.
- IteratorAdapter(Enumeration) - Constructor for class org.apache.struts.util.IteratorAdapter
-
- main(String[]) - Static method in class org.apache.struts.tiles.xmlDefinition.XmlParser
-
Main method to check file syntax.
- makeDefinitionsFactoryAccessible(DefinitionsFactory, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilImpl
-
Make definition factory accessible to Tags.
- makeDefinitionsFactoryAccessible(DefinitionsFactory, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilStrutsModulesImpl
-
Make definition factory accessible to tags.
- mapping - Variable in class org.apache.struts.taglib.bean.StrutsTag
-
The name of the ActionMapping
object to be exposed.
- mapping - Variable in class org.apache.struts.taglib.html.FormTag
-
The ActionMapping defining where we will be submitting this form
- mapping - Variable in class org.apache.struts.upload.CommonsMultipartRequestHandler
-
The action mapping with which this handler is associated.
- mapping - Variable in class org.apache.struts.upload.DiskMultipartRequestHandler
-
Deprecated.
The ActionMapping instance used for this class.
- MAPPING_FLAVOR - Static variable in class org.apache.struts.actions.ActionDispatcher
-
Indicates "mapping" dispatch flavor
- MAPPING_KEY - Static variable in class org.apache.struts.Globals
-
The request attributes key under which our
org.apache.struts.ActionMapping
instance
is passed.
- MappingDispatchAction - Class in org.apache.struts.actions
-
An abstract Action that dispatches to a public
method that is named by the parameter
attribute of
the corresponding ActionMapping.
- MappingDispatchAction() - Constructor for class org.apache.struts.actions.MappingDispatchAction
-
- marginheight - Variable in class org.apache.struts.taglib.html.FrameTag
-
The margin height in pixels, or zero for no setting.
- marginwidth - Variable in class org.apache.struts.taglib.html.FrameTag
-
The margin width in pixels, or null for no setting.
- mark(int) - Method in class org.apache.struts.upload.BufferedMultipartInputStream
-
Deprecated.
This method calls on the mark() method of the underlying InputStream
- mark(int) - Method in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
Marks the underlying stream.
- markSupported() - Method in class org.apache.struts.upload.BufferedMultipartInputStream
-
Deprecated.
This method calls on the markSupported() method of the underlying InputStream
- match(String) - Method in class org.apache.struts.config.ActionConfigMatcher
-
Matches the path against the compiled wildcard patterns.
- match - Variable in class org.apache.struts.taglib.html.SelectTag
-
The actual values we will match against, calculated in doStartTag().
- match(Map, String, int[]) - Method in class org.apache.struts.util.WildcardHelper
-
Match a pattern agains a string and isolates wildcard replacement into a
Stack
.
- MATCH_BEGIN - Static variable in class org.apache.struts.util.WildcardHelper
-
The int representing begin in the pattern int []
.
- MATCH_END - Static variable in class org.apache.struts.util.WildcardHelper
-
The int value that terminates the pattern int []
.
- MATCH_FILE - Static variable in class org.apache.struts.util.WildcardHelper
-
The int representing '*' in the pattern int []
.
- MATCH_PATH - Static variable in class org.apache.struts.util.WildcardHelper
-
The int representing '**' in the pattern int []
.
- MATCH_THEEND - Static variable in class org.apache.struts.util.WildcardHelper
-
The int representing end in pattern int []
.
- matchArray(int[], int, int, char[], int) - Method in class org.apache.struts.util.WildcardHelper
-
Matches elements of array r from rpos to rend with array d, starting
from dpos.
- matchedBoundaryBytes - Variable in class org.apache.struts.upload.MultipartValueStream
-
Deprecated.
how many curretly matched boundary bytes?
- matcher - Variable in class org.apache.struts.config.impl.ModuleConfigImpl
-
Matches action config paths against compiled wildcard patterns
- MatchTag - Class in org.apache.struts.taglib.logic
-
Evalute the nested body content of this tag if the specified value
is a substring of the specified variable.
- MatchTag() - Constructor for class org.apache.struts.taglib.logic.MatchTag
-
- maxFileSize - Variable in class org.apache.struts.config.ControllerConfig
-
The maximum file size to process for file uploads.
- maxlength - Variable in class org.apache.struts.taglib.html.BaseInputTag
-
The maximum number of characters allowed, or negative for no limit.
- maxLength - Variable in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
The maximum length in bytes to read from the stream at a time, or -1 for unlimited length.
- maxLengthExceeded - Variable in class org.apache.struts.upload.MultipartIterator
-
Deprecated.
Whether the maximum length has been exceeded.
- MaxLengthExceededException - Exception in org.apache.struts.upload
-
Deprecated.
Use the Commons FileUpload based multipart handler instead. This
class will be removed after Struts 1.2.
- MaxLengthExceededException() - Constructor for exception org.apache.struts.upload.MaxLengthExceededException
-
Deprecated.
- MaxLengthExceededException(long) - Constructor for exception org.apache.struts.upload.MaxLengthExceededException
-
Deprecated.
- maxLengthMet - Variable in class org.apache.struts.upload.BufferedMultipartInputStream
-
Deprecated.
Whether or not bytes up to the maximum length have been read
- maxLengthMet() - Method in class org.apache.struts.upload.BufferedMultipartInputStream
-
Deprecated.
- maxLengthMet - Variable in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
Whether or not the maximum length has been met.
- maxSize - Variable in class org.apache.struts.upload.BufferedMultipartInputStream
-
Deprecated.
The maximum allowed size for the multipart data, or -1 for an unlimited
maximum file length
- maxSize - Variable in class org.apache.struts.upload.MultipartIterator
-
Deprecated.
The maximum file size in bytes allowed.
- mDECIMAL_LITERAL(boolean) - Method in class org.apache.struts.validator.validwhen.ValidWhenLexer
-
- memFileSize - Variable in class org.apache.struts.config.ControllerConfig
-
The maximum file size to retain in memory.
- MenuItem - Interface in org.apache.struts.tiles.beans
-
Interface for MenuItems.
- mEQUALSIGN(boolean) - Method in class org.apache.struts.validator.validwhen.ValidWhenLexer
-
- message(String) - Method in class org.apache.struts.config.ConfigHelper
-
Wrapper for getMessage(String)
- message(String, Object[]) - Method in class org.apache.struts.config.ConfigHelper
-
Wrapper for getMessage(String,Object[])
- message(String, String) - Method in class org.apache.struts.taglib.html.BaseHandlerTag
-
Return the text specified by the literal value or the message resources
key, if any; otherwise return null
.
- message - Variable in class org.apache.struts.taglib.html.MessagesTag
-
If this is set to 'true', then the Globals.MESSAGE_KEY
will
be used to retrieve the messages from scope.
- message - Variable in class org.apache.struts.taglib.logic.MessagesPresentTag
-
If this is set to 'true', then the Globals.MESSAGE_KEY
will
be used to retrieve the messages from scope.
- message(PageContext, String, String, String) - Method in class org.apache.struts.taglib.TagUtils
-
Look up and return a message string, based on the specified parameters.
- message(PageContext, String, String, String, Object[]) - Method in class org.apache.struts.taglib.TagUtils
-
Look up and return a message string, based on the specified parameters.
- message - Variable in exception org.apache.struts.upload.ContentLengthExceededException
-
Deprecated.
- message - Variable in exception org.apache.struts.upload.MaxLengthExceededException
-
Deprecated.
- message - Variable in exception org.apache.struts.util.ModuleException
-
The ActionMessage associated with this exception.
- message(PageContext, String, String, String) - Static method in class org.apache.struts.util.RequestUtils
-
- message(PageContext, String, String, String, Object[]) - Static method in class org.apache.struts.util.RequestUtils
-
- MESSAGE_CANNOT_RETRIEVE_BOUNDARY - Static variable in class org.apache.struts.upload.MultipartIterator
-
Deprecated.
The exception message for when the boundary of a multipart request can't be determined.
- MESSAGE_INVALID_START - Static variable in class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
- MESSAGE_KEY - Static variable in class org.apache.struts.Globals
-
The request attributes key under which your action should store an
org.apache.struts.action.ActionMessages
object, if you
are using the corresponding custom tag library elements.
- messageKey(Locale, String) - Method in class org.apache.struts.util.MessageResources
-
Compute and return a key to be used in caching information
by Locale and message key.
- messageKey(String, String) - Method in class org.apache.struts.util.MessageResources
-
Compute and return a key to be used in caching information
by locale key and message key.
- messageResources - Variable in class org.apache.struts.config.impl.ModuleConfigImpl
-
The set of message resources configurations for this
module, if any, keyed by the key
property.
- messageResources - Static variable in class org.apache.struts.taglib.html.MessagesTag
-
The message resources for this package.
- MessageResources - Class in org.apache.struts.util
-
General purpose abstract class that describes an API for retrieving
Locale-sensitive messages from underlying resource locations of an
unspecified design, and optionally utilizing the MessageFormat
class to produce internationalized messages with parametric replacement.
- MessageResources(MessageResourcesFactory, String) - Constructor for class org.apache.struts.util.MessageResources
-
Construct a new MessageResources according to the specified parameters.
- MessageResources(MessageResourcesFactory, String, boolean) - Constructor for class org.apache.struts.util.MessageResources
-
Construct a new MessageResources according to the specified parameters.
- MessageResourcesConfig - Class in org.apache.struts.config
-
A JavaBean representing the configuration information of a
<message-resources>
element in a Struts
configuration file.
- MessageResourcesConfig() - Constructor for class org.apache.struts.config.MessageResourcesConfig
-
- MessageResourcesFactory - Class in org.apache.struts.util
-
Factory for MessageResources
instances.
- MessageResourcesFactory() - Constructor for class org.apache.struts.util.MessageResourcesFactory
-
- messages - Variable in class org.apache.struts.action.ActionMessages
-
The accumulated set of ActionMessage
objects (represented
as an ArrayList) for each property, keyed by property name.
- messages - Static variable in class org.apache.struts.action.ExceptionHandler
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.actions.ActionDispatcher
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.actions.DispatchAction
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.actions.ForwardAction
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.actions.IncludeAction
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.actions.SwitchAction
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.bean.CookieTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.bean.DefineTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.bean.HeaderTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.bean.IncludeTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.bean.MessageTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.bean.PageTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.bean.ParameterTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.bean.ResourceTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.bean.SizeTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.bean.StrutsTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.bean.WriteTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.html.BaseHandlerTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.html.BaseInputTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.html.BaseTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.html.CheckboxTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.html.ErrorsTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.html.FormTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.html.HtmlTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.html.ImgTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.html.LinkTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.html.MultiboxTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.html.OptionsCollectionTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.html.OptionsTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.html.OptionTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.html.RadioTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.html.SelectTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.html.SubmitTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.logic.CompareTagBase
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.logic.ConditionalTagBase
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.logic.ForwardTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.logic.IterateTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.logic.RedirectTag
-
The message resources for this package.
- messages - Static variable in class org.apache.struts.taglib.TagUtils
-
The message resources for this package.
- messages - Variable in class org.apache.struts.util.PropertyMessageResources
-
The cache of messages we have accumulated over time, keyed by the
value calculated in messageKey()
.
- messages - Static variable in class org.apache.struts.util.ResponseUtils
-
The message resources for this package.
- MESSAGES_KEY - Static variable in class org.apache.struts.Globals
-
The base of the context attributes key under which our
module MessageResources
will be stored.
- MessagesNotPresentTag - Class in org.apache.struts.taglib.logic
-
Evalute the nested body content of this tag if the specified value
is not present for this request.
- MessagesNotPresentTag() - Constructor for class org.apache.struts.taglib.logic.MessagesNotPresentTag
-
- MessagesPresentTag - Class in org.apache.struts.taglib.logic
-
Evalute to 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.
- MessagesPresentTag() - Constructor for class org.apache.struts.taglib.logic.MessagesPresentTag
-
- MessagesTag - Class in org.apache.struts.taglib.html
-
Custom tag that iterates the elements of a message collection.
- MessagesTag() - Constructor for class org.apache.struts.taglib.html.MessagesTag
-
- MessagesTei - Class in org.apache.struts.taglib.html
-
Implementation of TagExtraInfo
for the messages
tag, identifying the scripting object(s) to be made visible.
- MessagesTei() - Constructor for class org.apache.struts.taglib.html.MessagesTei
-
- MessageTag - Class in org.apache.struts.taglib.bean
-
Custom tag that retrieves an internationalized messages string (with
optional parametric replacement) from the ActionResources
object stored as a context attribute by our associated
ActionServlet
implementation.
- MessageTag() - Constructor for class org.apache.struts.taglib.bean.MessageTag
-
- method - Variable in class org.apache.struts.taglib.html.FormTag
-
The request method used when submitting this form.
- methodName - Variable in class org.apache.struts.taglib.html.JavascriptValidatorTag
-
This will be used as is for the JavaScript validation method name if it has a value.
- methods - Variable in class org.apache.struts.actions.ActionDispatcher
-
The set of Method objects we have introspected for this class,
keyed by method name.
- methods - Variable in class org.apache.struts.actions.DispatchAction
-
The set of Method objects we have introspected for this class,
keyed by method name.
- mGREATEREQUALSIGN(boolean) - Method in class org.apache.struts.validator.validwhen.ValidWhenLexer
-
- mGREATERTHANSIGN(boolean) - Method in class org.apache.struts.validator.validwhen.ValidWhenLexer
-
- mHEX_LITERAL(boolean) - Method in class org.apache.struts.validator.validwhen.ValidWhenLexer
-
- mIDENTIFIER(boolean) - Method in class org.apache.struts.validator.validwhen.ValidWhenLexer
-
- mk_tokenSet_0() - Static method in class org.apache.struts.validator.validwhen.ValidWhenLexer
-
- mk_tokenSet_0() - Static method in class org.apache.struts.validator.validwhen.ValidWhenParser
-
- mk_tokenSet_1() - Static method in class org.apache.struts.validator.validwhen.ValidWhenLexer
-
- mk_tokenSet_1() - Static method in class org.apache.struts.validator.validwhen.ValidWhenParser
-
- mLBRACKET(boolean) - Method in class org.apache.struts.validator.validwhen.ValidWhenLexer
-
- mLESSEQUALSIGN(boolean) - Method in class org.apache.struts.validator.validwhen.ValidWhenLexer
-
- mLESSTHANSIGN(boolean) - Method in class org.apache.struts.validator.validwhen.ValidWhenLexer
-
- mLPAREN(boolean) - Method in class org.apache.struts.validator.validwhen.ValidWhenLexer
-
- mNOTEQUALSIGN(boolean) - Method in class org.apache.struts.validator.validwhen.ValidWhenLexer
-
- mOCTAL_LITERAL(boolean) - Method in class org.apache.struts.validator.validwhen.ValidWhenLexer
-
- module - Variable in class org.apache.struts.config.ForwardConfig
-
The prefix of the module to which this ForwardConfig
entry points,
which must start with a slash ("/") character.
- module - Variable in class org.apache.struts.taglib.html.ImgTag
-
The module prefix (beginning with a slash) which will be
used to find the action for this link.
- module - Variable in class org.apache.struts.taglib.html.LinkTag
-
The module prefix (beginning with a slash) which will be
used to find the action for this link.
- module - Variable in class org.apache.struts.taglib.logic.RedirectTag
-
The module prefix (beginning with a slash) which will be
used to find the action for this link.
- MODULE_KEY - Static variable in class org.apache.struts.Globals
-
The base of the context attributes key under which our
ModuleConfig
data structure will be stored.
- MODULE_PREFIXES_KEY - Static variable in class org.apache.struts.Globals
-
The ServletContext attribute under which we store the module prefixes
String[].
- moduleAware - Variable in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Specifies whether the factory is "module-aware".
- moduleAware - Variable in class org.apache.struts.tiles.TilesPlugin
-
Is the factory module aware?
- moduleConfig - Variable in class org.apache.struts.action.RequestProcessor
-
The ModuleConfiguration
with which we are associated.
- moduleConfig - Variable in class org.apache.struts.config.ActionConfig
-
The module configuration with which we are associated.
- ModuleConfig - Interface in org.apache.struts.config
-
The collection of static configuration information that describes a
Struts-based module.
- moduleConfig - Variable in class org.apache.struts.plugins.DigestingPlugIn
-
- moduleConfig - Variable in class org.apache.struts.taglib.html.FormTag
-
The module configuration for our module.
- ModuleConfigFactory - Class in org.apache.struts.config
-
- ModuleConfigFactory() - Constructor for class org.apache.struts.config.ModuleConfigFactory
-
- ModuleConfigImpl - Class in org.apache.struts.config.impl
-
The collection of static configuration information that describes a
Struts-based module.
- ModuleConfigImpl() - Constructor for class org.apache.struts.config.impl.ModuleConfigImpl
-
Constructor for ModuleConfigImpl.
- ModuleConfigImpl(String) - Constructor for class org.apache.struts.config.impl.ModuleConfigImpl
-
Construct an ModuleConfigImpl object according to the specified
parameter values.
- ModuleConfigVerifier - Class in org.apache.struts.plugins
-
Convenient implementation of
PlugIn
that performs as many
verification tests on the information stored in the
ModuleConfig
for this module as is practical.
- ModuleConfigVerifier() - Constructor for class org.apache.struts.plugins.ModuleConfigVerifier
-
- ModuleException - Exception in org.apache.struts.util
-
Used for specialized exception handling.
- ModuleException(String) - Constructor for exception org.apache.struts.util.ModuleException
-
Construct an module exception with no replacement values.
- ModuleException(String, Object) - Constructor for exception org.apache.struts.util.ModuleException
-
Construct an module exception with the specified replacement values.
- ModuleException(String, Object, Object) - Constructor for exception org.apache.struts.util.ModuleException
-
Construct an module exception with the specified replacement values.
- ModuleException(String, Object, Object, Object) - Constructor for exception org.apache.struts.util.ModuleException
-
Construct an module exception with the specified replacement values.
- ModuleException(String, Object, Object, Object, Object) - Constructor for exception org.apache.struts.util.ModuleException
-
Construct an module exception with the specified replacement values.
- ModuleException(String, Object[]) - Constructor for exception org.apache.struts.util.ModuleException
-
Construct an action error with the specified replacement values.
- ModuleUtils - Class in org.apache.struts.util
-
General purpose utility methods related to module processing.
- ModuleUtils() - Constructor for class org.apache.struts.util.ModuleUtils
-
Constructor for ModuleUtils.
- mRBRACKET(boolean) - Method in class org.apache.struts.validator.validwhen.ValidWhenLexer
-
- mRPAREN(boolean) - Method in class org.apache.struts.validator.validwhen.ValidWhenLexer
-
- mSTRING_LITERAL(boolean) - Method in class org.apache.struts.validator.validwhen.ValidWhenLexer
-
- mTHIS(boolean) - Method in class org.apache.struts.validator.validwhen.ValidWhenLexer
-
- MultiboxTag - Class in org.apache.struts.taglib.html
-
Tag for input fields of type "checkbox".
- MultiboxTag() - Constructor for class org.apache.struts.taglib.html.MultiboxTag
-
- MULTIPART_KEY - Static variable in class org.apache.struts.Globals
-
The request attributes key under which our multipart class is stored.
- MultipartBoundaryInputStream - Class in org.apache.struts.upload
-
Deprecated.
Use the Commons FileUpload based multipart handler instead. This
class will be removed after Struts 1.2.
- MultipartBoundaryInputStream() - Constructor for class org.apache.struts.upload.MultipartBoundaryInputStream
-
Deprecated.
- multipartClass - Variable in class org.apache.struts.config.ActionConfig
-
Fully qualified Java class name of the
MultipartRequestHandler
implementation class used to
process multi-part request data for this Action.
- multipartClass - Variable in class org.apache.struts.config.ControllerConfig
-
The fully qualified Java class name of the MultipartRequestHandler
class to be used.
- MultipartElement - Class in org.apache.struts.upload
-
Deprecated.
Use the Commons FileUpload based multipart handler instead. This
class will be removed after Struts 1.2.
- MultipartElement(String, String, String, File) - Constructor for class org.apache.struts.upload.MultipartElement
-
Deprecated.
Constructor for a file element.
- MultipartElement(String, String) - Constructor for class org.apache.struts.upload.MultipartElement
-
Deprecated.
Constructor for a text element.
- MultipartIterator - Class in org.apache.struts.upload
-
Deprecated.
Use the Commons FileUpload based multipart handler instead. This
class will be removed after Struts 1.2.
- MultipartIterator(HttpServletRequest) - Constructor for class org.apache.struts.upload.MultipartIterator
-
Deprecated.
Constructs a MultipartIterator with a default buffer size and no file size
limit
- MultipartIterator(HttpServletRequest, int) - Constructor for class org.apache.struts.upload.MultipartIterator
-
Deprecated.
Constructs a MultipartIterator with the specified buffer size and
no file size limit
- MultipartIterator(HttpServletRequest, int, long) - Constructor for class org.apache.struts.upload.MultipartIterator
-
Deprecated.
Constructs a MultipartIterator with the specified buffer size and
the specified file size limit in bytes
- MultipartIterator(HttpServletRequest, int, long, String) - Constructor for class org.apache.struts.upload.MultipartIterator
-
Deprecated.
- multipartRequestHandler - Variable in class org.apache.struts.action.ActionForm
-
The MultipartRequestHandler for this form, can be
null
.
- MultipartRequestHandler - Interface in org.apache.struts.upload
-
MultipartRequestHandler provides an standard interface for struts to
deal with file uploads from forms with enctypes of "multipart/form-data".
- MultipartRequestWrapper - Class in org.apache.struts.upload
-
This class functions as a wrapper around HttpServletRequest to
provide working getParameter methods for multipart requests.
- MultipartRequestWrapper(HttpServletRequest) - Constructor for class org.apache.struts.upload.MultipartRequestWrapper
-
- MultipartValueStream - Class in org.apache.struts.upload
-
Deprecated.
Use the Commons FileUpload based multipart handler instead. This
class will be removed after Struts 1.2.
- MultipartValueStream(InputStream, String) - Constructor for class org.apache.struts.upload.MultipartValueStream
-
Deprecated.
Create a stream that stops reading at the boundary
NOTE: the boundary parameter is without the trailing dashes "--".
- multiple - Variable in class org.apache.struts.taglib.bean.CookieTag
-
Return an array of Cookies if multiple
is non-null.
- multiple - Variable in class org.apache.struts.taglib.bean.HeaderTag
-
Return an array of header values if multiple
is non-null.
- multiple - Variable in class org.apache.struts.taglib.bean.ParameterTag
-
Return an array of parameter values if multiple
is
non-null.
- multiple - Variable in class org.apache.struts.taglib.html.SelectTag
-
Should multiple selections be allowed.
- mWS(boolean) - Method in class org.apache.struts.validator.validwhen.ValidWhenLexer
-