Serialized Form
-
Package org.apache.struts
-
Class org.apache.struts.Globals
class Globals extends Object implements Serializable- serialVersionUID:
- 5585920111597892090L
-
-
Package org.apache.struts.action
-
Class org.apache.struts.action.Action
class Action extends Object implements Serializable- serialVersionUID:
- 7282855522164012543L
-
Class org.apache.struts.action.ActionErrors
class ActionErrors extends ActionMessages implements Serializable- serialVersionUID:
- -962678529916763747L
-
Class org.apache.struts.action.ActionForm
class ActionForm extends Object implements Serializable- serialVersionUID:
- -7986260744524429895L
-
Class org.apache.struts.action.ActionFormBean
class ActionFormBean extends FormBeanConfig implements Serializable- serialVersionUID:
- -6870747200275478095L
-
Class org.apache.struts.action.ActionForward
class ActionForward extends ForwardConfig implements Serializable- serialVersionUID:
- 7849370054972965028L
-
Class org.apache.struts.action.ActionMapping
class ActionMapping extends ActionConfig implements Serializable- serialVersionUID:
- 2801090844264312287L
-
Class org.apache.struts.action.ActionMessage
class ActionMessage extends Object implements Serializable- serialVersionUID:
- 5038146636915080725L
-
Class org.apache.struts.action.ActionMessages
class ActionMessages extends Object implements Serializable- serialVersionUID:
- -4363118850236216381L
-
Serialized Fields
-
accessed
boolean accessed
Have the messages been retrieved from this object?
The controller uses this property to determine if session-scoped messages can be removed.
- Since:
- Struts 1.2
-
iCount
int iCount
The current number of the property/key being added. This is used to maintain the order messages are added.
-
messages
HashMap<String,
ActionMessages.ActionMessageItem> messages The accumulated set of
ActionMessage
objects (represented as an ArrayList) for each property, keyed by property name.
-
-
Class org.apache.struts.action.ActionMessages.ActionMessageItem
class ActionMessageItem extends Object implements Serializable- serialVersionUID:
- 6569527708054508739L
-
Serialized Fields
-
iOrder
int iOrder
The position in the list of messages.
-
list
List<ActionMessage> list
The list of
ActionMessage
s. -
property
String property
The property associated with
ActionMessage
.
-
-
Class org.apache.struts.action.ActionRedirect
class ActionRedirect extends ActionForward implements Serializable- serialVersionUID:
- 8517719991325106538L
-
Class org.apache.struts.action.ActionServlet
class ActionServlet extends HttpServlet implements Serializable- serialVersionUID:
- 7124895651996600297L
-
Serialized Fields
-
chainConfig
String chainConfig
Comma-separated list of context or classloader-relative path(s) that contain the configuration for the default commons-chain catalog(s).
-
config
String config
Comma-separated list of context-relative path(s) to our configuration resource(s) for the default module.
-
configDigester
org.apache.commons.digester.Digester configDigester
The Digester used to produce ModuleConfig objects from a Struts configuration file.
- Since:
- Struts 1.1
-
convertNull
boolean convertNull
The flag to request backwards-compatible conversions for form bean properties of the Java wrapper class types.
- Since:
- Struts 1.1
-
internal
MessageResources internal
The resources object for our internal resources.
-
internalName
String internalName
The Java base name of our internal resources.
- Since:
- Struts 1.1
-
registrations
String[] registrations
The set of public identifiers, and corresponding resource names, for the versions of the configuration file DTDs that we know about. There MUST be an even number of Strings in this list!
-
servletMapping
String servletMapping
The URL pattern to which we are mapped in our web application deployment descriptor.
-
servletName
String servletName
The servlet name under which we are registered in our web application deployment descriptor.
-
-
Class org.apache.struts.action.ActionServletWrapper
class ActionServletWrapper extends Object implements Serializable- serialVersionUID:
- 3775546877948572436L
-
Class org.apache.struts.action.DynaActionForm
class DynaActionForm extends ActionForm implements Serializable- serialVersionUID:
- 1726775935544475430L
-
Serialized Fields
-
dynaClass
DynaActionFormClass dynaClass
The
DynaActionFormClass
with which we are associated. -
dynaValues
HashMap<String,
Object> dynaValues The set of property values for this
DynaActionForm
, keyed by property name.
-
-
Class org.apache.struts.action.DynaActionFormClass
class DynaActionFormClass extends Object implements Serializable- serialVersionUID:
- -2521119905360425245L
-
Serialized Fields
-
config
FormBeanConfig config
The form bean configuration information for this class.
-
name
String name
The "dynamic class name" for this
DynaClass
. -
properties
org.apache.commons.beanutils.DynaProperty[] properties
The set of dynamic properties that are part of this DynaClass.
-
propertiesMap
HashMap<String,
org.apache.commons.beanutils.DynaProperty> propertiesMap The set of dynamic properties that are part of this
DynaClass
, keyed by the property name. Individual descriptor instances will be the same instances as those in theproperties
list.
-
-
Class org.apache.struts.action.ForwardingActionForward
class ForwardingActionForward extends ActionForward implements Serializable- serialVersionUID:
- 1732442504072379197L
-
Exception Class org.apache.struts.action.InvalidCancelException
class InvalidCancelException extends Exception implements Serializable- serialVersionUID:
- -7157652180106284134L
-
Class org.apache.struts.action.RedirectingActionForward
class RedirectingActionForward extends ActionForward implements Serializable- serialVersionUID:
- -2232598730866637791L
-
Class org.apache.struts.action.RequestActionMapping
class RequestActionMapping extends ActionMapping implements Serializable- serialVersionUID:
- -2442537211509475925L
-
Class org.apache.struts.action.RequestProcessor
class RequestProcessor extends Object implements Serializable- serialVersionUID:
- -6430999735913386425L
-
Serialized Fields
-
actions
HashMap<String,
Action> actions The set of
Action
instances that have been created and initialized, keyed by the fully qualified Java class name of theAction
class. -
moduleConfig
ModuleConfig moduleConfig
The
ModuleConfiguration
with which we are associated. -
servlet
ActionServlet servlet
The servlet with which we are associated.
-
-
Class org.apache.struts.action.SessionActionMapping
class SessionActionMapping extends ActionMapping implements Serializable- serialVersionUID:
- 8077946671068938742L
-
-
Package org.apache.struts.chain
-
Class org.apache.struts.chain.ComposableRequestProcessor
class ComposableRequestProcessor extends RequestProcessor implements Serializable- serialVersionUID:
- -1205090974097129899L
-
Serialized Fields
-
actionContextClass
Class<? extends ActionContext> actionContextClass
ActionContext class as cached by createActionContextInstance method. -
catalog
org.apache.commons.chain.Catalog<ActionContext> catalog
TheCatalog
containing all of the available command chains for this module. -
catalogFactory
org.apache.commons.chain.CatalogFactory<ActionContext> catalogFactory
TheCatalogFactory
from which catalog containing the the base request-processingCommand
will be retrieved. -
command
org.apache.commons.chain.Command<ActionContext> command
TheCommand
to be executed for each request. -
servletActionContextConstructor
Constructor<? extends ActionContext> servletActionContextConstructor
ActionContext constructor as cached by createActionContextInstance method.
-
-
-
Package org.apache.struts.chain.commands
-
Exception Class org.apache.struts.chain.commands.InvalidPathException
class InvalidPathException extends Exception implements Serializable- serialVersionUID:
- 5505779860386626636L
-
Serialized Fields
-
path
String path
Field for Path property.
-
-
Exception Class org.apache.struts.chain.commands.UnauthorizedActionException
class UnauthorizedActionException extends Exception implements Serializable- serialVersionUID:
- -8100433181299584507L
-
-
Package org.apache.struts.config
-
Class org.apache.struts.config.ActionConfig
class ActionConfig extends BaseConfig implements Serializable- serialVersionUID:
- -7821814205678644815L
-
Serialized Fields
-
acceptPage
Integer acceptPage
Accepted page value for multi-page validation.
If two or more page values are accepted, then acceptPage is set minimum of them.
If multi-page validation is not use, acceptPage is not set. Then multi-page validation is disabled.- Since:
- Struts 1.4.1
-
actionId
String actionId
The internal identification of this action mapping. Identifications are not inheritable and must be unique within a module.
- Since:
- Struts 1.3.6
-
attribute
String attribute
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
. -
cancellable
boolean cancellable
Can this Action be cancelled? [false]
By default, when an Action is cancelled, validation is bypassed and the Action should not execute the business operation. If a request tries to cancel an Action when cancellable is not set, a "InvalidCancelException" is thrown.
-
cancellableSet
boolean cancellableSet
Indicates whether the "cancellable " property has been set or not. -
catalog
String catalog
The name of a
commons-chain
catalog in whichcommand
should be sought. If acommand
is defined and this property is undefined, the "default" catalog will be used. This is likely to be infrequently used after a future release ofcommons-chain
supports a one-string expression of a catalog/chain combination.- Since:
- Struts 1.3.0
-
command
String command
The name of a
commons-chain
command which should be executed as part of the processing of this action.- Since:
- Struts 1.3.0
-
dispatcher
String dispatcher
The name of theDispatcher
implementation that will dispatch to the end point of this action.- Since:
- Struts 1.4
-
exceptions
HashMap<String,
ExceptionConfig> exceptions The set of exception handling configurations for this action, if any, keyed by the
type
property. -
extensionProcessed
boolean extensionProcessed
Have the inheritance values for this class been applied?
-
forward
String forward
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". Exactly one offorward
,include
, ortype
must be specified. -
forwards
HashMap<String,
ForwardConfig> forwards The set of local forward configurations for this action, if any, keyed by the
name
property. -
include
String include
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". Exactly one offorward
,include
, ortype
must be specified. -
inherit
String inherit
The path of the ActionConfig that this object should inherit properties from.
-
input
String input
Context-relative path of the input form to which control should be returned if a validation error is encountered. Required if "name" is specified and the input bean returns validation errors.
-
moduleConfig
ModuleConfig moduleConfig
The module configuration with which we are associated.
-
multipartClass
String multipartClass
Fully qualified Java class name of the
MultipartRequestHandler
implementation class used to process multi-part request data for this Action. -
name
String name
Name of the form bean, if any, associated with this Action.
-
parameter
String parameter
General purpose configuration parameter that can be used to pass extra information to the Action instance selected by this Action. Struts does not itself use this value in any way.
-
path
String path
Context-relative path of the submitted request, starting with a slash ("/") character, and omitting any filename extension if extension mapping is being used.
-
populate
String populate
Identifies conditions for automatic form population with values from HTTP request.
-
populateNames
String[] populateNames
-
prefix
String prefix
Prefix used to match request parameter names to form bean property names, if any.
-
reset
String reset
Identifies conditions for automatic form reset.
-
resetNames
String[] resetNames
-
roleNames
String[] roleNames
The set of security role names used to authorize access to this Action, as an array for faster access.
-
roles
String roles
Comma-delimited list of security role names allowed to request this Action.
-
scope
String scope
Identifier of the scope ("request" or "session") within which our form bean is accessed, if any.
-
singleton
boolean singleton
Should this action be instantiated once per module (singleton) or once per request (prototype)?
-
suffix
String suffix
Suffix used to match request parameter names to form bean property names, if any.
-
type
String type
Fully qualified Java class name of the
Action
class to be used to process requests for this mapping if theforward
andinclude
properties are not set. Exactly one offorward
,include
, ortype
must be specified. -
unknown
boolean unknown
Indicates Action be configured as the default one for this module, when true.
-
validate
boolean validate
Should the
validate()
method of the form bean associated with this action be called? -
validateSet
boolean validateSet
Indicates whether the "validate" property has been set or not.
-
-
Class org.apache.struts.config.ActionConfigMatcher
class ActionConfigMatcher extends Object implements Serializable- serialVersionUID:
- -7803926870173575845L
-
Serialized Fields
-
compiledPaths
ArrayList<org.apache.struts.config.ActionConfigMatcher.Mapping> compiledPaths
The compiled paths and their associated ActionConfig's
-
-
Class org.apache.struts.config.BaseConfig
class BaseConfig extends Object implements Serializable- serialVersionUID:
- 7059240587081363820L
-
Serialized Fields
-
configured
boolean configured
Indicates if configuration of this component been completed. TODO change protected to private and use methods provided by extenders? -
properties
Properties properties
A map of arbitrary properties configured for this component.- Since:
- Struts 1.3
-
-
Class org.apache.struts.config.ControllerConfig
class ControllerConfig extends BaseConfig implements Serializable- serialVersionUID:
- 7704474362520651283L
-
Serialized Fields
-
bufferSize
int bufferSize
The input buffer size for file uploads. -
catalog
String catalog
The chain catalog name for this module. -
command
String command
The chain command to execute for each request. -
contentType
String contentType
The content type and character encoding to be set on each response. -
fileCountMax
long fileCountMax
The maximum permitted number of files that may be uploaded in a single request. A value of -1 indicates no maximum. -
forwardPattern
String forwardPattern
The replacement pattern used to determine a context-relative URL from aForwardConfig
element. The pattern may consist of any combination of the following markers and characters:$M
- Replaced by the module prefix for the current module.$P
- Replaced by thepath
property of aForwardConfig
instance.$$
- Renders a literal dollar sign ("$") character in the resulting URL.- A dollar sign followed by any other character is reserved for future use, and both characters are silently swallowed.
- All other characters in the pattern are passed through unchanged.
If this property is set to
null
, a default pattern of$M$P
is utilized, which is backwards compatible with the hard coded functionality in prior versions. -
inputForward
boolean inputForward
Should theinput
property ofActionConfig
instances associated with this module be treated as the name of a correspondingForwardConfig
. Afalse
value treats them as a module-relative path (consistent with the hard coded behavior of earlier versions of Struts.- Since:
- Struts 1.1
-
locale
boolean locale
Should we store a Locale object in the user's session if needed? -
maxFileSize
String maxFileSize
The maximum file size to process for file uploads. -
maxSize
String maxSize
The maximum size to process a complete request for file uploads. -
maxStringLen
String maxStringLen
The maximum length of a string parameter in a multipart request. -
memFileSize
String memFileSize
The maximum file size to retain in memory. -
multipartClass
String multipartClass
The fully qualified Java class name of the MultipartRequestHandler class to be used. -
nocache
boolean nocache
Should we set no-cache HTTP headers on each response? -
pagePattern
String pagePattern
The replacement pattern used to determine a context-relative URL from thepage
attribute of Struts tags and configuration properties. The pattern may consist of any combination of the following markers and characters:$M
- Replaced by the module prefix for the current module.$P
- Replaced by thepage
attribute value being evaluated.$$
- Renders a literal dollar sign ("$") character in the resulting URL.- A dollar sign followed by any other character is reserved for future use, and both characters are silently swallowed.
- All other characters in the pattern are passed through unchanged.
If this property is set to
null
, a default pattern of$M$P
is utilized, which is backwards compatible with the hard coded functionality in prior versions. -
processorClass
String processorClass
The fully qualified class name of the RequestProcessor implementation class to be used for this module. -
tempDir
String tempDir
The temporary working directory to use for file uploads.
-
-
Class org.apache.struts.config.ExceptionConfig
class ExceptionConfig extends BaseConfig implements Serializable- serialVersionUID:
- -6269406361939618377L
-
Serialized Fields
-
bundle
String bundle
The servlet context attribute under which the message resources bundle to be used for this exception is located. If not set, the default message resources for the current module is assumed. -
extensionProcessed
boolean extensionProcessed
Have the inheritance values for this class been applied? -
handler
String handler
The fully qualified Java class name of the exception handler class which should be instantiated to handle this exception. -
inherit
String inherit
The type of the ExceptionConfig that this object should inherit properties from. -
key
String key
The message resources key specifying the error message associated with this exception. -
path
String path
The module-relative path of the resource to forward to if this exception occurs during anAction
. -
scope
String scope
The scope in which we should expose the ActionMessage for this exception handler. -
type
String type
The fully qualified Java class name of the exception that is to be handled by this handler.
-
-
Class org.apache.struts.config.FormBeanConfig
class FormBeanConfig extends BaseConfig implements Serializable- serialVersionUID:
- -2606605006051449892L
-
Serialized Fields
-
dynamic
boolean dynamic
Is the form bean class an instance of DynaActionForm with dynamic properties? -
extensionProcessed
boolean extensionProcessed
Have the inheritance values for this class been applied? -
formProperties
HashMap<String,
FormPropertyConfig> formProperties The set of FormProperty elements defining dynamic form properties for this form bean, keyed by property name. -
inherit
String inherit
The name of the FormBeanConfig that this config inherits configuration information from. -
lock
String lock
The lockable object we can synchronize on when creating DynaActionFormClass.
-
name
String name
The unique identifier of this form bean, which is used to reference this bean inActionMapping
instances as well as for the name of the request or session attribute under which the corresponding form bean instance is created or accessed. -
restricted
boolean restricted
Is this DynaClass currently restricted (for DynaBeans with a MutableDynaClass). -
type
String type
The fully qualified Java class name of the implementation class to be used or generated.
-
-
Class org.apache.struts.config.FormPropertyConfig
class FormPropertyConfig extends BaseConfig implements Serializable- serialVersionUID:
- 8436264202472421426L
-
Serialized Fields
-
initial
String initial
String representation of the initial value for this property. -
name
String name
The JavaBean property name of the property described by this element. -
reset
String reset
The conditions under which the property described by this element should be reset to its
initial
value when the form'sreset
method is called.This may be set to true (to always reset the property) or a comma-separated list of HTTP request methods.
- Since:
- Struts 1.3
-
size
int size
The size of the array to be created if this property is an array type and there is no specified
initial
value. This value must be non-negative.- Since:
- Struts 1.1
-
type
String type
The fully qualified Java class name of the implementation class of this bean property, optionally followed by[]
to indicate that the property is indexed.
-
-
Class org.apache.struts.config.ForwardConfig
class ForwardConfig extends BaseConfig implements Serializable- serialVersionUID:
- -3983809829201419914L
-
Serialized Fields
-
catalog
String catalog
The name of a
commons-chain
catalog in whichcommand
should be looked up. If this value is undefined, then the command will be looked up in the "default" catalog. This value has no meaning except in the context of thecommand
property. -
command
String command
The name of a
commons-chain
command which should be looked up and executed before Struts dispatches control to the view represented by this config. -
extensionProcessed
boolean extensionProcessed
Have the inheritance values for this class been applied? -
inherit
String inherit
The name of the ForwardConfig that this object should inherit properties from. -
module
String module
The prefix of the module to which this
ForwardConfig
entry points, which must start with a slash ("/") character.Usage note: If a forward config is used in a hyperlink, and a module is specified, the path must lead to another action and not directly to a page. This is in keeping with rule that in a modular application all links must be to an action rather than a page.
-
name
String name
The unique identifier of this forward, which is used to reference it inAction
classes. -
path
String path
The URL to which this
ForwardConfig
entry points, which must start with a slash ("/") character. It is interpreted according to the following rules:- If
contextRelative
property istrue
, the path is considered to be context-relative within the current web application (even if we are in a named module). It will be prefixed by the context path to create a server-relative URL. - If the
contextRelative
property is false, the path is considered to be the module-relative portion of the URL. It will be used as the replacement for the$P
marker in theforwardPattern
property defined on theControllerConfig
element for our current module. For the defaultforwardPattern
value of$C$M$P
, the resulting server-relative URL will be the concatenation of the context path, the module prefix, and thepath
from thisForwardConfig
.
- If
-
redirect
boolean redirect
Should a redirect be used to transfer control to the specified path?
-
-
Class org.apache.struts.config.MessageResourcesConfig
class MessageResourcesConfig extends BaseConfig implements Serializable- serialVersionUID:
- -8689874577436806101L
-
Serialized Fields
-
escape
boolean escape
Indicates whether 'escape processing' should be performed on the error message string. -
factory
String factory
Fully qualified Java class name of the MessageResourcesFactory class we should use. -
key
String key
The servlet context attributes key under which this MessageResources instance is stored. -
nullValue
boolean nullValue
Should we returnnull
for unknown message keys? -
parameter
String parameter
Parameter that is passed to thecreateResources()
method of our MessageResourcesFactory implementation.
-
-
Class org.apache.struts.config.PlugInConfig
class PlugInConfig extends Object implements Serializable- serialVersionUID:
- -7818510438622269230L
-
Serialized Fields
-
className
String className
The fully qualified Java class name of thePlugIn
implementation class being configured. -
configured
boolean configured
Has this component been completely configured? -
properties
HashMap<String,
Object> properties AMap
of the name-value pairs that will be used to configure the property values of aPlugIn
instance.
-
-
-
Package org.apache.struts.config.impl
-
Class org.apache.struts.config.impl.DefaultModuleConfigFactory
class DefaultModuleConfigFactory extends ModuleConfigFactory implements Serializable- serialVersionUID:
- 1227835615838585786L
-
Class org.apache.struts.config.impl.ModuleConfigImpl
class ModuleConfigImpl extends BaseConfig implements Serializable- serialVersionUID:
- -5742785805411686899L
-
Serialized Fields
-
actionConfigIds
HashMap<String,
ActionConfig> actionConfigIds The set of action configuration for this module, if any, keyed by the
actionId
property. -
actionConfigList
ArrayList<ActionConfig> actionConfigList
The set of action configurations for this module, if any, listed in the order in which they are added.
-
actionConfigs
Map<String,
ActionConfig> actionConfigs The set of action configurations for this module, if any, keyed by the
path
property. -
actionFormBeanClass
String actionFormBeanClass
The default class name to be used when creating action form bean instances.
-
actionForwardClass
String actionForwardClass
The default class name to be used when creating action forward instances. -
actionMappingClass
String actionMappingClass
The default class name to be used when creating action mapping instances. -
controllerConfig
ControllerConfig controllerConfig
The controller configuration object for this module.
-
exceptions
HashMap<String,
ExceptionConfig> exceptions The set of exception handling configurations for this module, if any, keyed by the
type
property. -
formBeans
HashMap<String,
FormBeanConfig> formBeans The set of form bean configurations for this module, if any, keyed by the
name
property. -
forwards
HashMap<String,
ForwardConfig> forwards The set of global forward configurations for this module, if any, keyed by the
name
property. -
matcher
ActionConfigMatcher matcher
Matches action config paths against compiled wildcard patterns
-
messageResources
HashMap<String,
MessageResourcesConfig> messageResources The set of message resources configurations for this module, if any, keyed by the
key
property. -
plugIns
ArrayList<PlugInConfig> plugIns
The set of configured plug-in Actions for this module, if any, in the order they were declared and configured.
-
prefix
String prefix
The prefix of the context-relative portion of the request URI, used to select this configuration versus others supported by the controller servlet. A configuration with a prefix of a zero-length String is the default configuration for this web module.
-
-
-
Package org.apache.struts.dispatcher
-
Class org.apache.struts.dispatcher.AbstractDispatcher
class AbstractDispatcher extends Object implements Serializable- serialVersionUID:
- 8527912438873600103L
-
Serialized Fields
-
methodResolver
MethodResolver methodResolver
-
-
Class org.apache.struts.dispatcher.AbstractEventMappingDispatcher
class AbstractEventMappingDispatcher extends AbstractMappingDispatcher implements Serializable- serialVersionUID:
- -8559616664806617100L
-
Class org.apache.struts.dispatcher.AbstractMappingDispatcher
class AbstractMappingDispatcher extends AbstractDispatcher implements Serializable- serialVersionUID:
- 1882936058355907522L
-
Serialized Fields
-
defaultMappingParameter
String defaultMappingParameter
-
-
Class org.apache.struts.dispatcher.AbstractMethodResolver
class AbstractMethodResolver extends Object implements Serializable- serialVersionUID:
- -9045373032747695495L
-
Class org.apache.struts.dispatcher.AbstractParameterDispatcher
class AbstractParameterDispatcher extends AbstractDispatcher implements Serializable- serialVersionUID:
- -9048942314641198669L
-
-
Package org.apache.struts.dispatcher.servlet
-
Class org.apache.struts.dispatcher.servlet.ServletEventMappingDispatcher
class ServletEventMappingDispatcher extends AbstractEventMappingDispatcher implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.struts.dispatcher.servlet.ServletMappingDispatcher
class ServletMappingDispatcher extends AbstractMappingDispatcher implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.struts.dispatcher.servlet.ServletMethodResolver
class ServletMethodResolver extends AbstractMethodResolver implements Serializable- serialVersionUID:
- -4372320855532463910L
-
Class org.apache.struts.dispatcher.servlet.ServletParameterDispatcher
class ServletParameterDispatcher extends AbstractParameterDispatcher implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.struts.extras.actions
-
Class org.apache.struts.extras.actions.ActionDispatcher
class ActionDispatcher extends Object implements Serializable- serialVersionUID:
- 3784151345188637566L
-
Serialized Fields
-
actionInstance
Action actionInstance
The associated Action to dispatch to. -
clazz
Class<? extends Action> clazz
The Class instance of thisDispatchAction
class. -
flavor
int flavor
Indicates dispatch flavor. -
methods
HashMap<String,
Method> methods The set of Method objects we have introspected for this class, keyed by method name. This collection is populated as different methods are called, so that introspection needs to occur only once per method name. -
types
Class<?>[] types
The set of argument type classes for the reflected method call. These are the same for all calls, so calculate them only once.
-
-
Class org.apache.struts.extras.actions.BaseAction
class BaseAction extends Action implements Serializable- serialVersionUID:
- 7514980838116602408L
-
Class org.apache.struts.extras.actions.DispatchAction
class DispatchAction extends BaseAction implements Serializable- serialVersionUID:
- 4211198620691041849L
-
Serialized Fields
-
clazz
Class<? extends DispatchAction> clazz
The Class instance of thisDispatchAction
class. -
methods
HashMap<String,
Method> methods The set of Method objects we have introspected for this class, keyed by method name. This collection is populated as different methods are called, so that introspection needs to occur only once per method name. -
types
Class<?>[] types
The set of argument type classes for the reflected method call. These are the same for all calls, so calculate them only once.
-
-
Class org.apache.struts.extras.actions.DownloadAction
class DownloadAction extends BaseAction implements Serializable- serialVersionUID:
- -4571392707311277980L
-
Class org.apache.struts.extras.actions.EventActionDispatcher
class EventActionDispatcher extends ActionDispatcher implements Serializable- serialVersionUID:
- 9211507807543933033L
-
Class org.apache.struts.extras.actions.EventDispatchAction
class EventDispatchAction extends DispatchAction implements Serializable- serialVersionUID:
- -5067513904785952541L
-
Class org.apache.struts.extras.actions.ForwardAction
class ForwardAction extends BaseAction implements Serializable- serialVersionUID:
- -3526864110155621740L
-
Class org.apache.struts.extras.actions.IncludeAction
class IncludeAction extends BaseAction implements Serializable- serialVersionUID:
- -6455723242287515520L
-
Class org.apache.struts.extras.actions.LocaleAction
class LocaleAction extends BaseAction implements Serializable- serialVersionUID:
- 9133617067776601112L
-
Class org.apache.struts.extras.actions.LookupDispatchAction
class LookupDispatchAction extends DispatchAction implements Serializable- serialVersionUID:
- 8608624951935780151L
-
Class org.apache.struts.extras.actions.MappingDispatchAction
class MappingDispatchAction extends DispatchAction implements Serializable- serialVersionUID:
- 8605425680931524975L
-
Class org.apache.struts.extras.actions.SwitchAction
class SwitchAction extends BaseAction implements Serializable- serialVersionUID:
- -8632296010034881915L
-
-
Package org.apache.struts.extras.validator
-
Class org.apache.struts.extras.validator.DynaValidatorActionForm
class DynaValidatorActionForm extends DynaValidatorForm implements Serializable- serialVersionUID:
- 3980068452582336786L
-
Class org.apache.struts.extras.validator.ValidatorActionForm
class ValidatorActionForm extends ValidatorForm implements Serializable- serialVersionUID:
- -2467421375142988725L
-
-
Package org.apache.struts.faces.application
-
Class org.apache.struts.faces.application.FacesRequestProcessor
class FacesRequestProcessor extends RequestProcessor implements Serializable- serialVersionUID:
- 4303368318034722173L
-
Class org.apache.struts.faces.application.FacesTilesRequestProcessor
class FacesTilesRequestProcessor extends TilesRequestProcessor implements Serializable- serialVersionUID:
- -762245366421871701L
-
-
Package org.apache.struts.scripting
-
Class org.apache.struts.scripting.ScriptAction
class ScriptAction extends Action implements Serializable- serialVersionUID:
- -383996253054413439L
-
Serialized Fields
-
scripts
ConcurrentHashMap<String,
org.apache.struts.scripting.Script> scripts Holds the "compiled" scripts and their information.
-
-
-
Package org.apache.struts.taglib.bean
-
Class org.apache.struts.taglib.bean.CookieTag
class CookieTag extends TagSupport implements Serializable- serialVersionUID:
- 8294387396934425648L
-
Serialized Fields
-
id
String id
The name of the scripting variable that will be exposed as a page scope attribute. -
multiple
String multiple
Return an array of Cookies ifmultiple
is non-null. -
name
String name
The name of the cookie whose value is to be exposed. -
value
String value
The default value to return if no cookie of the specified name is found.
-
-
Class org.apache.struts.taglib.bean.DefineTag
class DefineTag extends BodyTagSupport implements Serializable- serialVersionUID:
- -4615510039410385921L
-
Serialized Fields
-
body
String body
The body content of this tag (if any). -
id
String id
The name of the scripting variable that will be exposed as a page scope attribute. -
name
String name
The name of the bean owning the property to be exposed. -
property
String property
The name of the property to be retrieved. -
scope
String scope
The scope within which to search for the specified bean. -
toScope
String toScope
The scope within which the newly defined bean will be creatd. -
type
String type
The fully qualified Java class name of the value to be exposed. -
value
String value
The (String) value to which the defined bean will be set.
-
-
Class org.apache.struts.taglib.bean.HeaderTag
class HeaderTag extends TagSupport implements Serializable- serialVersionUID:
- -1858141385102293698L
-
Serialized Fields
-
id
String id
The name of the scripting variable that will be exposed as a page scope attribute. -
multiple
String multiple
Return an array of header values ifmultiple
is non-null. -
name
String name
The name of the header whose value is to be exposed. -
value
String value
The default value to return if no header of the specified name is found.
-
-
Class org.apache.struts.taglib.bean.IncludeTag
class IncludeTag extends TagSupport implements Serializable- serialVersionUID:
- 7506510616296363473L
-
Serialized Fields
-
anchor
String anchor
The anchor to be added to the end of the generated hyperlink. -
forward
String forward
The name of the globalActionForward
that contains a path to our requested resource. -
href
String href
The absolute URL to the resource to be included. -
id
String id
The name of the scripting variable that will be exposed as a page scope attribute. -
page
String page
The context-relative URI of the page or servlet to be included. -
transaction
boolean transaction
Include transaction token (if any) in the hyperlink? -
useLocalEncoding
boolean useLocalEncoding
-
-
Class org.apache.struts.taglib.bean.MessageTag
class MessageTag extends TagSupport implements Serializable- serialVersionUID:
- -7079614664108381469L
-
Serialized Fields
-
arg0
String arg0
The first optional argument. -
arg1
String arg1
The second optional argument. -
arg2
String arg2
The third optional argument. -
arg3
String arg3
The fourth optional argument. -
arg4
String arg4
The fifth optional argument. -
bundle
String bundle
The servlet context attribute key for our resources. -
key
String key
The message key of the message to be retrieved. -
localeKey
String localeKey
The session scope key under which our Locale is stored. -
name
String name
Name of the bean that contains the message key. -
property
String property
Name of the property to be accessed on the specified bean. -
scope
String scope
The scope to be searched to retrieve the specified bean.
-
-
Class org.apache.struts.taglib.bean.PageTag
class PageTag extends TagSupport implements Serializable- serialVersionUID:
- -2282932037238749018L
-
Class org.apache.struts.taglib.bean.ParameterTag
class ParameterTag extends TagSupport implements Serializable- serialVersionUID:
- -3980455390796879785L
-
Serialized Fields
-
id
String id
The name of the scripting variable that will be exposed as a page scope attribute. -
multiple
String multiple
Return an array of parameter values ifmultiple
is non-null. -
name
String name
The name of the parameter whose value is to be exposed. -
value
String value
The default value to return if no parameter of the specified name is found.
-
-
Class org.apache.struts.taglib.bean.ResourceTag
class ResourceTag extends TagSupport implements Serializable- serialVersionUID:
- -2393578665475166929L
-
Class org.apache.struts.taglib.bean.SizeTag
class SizeTag extends TagSupport implements Serializable- serialVersionUID:
- 5127140862877418975L
-
Serialized Fields
-
collection
Object collection
The actual collection to be counted. -
id
String id
The name of the scripting variable that will be exposed as a page scope attribute. -
name
String name
The name of the bean owning the property to be counted. -
property
String property
The name of the property to be retrieved. -
scope
String scope
The scope within which to search for the specified bean.
-
-
Class org.apache.struts.taglib.bean.StrutsTag
class StrutsTag extends TagSupport implements Serializable- serialVersionUID:
- 2390431092925036286L
-
Serialized Fields
-
formBean
String formBean
The name of theActionFormBean
object to be exposed. -
forward
String forward
The name of theActionForward
object to be exposed. -
id
String id
The name of the scripting variable that will be exposed as a page scope attribute. -
mapping
String mapping
The name of theActionMapping
object to be exposed.
-
-
Class org.apache.struts.taglib.bean.WriteTag
class WriteTag extends TagSupport implements Serializable- serialVersionUID:
- 9063011151700733307L
-
Serialized Fields
-
bundle
String bundle
The servlet context attribute key for our resources. -
filter
boolean filter
Filter the rendered output for characters that are sensitive in HTML? -
formatKey
String formatKey
The key to search format string in applciation resources -
formatStr
String formatStr
The format string to be used as format to convert value to String. -
ignore
boolean ignore
Should we ignore missing beans and simply output nothing? -
localeKey
String localeKey
The session scope key under which our Locale is stored. -
name
String name
Name of the bean that contains the data we will be rendering. -
property
String property
Name of the property to be accessed on the specified bean. -
scope
String scope
The scope to be searched to retrieve the specified bean.
-
-
-
Package org.apache.struts.taglib.html
-
Class org.apache.struts.taglib.html.BaseFieldTag
class BaseFieldTag extends BaseInputTag implements Serializable- serialVersionUID:
- 6316491607452965571L
-
Serialized Fields
-
accept
String accept
Comma-delimited list of content types that a server processing this form will handle correctly. This property is defined only for thefile
tag, but is implemented here because it affects the rendered HTML of the corresponding <input> tag. -
redisplay
boolean redisplay
The "redisplay contents" flag (used only onpassword
). -
type
String type
The type of input field represented by this tag (text, password, or hidden).
-
-
Class org.apache.struts.taglib.html.BaseHandlerTag
class BaseHandlerTag extends BodyTagSupport implements Serializable- serialVersionUID:
- -981395499563339165L
-
Serialized Fields
-
accesskey
String accesskey
Access key character. -
alt
String alt
The alternate text of this element. -
altKey
String altKey
The message resources key of the alternate text. -
bundle
String bundle
The name of the message resources bundle for message lookups. -
dir
String dir
The direction for weak/neutral text of this element. -
disabled
boolean disabled
Component is disabled. -
doDisabled
boolean doDisabled
Indicates whether 'disabled' is a valid attribute -
doReadonly
boolean doReadonly
Indicates whether 'readonly' is a valid attribute.
According to the HTML 4.0 Specification <readonly> is valid for <input type="text">, <input type="password"> and <textarea"> elements. Therefore, except for those tags this value is set to
false
. -
errorKey
String errorKey
The request attribute key for our error messages (if any). -
errorStyle
String errorStyle
Style attribute associated with component when errors exist. -
errorStyleClass
String errorStyleClass
Named Style class associated with component when errors exist. -
errorStyleId
String errorStyleId
Identifier associated with component when errors exist. -
indexed
boolean indexed
Whether to created indexed names for fields- Since:
- Struts 1.1
-
lang
String lang
The language code of this element. -
locale
String locale
The name of the session attribute key for our locale. -
loopTagClass
Class<?> loopTagClass
-
loopTagGetStatus
Method loopTagGetStatus
-
loopTagStatusClass
Class<?> loopTagStatusClass
-
loopTagStatusGetIndex
Method loopTagStatusGetIndex
-
onblur
String onblur
Component lost focus event. -
onchange
String onchange
Content changed after component lost focus event. -
onclick
String onclick
Mouse click event. -
ondblclick
String ondblclick
Mouse double click event. -
onfocus
String onfocus
Component has received focus event. -
onkeydown
String onkeydown
Key down in component event. -
onkeypress
String onkeypress
Key down and up together in component event. -
onkeyup
String onkeyup
Key released in component event. -
onmousedown
String onmousedown
Mouse pressed on component event. -
onmousemove
String onmousemove
Mouse moved over component event. -
onmouseout
String onmouseout
Mouse exit component event. -
onmouseover
String onmouseover
Mouse over component event. -
onmouseup
String onmouseup
Mouse released on component event. -
onselect
String onselect
Text selected in component event. -
readonly
boolean readonly
Component is readonly. -
style
String style
Style attribute associated with component. -
styleClass
String styleClass
Named Style class associated with component. -
styleId
String styleId
Identifier associated with component. -
tabindex
String tabindex
Tab index value. -
title
String title
The advisory title of this element. -
titleKey
String titleKey
The message resources key of the advisory title. -
triedJstlInit
boolean triedJstlInit
-
triedJstlSuccess
boolean triedJstlSuccess
-
-
Class org.apache.struts.taglib.html.BaseInputTag
class BaseInputTag extends BaseHandlerTag implements Serializable- serialVersionUID:
- -2006750476388177591L
-
Serialized Fields
-
autocomplete
String autocomplete
Autocomplete non standard attribute -
cols
String cols
The number of character columns for this field, or negative for no limit. -
maxlength
String maxlength
The maximum number of characters allowed, or negative for no limit. -
name
String name
The name of the bean containing our underlying property. -
property
String property
The name of the field (and associated property) being processed. -
rows
String rows
The number of rows for this field, or negative for no limit. -
value
String value
The value for this field, ornull
to retrieve the corresponding property from our associated bean.
-
-
Class org.apache.struts.taglib.html.BaseTag
class BaseTag extends TagSupport implements Serializable- serialVersionUID:
- 4758687983139578649L
-
Class org.apache.struts.taglib.html.ButtonTag
class ButtonTag extends SubmitTag implements Serializable- serialVersionUID:
- 7666493902857886285L
-
Class org.apache.struts.taglib.html.CancelTag
class CancelTag extends SubmitTag implements Serializable- serialVersionUID:
- -5445832099296944041L
-
Class org.apache.struts.taglib.html.CheckboxTag
class CheckboxTag extends BaseHandlerTag implements Serializable- serialVersionUID:
- -2300329410278177186L
-
Class org.apache.struts.taglib.html.ErrorsTag
class ErrorsTag extends TagSupport implements Serializable- serialVersionUID:
- -1001104694221127422L
-
Serialized Fields
-
bundle
String bundle
The servlet context attribute key for our resources. -
footer
String footer
The message resource key for errors footer. -
header
String header
The message resource key for errors header. -
locale
String locale
The session attribute key for our locale. -
name
String name
The request attribute key for our error messages (if any). -
prefix
String prefix
The message resource key for errors prefix. -
property
String property
The name of the property for which error messages should be returned, ornull
to return all errors. -
suffix
String suffix
The message resource key for errors suffix.
-
-
Class org.apache.struts.taglib.html.FileTag
class FileTag extends BaseFieldTag implements Serializable- serialVersionUID:
- 1740523851758372845L
-
Serialized Fields
-
multiple
boolean multiple
This property is used to set or return one or multiple files selected with the file upload button.- Since:
- 1.5.0
-
-
Class org.apache.struts.taglib.html.FormTag
class FormTag extends TagSupport implements Serializable- serialVersionUID:
- 8974150782496551522L
-
Serialized Fields
-
acceptCharset
String acceptCharset
The list of character encodings for input data that the server should accept. -
action
String action
The action URL to which this form should be submitted, if any. -
autocomplete
String autocomplete
Autocomplete non standard attribute -
beanName
String beanName
The name of the form bean to (create and) use. This is either the same as the 'name' attribute, if that was specified, or is obtained from the associatedActionMapping
otherwise. -
beanScope
String beanScope
The scope of the form bean to (create and) use. This is either the same as the 'scope' attribute, if that was specified, or is obtained from the associatedActionMapping
otherwise. -
beanType
String beanType
The type of the form bean to (create and) use. This is either the same as the 'type' attribute, if that was specified, or is obtained from the associatedActionMapping
otherwise. -
dir
String dir
The direction for weak/neutral text of this element. -
disabled
boolean disabled
Controls whether child controls should be 'disabled'. -
enctype
String enctype
The content encoding to be used on a POST submit. -
focus
String focus
The name of the field to receive focus, if any. -
focusIndex
String focusIndex
The index in the focus field array to receive focus. This only applies if the field given in the focus attribute is actually an array of fields. This allows a specific field in a radio button array to receive focus while still allowing indexed field names like "myRadioButtonField[1]" to be passed in the focus attribute.- Since:
- Struts 1.1
-
lang
String lang
The language code of this element. -
mapping
ActionMapping mapping
The ActionMapping defining where we will be submitting this form -
method
String method
The request method used when submitting this form. -
moduleConfig
ModuleConfig moduleConfig
The module configuration for our module. -
onreset
String onreset
The onReset event script. -
onsubmit
String onsubmit
The onSubmit event script. -
postbackAction
String postbackAction
A postback action URL to which this form should be submitted, if any. -
readonly
boolean readonly
Controls whether child controls should be 'readonly'. -
scriptLanguage
boolean scriptLanguage
Include language attribute in the focus script's <script> element. This property is ignored in XHTML mode.- Since:
- Struts 1.2
-
servlet
ActionServlet servlet
The ActionServlet instance we are associated with (so that we can initialize theservlet
property on any form bean that we create). -
style
String style
The style attribute associated with this tag. -
styleClass
String styleClass
The style class associated with this tag. -
styleId
String styleId
The identifier associated with this tag. -
target
String target
The window target.
-
-
Class org.apache.struts.taglib.html.FrameTag
class FrameTag extends LinkTag implements Serializable- serialVersionUID:
- -3149862407102709639L
-
Serialized Fields
-
frameborder
String frameborder
The frameborder attribute that should be rendered (1, 0). -
frameName
String frameName
Thename
attribute that should be rendered for this frame. -
longdesc
String longdesc
URI of a long description of this frame (complements title). -
marginheight
Integer marginheight
The margin height in pixels, or zero for no setting. -
marginwidth
Integer marginwidth
The margin width in pixels, or null for no setting. -
noresize
boolean noresize
Should users be disallowed to resize the frame? -
scrolling
String scrolling
What type of scrolling should be supported (yes, no, auto)?
-
-
Class org.apache.struts.taglib.html.HiddenTag
class HiddenTag extends BaseFieldTag implements Serializable- serialVersionUID:
- 5086653576189221269L
-
Serialized Fields
-
write
boolean write
Should the value of this field also be rendered to the response?
-
-
Class org.apache.struts.taglib.html.HtmlTag
class HtmlTag extends TagSupport implements Serializable- serialVersionUID:
- -4739352136106954707L
-
Serialized Fields
-
lang
boolean lang
Are we rendering a lang attribute?- Since:
- Struts 1.2
-
xhtml
boolean xhtml
Are we rendering an xhtml page? -
xhtmlVersion
BigDecimal xhtmlVersion
What version of XHTML is being rendered?- Since:
- Struts 1.4
-
-
Class org.apache.struts.taglib.html.ImageTag
class ImageTag extends SubmitTag implements Serializable- serialVersionUID:
- 6895880639102424412L
-
Serialized Fields
-
align
String align
The alignment for this image. -
border
String border
The border size around the image. -
module
String module
The module prefix (beginning with a slash) which will be used to find the action for this link. -
page
String page
The module-relative URI of the image. -
pageKey
String pageKey
The message resources key of the module-relative URI of the image. -
src
String src
The URL of this image. -
srcKey
String srcKey
The message resources key for the URL of this image.
-
-
Class org.apache.struts.taglib.html.ImgTag
class ImgTag extends BaseHandlerTag implements Serializable- serialVersionUID:
- 1462449704516940123L
-
Serialized Fields
-
action
String action
The module-relative action (beginning with a slash) which will be used as the source for this image. -
align
String align
The property to specify where to align the image. -
border
String border
The border size around the image. -
height
String height
The image height. -
hspace
String hspace
The horizontal spacing around the image. -
imageName
String imageName
The image name for named images. -
ismap
String ismap
Server-side image map declaration. -
module
String module
The module prefix (beginning with a slash) which will be used to find the action for this link. -
name
String name
The JSP bean name for query parameters. -
page
String page
The module-relative path, starting with a slash character, of the image to be displayed by this rendered tag. -
pageKey
String pageKey
The message resources key under which we should look up thepage
attribute for this generated tag, if any. -
paramId
String paramId
In situations where an image is dynamically generated (such as to create a chart graph), this specifies the single-parameter request parameter name to generate. -
paramName
String paramName
The single-parameter JSP bean name. -
paramProperty
String paramProperty
The single-parameter JSP bean property. -
paramScope
String paramScope
The single-parameter JSP bean scope. -
property
String property
The JSP bean property name for query parameters. -
scope
String scope
The scope of the bean specified by the name property, if any. -
src
String src
The image source URI. -
srcKey
String srcKey
The message resources key under which we should look up thesrc
attribute for this generated tag, if any. -
useLocalEncoding
boolean useLocalEncoding
-
usemap
String usemap
Client-side image map declaration. -
vspace
String vspace
The vertical spacing around the image. -
width
String width
The image width.
-
-
Class org.apache.struts.taglib.html.JavascriptValidatorTag
class JavascriptValidatorTag extends BodyTagSupport implements Serializable- serialVersionUID:
- 1844396649370462479L
-
Serialized Fields
-
bundle
String bundle
The servlet context attribute key for our resources. -
cdata
String cdata
Hide JavaScript methods in a CDATA section for XHTML when "true". -
dynamicJavascript
String dynamicJavascript
The dynamic JavaScript objects will only be generated if this is set to "true". -
formName
String formName
The name of the form that corresponds with the action name in struts-config.xml. Specifying a form name places a <script> </script> around the javascript. -
htmlComment
String htmlComment
The JavaScript methods will enclosed with html comments if this is set to "true". -
jsFormName
String jsFormName
formName is used for both Javascript and non-javascript validations. For the javascript validations, there is the possibility that we will be rewriting the formName (if it is a ValidatorActionForm instead of just a ValidatorForm) so we need another variable to hold the formName just for javascript usage. -
methodName
String methodName
This will be used as is for the JavaScript validation method name if it has a value. This is the method name of the main JavaScript method that the form calls to perform validations. -
page
int page
The current page number of a multi-part form. Only valid when the formName attribute is set. -
scriptLanguage
boolean scriptLanguage
Include language attribute in the <script> element. This property is ignored in XHTML mode.- Since:
- Struts 1.2
-
src
String src
The src attribute for html script element (used to include an external script resource). The src attribute is only recognized when the formName attribute is specified. -
staticJavascript
String staticJavascript
The static JavaScript methods will only be printed if this is set to "true".
-
-
Class org.apache.struts.taglib.html.LabelTag
class LabelTag extends BaseInputTag implements Serializable- serialVersionUID:
- 4783688183017577922L
-
Class org.apache.struts.taglib.html.LinkTag
class LinkTag extends BaseHandlerTag implements Serializable- serialVersionUID:
- -2086640838393670862L
-
Serialized Fields
-
action
String action
The module-relative action (beginning with a slash) which will be called by this link -
anchor
String anchor
The anchor to be added to the end of the generated hyperlink. -
forward
String forward
The logical forward name from which to retrieve the hyperlink URI.
Usage note: If a forward config is used in a hyperlink, and a module is specified, the path must lead to another action and not directly to a page. This is in keeping with rule that in a modular application all links must be to an action rather than a page.
-
href
String href
The hyperlink URI. -
indexId
String indexId
Name of parameter to generate to hold index number -
linkName
String linkName
The link name for named links. -
module
String module
The module prefix (beginning with a slash) which will be used to find the action for this link. -
name
String name
The JSP bean name for query parameters. -
page
String page
The module-relative page URL (beginning with a slash) to which this hyperlink will be rendered. -
parameters
HashMap<String,
Object> parameters Additional parameters included programmatically. -
paramId
String paramId
The single-parameter request parameter name to generate. -
paramName
String paramName
The single-parameter JSP bean name. -
paramProperty
String paramProperty
The single-parameter JSP bean property. -
paramScope
String paramScope
The single-parameter JSP bean scope. -
property
String property
The JSP bean property name for query parameters. -
scope
String scope
The scope of the bean specified by the name property, if any. -
target
String target
The window target. -
text
String text
The body content of this tag (if any). -
transaction
boolean transaction
Include transaction token (if any) in the hyperlink? -
useLocalEncoding
boolean useLocalEncoding
-
-
Class org.apache.struts.taglib.html.MessagesTag
class MessagesTag extends BodyTagSupport implements Serializable- serialVersionUID:
- -7665117721919199746L
-
Serialized Fields
-
bundle
String bundle
The servlet context attribute key for our resources. -
count
String count
The name of the page-scoped attribute to be populated with the message count of the specifie dproperty. -
filterArgs
boolean filterArgs
Filter the message replacement values for characters that are sensitive in HTML? Default isfalse
. -
footer
String footer
The message resource key for errors footer. -
header
String header
The message resource key for errors header. -
id
String id
The name of the scripting variable to be exposed. -
iterator
Iterator<ActionMessage> iterator
Iterator of the elements of this error collection, while we are actually running. -
locale
String locale
The session attribute key for our locale. -
message
String message
If this is set to 'true', then theGlobals.MESSAGE_KEY
will be used to retrieve the messages from scope. -
name
String name
The request attribute key for our error messages (if any). -
processed
boolean processed
Whether or not any error messages have been processed. -
property
String property
The name of the property for which error messages should be returned, ornull
to return all errors.
-
-
Class org.apache.struts.taglib.html.MultiboxTag
class MultiboxTag extends BaseHandlerTag implements Serializable- serialVersionUID:
- 6615409055421524733L
-
Serialized Fields
-
constant
String constant
The constant String value to be returned when this checkbox is selected and the form is submitted. -
name
String name
The name of the bean containing our underlying property. -
property
String property
The property name for this field. -
value
String value
The value which will mark this checkbox as "checked" if present in the array returned by our property getter.
-
-
Class org.apache.struts.taglib.html.OptionsCollectionTag
class OptionsCollectionTag extends TagSupport implements Serializable- serialVersionUID:
- 1914555968585129477L
-
Serialized Fields
-
filter
boolean filter
Should the label values be filtered for HTML sensitive characters? -
label
String label
The name of the bean property containing the label. -
name
String name
The name of the bean containing the values collection. -
property
String property
The name of the property to use to build the values collection. -
style
String style
The style associated with this tag. -
styleClass
String styleClass
The named style class associated with this tag. -
value
String value
The name of the bean property containing the value.
-
-
Class org.apache.struts.taglib.html.OptionsTag
class OptionsTag extends TagSupport implements Serializable- serialVersionUID:
- -585632142361843380L
-
Serialized Fields
-
collection
String collection
The name of the collection containing beans that have properties to provide both the values and the labels (identified by theproperty
andlabelProperty
attributes). -
filter
boolean filter
Should the label values be filtered for HTML sensitive characters? -
labelName
String labelName
The name of the bean containing the labels collection. -
labelProperty
String labelProperty
The bean property containing the labels collection. -
name
String name
The name of the bean containing the values collection. -
property
String property
The name of the property to use to build the values collection. -
style
String style
The style associated with this tag. -
styleClass
String styleClass
The named style class associated with this tag.
-
-
Class org.apache.struts.taglib.html.OptionTag
class OptionTag extends BodyTagSupport implements Serializable- serialVersionUID:
- -7578679181809130326L
-
Serialized Fields
-
bundle
String bundle
The name of the servlet context attribute containing our message resources. -
dir
String dir
The direction for weak/neutral text of this element. -
disabled
boolean disabled
Is this option disabled? -
filter
boolean filter
Should the label be filtered for HTML sensitive characters? -
key
String key
The key used to look up the text displayed to the user for this option, if any. -
lang
String lang
The language code of this element. -
locale
String locale
The name of the attribute containing the Locale to be used for looking up internationalized messages. -
style
String style
The style associated with this tag. -
styleClass
String styleClass
The named style class associated with this tag. -
styleId
String styleId
The identifier associated with this tag. -
text
String text
The message text to be displayed to the user for this tag (if any) -
title
String title
The advisory title of this element. -
titleKey
String titleKey
The message resources key of the advisory title. -
value
String value
The server value for this option, also used to match against the current property value to determine whether this option should be marked as selected.
-
-
Class org.apache.struts.taglib.html.ParamTag
class ParamTag extends BodyTagSupport implements Serializable- serialVersionUID:
- -1366158296805914170L
-
Class org.apache.struts.taglib.html.PasswordTag
class PasswordTag extends BaseFieldTag implements Serializable- serialVersionUID:
- 3563367907738706027L
-
Class org.apache.struts.taglib.html.RadioTag
class RadioTag extends BaseHandlerTag implements Serializable- serialVersionUID:
- 1648444449466462193L
-
Serialized Fields
-
idName
String idName
Name of the bean (in some scope) that will return the value of the radio tag.If an iterator is used to render a series of radio tags, this field may be used to specify the name of the bean exposed by the iterator. In this case, the value attribute is used as the name of a property on the
idName
bean that returns the value of the radio tag in this iteration. -
name
String name
The name of the bean containing our underlying property. -
property
String property
The property name for this field. -
text
String text
The body content of this tag (if any). -
value
String value
The server value for this option.
-
-
Class org.apache.struts.taglib.html.ResetTag
class ResetTag extends SubmitTag implements Serializable- serialVersionUID:
- -5672130608101054935L
-
Class org.apache.struts.taglib.html.RewriteTag
class RewriteTag extends LinkTag implements Serializable- serialVersionUID:
- 631087586001555798L
-
Class org.apache.struts.taglib.html.SelectTag
class SelectTag extends BaseHandlerTag implements Serializable- serialVersionUID:
- -48324910116851733L
-
Serialized Fields
-
match
String[] match
The actual values we will match against, calculated in doStartTag(). -
multiple
String multiple
Should multiple selections be allowed. Any non-null value except for 'false' will trigger rendering this. -
name
String name
The name of the bean containing our underlying property. -
property
String property
The property name we are associated with. -
saveBody
String saveBody
The saved body content of this tag. -
size
String size
How many available options should be displayed when this element is rendered? -
value
String value
The value to compare with for marking an option selected.
-
-
Class org.apache.struts.taglib.html.SubmitTag
class SubmitTag extends BaseHandlerTag implements Serializable- serialVersionUID:
- 2450065490909394950L
-
Class org.apache.struts.taglib.html.TextareaTag
class TextareaTag extends BaseInputTag implements Serializable- serialVersionUID:
- -7022620739760157338L
-
Class org.apache.struts.taglib.html.TextTag
class TextTag extends BaseFieldTag implements Serializable- serialVersionUID:
- -1565559380893998552L
-
Class org.apache.struts.taglib.html.XhtmlTag
class XhtmlTag extends TagSupport implements Serializable- serialVersionUID:
- -1346016551741493372L
-
Serialized Fields
-
scope
String scope
The scope within which to store the markup format.
-
-
-
Package org.apache.struts.taglib.logic
-
Class org.apache.struts.taglib.logic.CompareTagBase
class CompareTagBase extends ConditionalTagBase implements Serializable- serialVersionUID:
- 9080377495065975604L
-
Serialized Fields
-
value
String value
The value to which the variable specified by other attributes of this tag will be compared.
-
-
Class org.apache.struts.taglib.logic.ConditionalTagBase
class ConditionalTagBase extends TagSupport implements Serializable- serialVersionUID:
- 3946322389227285250L
-
Serialized Fields
-
cookie
String cookie
The name of the cookie to be used as a variable. -
header
String header
The name of the HTTP request header to be used as a variable. -
name
String name
The name of the JSP bean to be used as a variable (ifproperty
is not specified), or whose property is to be accessed (ifproperty
is specified). -
parameter
String parameter
The name of the HTTP request parameter to be used as a variable. -
property
String property
The name of the bean property to be used as a variable. -
role
String role
The name of the security role to be checked for. -
scope
String scope
The scope to search for the bean named by the name property, or "any scope" if null. -
user
String user
The user principal name to be checked for.
-
-
Class org.apache.struts.taglib.logic.EmptyTag
class EmptyTag extends ConditionalTagBase implements Serializable- serialVersionUID:
- 8155134178220490301L
-
Class org.apache.struts.taglib.logic.EqualTag
class EqualTag extends CompareTagBase implements Serializable- serialVersionUID:
- 5006452606935514732L
-
Class org.apache.struts.taglib.logic.ForwardTag
class ForwardTag extends TagSupport implements Serializable- serialVersionUID:
- -6945897858520054480L
-
Serialized Fields
-
name
String name
The logical name of theActionForward
entry to be looked up.
-
-
Class org.apache.struts.taglib.logic.GreaterEqualTag
class GreaterEqualTag extends CompareTagBase implements Serializable- serialVersionUID:
- 3515554789988036259L
-
Class org.apache.struts.taglib.logic.GreaterThanTag
class GreaterThanTag extends CompareTagBase implements Serializable- serialVersionUID:
- -4489683470625407939L
-
Class org.apache.struts.taglib.logic.IterateTag
class IterateTag extends BodyTagSupport implements Serializable- serialVersionUID:
- -5999125654202702585L
-
Serialized Fields
-
collection
Object collection
The collection over which we will be iterating. -
id
String id
The name of the scripting variable to be exposed. -
indexId
String indexId
The name of the scripting variable to be exposed as the current index. -
iterator
Iterator<?> iterator
Iterator of the elements of this collection, while we are actually running. -
length
String length
The length value or attribute name (<=0 means no limit). -
lengthCount
int lengthCount
The number of elements we have already rendered. -
lengthValue
int lengthValue
The actual length value (calculated in the start tag). -
name
String name
The name of the collection or owning bean. -
offset
String offset
The starting offset (zero relative). -
offsetValue
int offsetValue
The actual offset value (calculated in the start tag). -
property
String property
The property name containing the collection. -
scope
String scope
The scope of the bean specified by the name property, if any. -
started
boolean started
Has this tag instance been started? -
type
String type
The Java class of each exposed element of the collection.
-
-
Class org.apache.struts.taglib.logic.LessEqualTag
class LessEqualTag extends CompareTagBase implements Serializable- serialVersionUID:
- 7599361948517956284L
-
Class org.apache.struts.taglib.logic.LessThanTag
class LessThanTag extends CompareTagBase implements Serializable- serialVersionUID:
- -3859579914673739949L
-
Class org.apache.struts.taglib.logic.MatchTag
class MatchTag extends ConditionalTagBase implements Serializable- serialVersionUID:
- -4209300919052098694L
-
Class org.apache.struts.taglib.logic.MessagesNotPresentTag
class MessagesNotPresentTag extends MessagesPresentTag implements Serializable- serialVersionUID:
- 5634897507730577292L
-
Class org.apache.struts.taglib.logic.MessagesPresentTag
class MessagesPresentTag extends ConditionalTagBase implements Serializable- serialVersionUID:
- 4848602425179872796L
-
Class org.apache.struts.taglib.logic.NotEmptyTag
class NotEmptyTag extends EmptyTag implements Serializable- serialVersionUID:
- 6185805637187223268L
-
Class org.apache.struts.taglib.logic.NotEqualTag
class NotEqualTag extends CompareTagBase implements Serializable- serialVersionUID:
- -3277118331286876543L
-
Class org.apache.struts.taglib.logic.NotMatchTag
class NotMatchTag extends MatchTag implements Serializable- serialVersionUID:
- 3642422424248062503L
-
Class org.apache.struts.taglib.logic.NotPresentTag
class NotPresentTag extends PresentTag implements Serializable- serialVersionUID:
- 8046936575721630181L
-
Class org.apache.struts.taglib.logic.PresentTag
class PresentTag extends ConditionalTagBase implements Serializable- serialVersionUID:
- 5444827720181318160L
-
Class org.apache.struts.taglib.logic.RedirectTag
class RedirectTag extends TagSupport implements Serializable- serialVersionUID:
- -633259759046315419L
-
Serialized Fields
-
action
String action
The module-relative action (beginning with a slash) which will be called by this link -
anchor
String anchor
The anchor to be added to the end of the generated hyperlink. -
forward
String forward
The logical forward name from which to retrieve the redirect URI. -
href
String href
The redirect URI. -
module
String module
The module prefix (beginning with a slash) which will be used to find the action for this link. -
name
String name
The JSP bean name for query parameters. -
page
String page
The module-relative page URL (beginning with a slash) to which this redirect will be rendered. -
paramId
String paramId
The single-parameter request parameter name to generate. -
paramName
String paramName
The single-parameter JSP bean name. -
paramProperty
String paramProperty
The single-parameter JSP bean property. -
paramScope
String paramScope
The single-parameter JSP bean scope. -
property
String property
The JSP bean property name for query parameters. -
scope
String scope
The scope of the bean specified by the name property, if any. -
transaction
boolean transaction
Include our transaction control token? -
useLocalEncoding
boolean useLocalEncoding
Use character encoding from ServletResponse#getCharacterEncoding to get bytes of the url string for urlencoding?
-
-
-
Package org.apache.struts.taglib.nested
-
Class org.apache.struts.taglib.nested.NestedPropertyTag
class NestedPropertyTag extends BodyTagSupport implements Serializable- serialVersionUID:
- 1282076933811483467L
-
Class org.apache.struts.taglib.nested.NestedReference
class NestedReference extends Object implements Serializable- serialVersionUID:
- 1662171681729573788L
-
Class org.apache.struts.taglib.nested.NestedRootTag
class NestedRootTag extends BodyTagSupport implements Serializable- serialVersionUID:
- 6034271254121373745L
-
Class org.apache.struts.taglib.nested.NestedWriteNestingTag
class NestedWriteNestingTag extends BodyTagSupport implements Serializable- serialVersionUID:
- -4687194240564186563L
-
-
Package org.apache.struts.taglib.nested.bean
-
Class org.apache.struts.taglib.nested.bean.NestedDefineTag
class NestedDefineTag extends DefineTag implements Serializable- serialVersionUID:
- 6890819812447929753L
-
Class org.apache.struts.taglib.nested.bean.NestedMessageTag
class NestedMessageTag extends MessageTag implements Serializable- serialVersionUID:
- -6442069120349626851L
-
Class org.apache.struts.taglib.nested.bean.NestedSizeTag
class NestedSizeTag extends SizeTag implements Serializable- serialVersionUID:
- 3823659484612721814L
-
Class org.apache.struts.taglib.nested.bean.NestedWriteTag
class NestedWriteTag extends WriteTag implements Serializable- serialVersionUID:
- 3740778140571147683L
-
-
Package org.apache.struts.taglib.nested.html
-
Class org.apache.struts.taglib.nested.html.NestedCheckboxTag
class NestedCheckboxTag extends CheckboxTag implements Serializable- serialVersionUID:
- 5220988463429712983L
-
Class org.apache.struts.taglib.nested.html.NestedErrorsTag
class NestedErrorsTag extends ErrorsTag implements Serializable- serialVersionUID:
- -1665648696492341440L
-
Class org.apache.struts.taglib.nested.html.NestedFileTag
class NestedFileTag extends FileTag implements Serializable- serialVersionUID:
- 4920804475439941709L
-
Class org.apache.struts.taglib.nested.html.NestedFormTag
class NestedFormTag extends FormTag implements Serializable- serialVersionUID:
- -6573069373335339702L
-
Class org.apache.struts.taglib.nested.html.NestedHiddenTag
class NestedHiddenTag extends HiddenTag implements Serializable- serialVersionUID:
- 8174361718155404833L
-
Class org.apache.struts.taglib.nested.html.NestedImageTag
class NestedImageTag extends ImageTag implements Serializable- serialVersionUID:
- 4814668203571129784L
-
Serialized Fields
-
originalProperty
String originalProperty
-
-
Class org.apache.struts.taglib.nested.html.NestedImgTag
class NestedImgTag extends ImgTag implements Serializable- serialVersionUID:
- 2517637026086564895L
-
Class org.apache.struts.taglib.nested.html.NestedLinkTag
class NestedLinkTag extends LinkTag implements Serializable- serialVersionUID:
- 911201643181986632L
-
Class org.apache.struts.taglib.nested.html.NestedMessagesTag
class NestedMessagesTag extends MessagesTag implements Serializable- serialVersionUID:
- 8047818146547521668L
-
Class org.apache.struts.taglib.nested.html.NestedMultiboxTag
class NestedMultiboxTag extends MultiboxTag implements Serializable- serialVersionUID:
- 7519874800744967796L
-
Class org.apache.struts.taglib.nested.html.NestedOptionsCollectionTag
class NestedOptionsCollectionTag extends OptionsCollectionTag implements Serializable- serialVersionUID:
- -982402435045422810L
-
Class org.apache.struts.taglib.nested.html.NestedOptionsTag
class NestedOptionsTag extends OptionsTag implements Serializable- serialVersionUID:
- 2476569342836360707L
-
Class org.apache.struts.taglib.nested.html.NestedPasswordTag
class NestedPasswordTag extends PasswordTag implements Serializable- serialVersionUID:
- 3687673468246480533L
-
Class org.apache.struts.taglib.nested.html.NestedRadioTag
class NestedRadioTag extends RadioTag implements Serializable- serialVersionUID:
- -8935413035299801612L
-
Class org.apache.struts.taglib.nested.html.NestedSelectTag
class NestedSelectTag extends SelectTag implements Serializable- serialVersionUID:
- 3571979764108993972L
-
Class org.apache.struts.taglib.nested.html.NestedSubmitTag
class NestedSubmitTag extends SubmitTag implements Serializable- serialVersionUID:
- -909359466167523639L
-
Serialized Fields
-
originalProperty
String originalProperty
-
-
Class org.apache.struts.taglib.nested.html.NestedTextareaTag
class NestedTextareaTag extends TextareaTag implements Serializable- serialVersionUID:
- 8507271848759268269L
-
Class org.apache.struts.taglib.nested.html.NestedTextTag
class NestedTextTag extends TextTag implements Serializable- serialVersionUID:
- -6792538504171567225L
-
-
Package org.apache.struts.taglib.nested.logic
-
Class org.apache.struts.taglib.nested.logic.NestedEmptyTag
class NestedEmptyTag extends EmptyTag implements Serializable- serialVersionUID:
- 4433896342248118064L
-
Class org.apache.struts.taglib.nested.logic.NestedEqualTag
class NestedEqualTag extends EqualTag implements Serializable- serialVersionUID:
- 8972635998885431312L
-
Class org.apache.struts.taglib.nested.logic.NestedGreaterEqualTag
class NestedGreaterEqualTag extends GreaterEqualTag implements Serializable- serialVersionUID:
- 314872298769433364L
-
Class org.apache.struts.taglib.nested.logic.NestedGreaterThanTag
class NestedGreaterThanTag extends GreaterThanTag implements Serializable- serialVersionUID:
- -763573792923292775L
-
Class org.apache.struts.taglib.nested.logic.NestedIterateTag
class NestedIterateTag extends IterateTag implements Serializable- serialVersionUID:
- -8879469068532412076L
-
Class org.apache.struts.taglib.nested.logic.NestedLessEqualTag
class NestedLessEqualTag extends LessEqualTag implements Serializable- serialVersionUID:
- -7912520669255890018L
-
Class org.apache.struts.taglib.nested.logic.NestedLessThanTag
class NestedLessThanTag extends LessThanTag implements Serializable- serialVersionUID:
- 1780169007325153713L
-
Class org.apache.struts.taglib.nested.logic.NestedMatchTag
class NestedMatchTag extends MatchTag implements Serializable- serialVersionUID:
- 5900386967547213126L
-
Class org.apache.struts.taglib.nested.logic.NestedMessagesNotPresentTag
class NestedMessagesNotPresentTag extends MessagesNotPresentTag implements Serializable- serialVersionUID:
- 6642878464224260057L
-
Class org.apache.struts.taglib.nested.logic.NestedMessagesPresentTag
class NestedMessagesPresentTag extends MessagesPresentTag implements Serializable- serialVersionUID:
- -2849800682501527193L
-
Class org.apache.struts.taglib.nested.logic.NestedNotEmptyTag
class NestedNotEmptyTag extends NotEmptyTag implements Serializable- serialVersionUID:
- 1024398067155521806L
-
Class org.apache.struts.taglib.nested.logic.NestedNotEqualTag
class NestedNotEqualTag extends NotEqualTag implements Serializable- serialVersionUID:
- -7060665845722038929L
-
Class org.apache.struts.taglib.nested.logic.NestedNotMatchTag
class NestedNotMatchTag extends NotMatchTag implements Serializable- serialVersionUID:
- -4020697022276277154L
-
Class org.apache.struts.taglib.nested.logic.NestedNotPresentTag
class NestedNotPresentTag extends NotPresentTag implements Serializable- serialVersionUID:
- -6664638236639201701L
-
Class org.apache.struts.taglib.nested.logic.NestedPresentTag
class NestedPresentTag extends PresentTag implements Serializable- serialVersionUID:
- -8563302040687207732L
-
-
Package org.apache.struts.tiles
-
Class org.apache.struts.tiles.ActionController
class ActionController extends Object implements Serializable- serialVersionUID:
- -618534639125910093L
-
Serialized Fields
-
action
Action action
Struts action wrapped.
-
-
Class org.apache.struts.tiles.ComponentContext
class ComponentContext extends Object implements Serializable- serialVersionUID:
- 5887062776582589341L
-
Class org.apache.struts.tiles.ComponentDefinition
class ComponentDefinition extends Object implements Serializable- serialVersionUID:
- -62457661179275424L
-
Serialized Fields
-
attributes
Map<String,
Object> attributes Attributes defined for the component. -
controller
String controller
Associated Controller URL or classname, if defined -
controllerInstance
Controller controllerInstance
Controller associated to Definition. Lazy creation : only on first request -
controllerType
String controllerType
Associated Controller typename, if controllerName defined. Can be CONTROLLER, ACTION or URL, or null. -
name
String name
Definition name -
path
String path
Component / template path (URL). -
role
String role
Role associated to definition.
-
-
Class org.apache.struts.tiles.ControllerSupport
class ControllerSupport extends Object implements Serializable- serialVersionUID:
- -4462385995896189607L
-
Class org.apache.struts.tiles.DefinitionAttribute
class DefinitionAttribute extends UntypedAttribute implements Serializable- serialVersionUID:
- 952533982963272876L
-
Class org.apache.struts.tiles.DefinitionNameAttribute
class DefinitionNameAttribute extends UntypedAttribute implements Serializable- serialVersionUID:
- -7680396673346627828L
-
Class org.apache.struts.tiles.DefinitionsFactoryConfig
class DefinitionsFactoryConfig extends Object implements Serializable- serialVersionUID:
- -2587987079011748643L
-
Serialized Fields
-
definitionConfigFiles
String definitionConfigFiles
Definition configuration file specified by user. -
extraAttributes
HashMap<String,
Object> extraAttributes Map of extra attribute available. -
factoryClassname
String factoryClassname
Fully qualified classname of the factory to create. If no classname is set, a default factory is created (of class "org.apache.struts.tiles.xmlDefinition.I18nFactorySet"). -
factoryName
String factoryName
The name associated to this factory.
With Struts 1.1, this name is the module name to which this factory belong. It is set by the system.
In prior versions, this property is not used. -
moduleAware
boolean moduleAware
Specifies whether the factory is "module-aware". -
parserValidate
boolean parserValidate
Specifies whether the parser will validate configuration files. Default value is true.
-
-
Exception Class org.apache.struts.tiles.DefinitionsFactoryException
class DefinitionsFactoryException extends TilesException implements Serializable- serialVersionUID:
- -5162822984380885363L
-
Class org.apache.struts.tiles.DirectStringAttribute
class DirectStringAttribute extends UntypedAttribute implements Serializable- serialVersionUID:
- -7113529528664791325L
-
Exception Class org.apache.struts.tiles.FactoryNotFoundException
class FactoryNotFoundException extends DefinitionsFactoryException implements Serializable- serialVersionUID:
- 2856113784339675593L
-
Exception Class org.apache.struts.tiles.NoSuchDefinitionException
class NoSuchDefinitionException extends DefinitionsFactoryException implements Serializable- serialVersionUID:
- -4188770898592969226L
-
Class org.apache.struts.tiles.PathAttribute
class PathAttribute extends UntypedAttribute implements Serializable- serialVersionUID:
- -1006194795181107127L
-
Class org.apache.struts.tiles.RedeployableActionServlet
class RedeployableActionServlet extends ActionServlet implements Serializable- serialVersionUID:
- -3277829251603784258L
-
Serialized Fields
-
tileProcessor
TilesRequestProcessor tileProcessor
-
-
Exception Class org.apache.struts.tiles.TilesException
class TilesException extends Exception implements Serializable- serialVersionUID:
- -2512402467536260269L
-
Class org.apache.struts.tiles.TilesRequestProcessor
class TilesRequestProcessor extends RequestProcessor implements Serializable- serialVersionUID:
- -6522610348048179731L
-
Serialized Fields
-
definitionsFactory
DefinitionsFactory definitionsFactory
Definitions factory.
-
-
Class org.apache.struts.tiles.TilesUtilImpl
class TilesUtilImpl extends Object implements Serializable- serialVersionUID:
- -3811960942326759160L
-
Class org.apache.struts.tiles.TilesUtilStrutsImpl
class TilesUtilStrutsImpl extends TilesUtilImpl implements Serializable- serialVersionUID:
- 6361461121282446038L
-
Class org.apache.struts.tiles.TilesUtilStrutsModulesImpl
class TilesUtilStrutsModulesImpl extends TilesUtilStrutsImpl implements Serializable- serialVersionUID:
- 2840296621378046205L
-
Class org.apache.struts.tiles.UntypedAttribute
class UntypedAttribute extends Object implements Serializable- serialVersionUID:
- -6268589644481252985L
-
Class org.apache.struts.tiles.UrlController
class UrlController extends Object implements Serializable- serialVersionUID:
- -3427605980038213048L
-
Serialized Fields
-
url
String url
URL associated with this controller.
-
-
-
Package org.apache.struts.tiles.actions
-
Class org.apache.struts.tiles.actions.DefinitionDispatcherAction
class DefinitionDispatcherAction extends Action implements Serializable- serialVersionUID:
- 8663194696860741591L
-
Class org.apache.struts.tiles.actions.ReloadDefinitionsAction
class ReloadDefinitionsAction extends Action implements Serializable- serialVersionUID:
- -7047330717130537765L
-
Class org.apache.struts.tiles.actions.TilesAction
class TilesAction extends Action implements Serializable- serialVersionUID:
- 4536388141271532696L
-
Class org.apache.struts.tiles.actions.ViewDefinitionsAction
class ViewDefinitionsAction extends Action implements Serializable- serialVersionUID:
- -5469130834431018931L
-
-
Package org.apache.struts.tiles.beans
-
Class org.apache.struts.tiles.beans.SimpleMenuItem
class SimpleMenuItem extends Object implements Serializable- serialVersionUID:
- -5488084076348864047L
-
-
Package org.apache.struts.tiles.definition
-
Class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
class ComponentDefinitionsFactoryWrapper extends Object implements Serializable- serialVersionUID:
- -1996134499246652941L
-
Serialized Fields
-
config
DefinitionsFactoryConfig config
Deprecated.Factory configuration, -
factory
ComponentDefinitionsFactory factory
Deprecated.The underlying factory.
-
-
Class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
class ReloadableDefinitionsFactory extends Object implements Serializable- serialVersionUID:
- 1432127365659932325L
-
Serialized Fields
-
factory
ComponentDefinitionsFactory factory
The real factory instance. -
properties
Map<String,
Object> properties Initialization parameters.
-
-
-
Package org.apache.struts.tiles.taglib
-
Class org.apache.struts.tiles.taglib.AddTag
class AddTag extends PutTag implements Serializable- serialVersionUID:
- -8081198639386273712L
-
Class org.apache.struts.tiles.taglib.AttributeToScopeTag
class AttributeToScopeTag extends TagSupport implements Serializable- serialVersionUID:
- -1499789323573667416L
-
Class org.apache.struts.tiles.taglib.DefinitionTag
class DefinitionTag extends DefinitionTagSupport implements Serializable- serialVersionUID:
- -1126668990555092082L
-
Serialized Fields
-
definition
ComponentDefinition definition
Template definition -
extendsDefinition
String extendsDefinition
Extends attribute value. -
id
String id
Definition identifier. -
scope
String scope
Scope into which definition will be saved.
-
-
Class org.apache.struts.tiles.taglib.DefinitionTagSupport
class DefinitionTagSupport extends TagSupport implements Serializable- serialVersionUID:
- 9149013624370738390L
-
Class org.apache.struts.tiles.taglib.GetAttributeTag
class GetAttributeTag extends TagSupport implements Serializable- serialVersionUID:
- 6301259591967456357L
-
Class org.apache.struts.tiles.taglib.GetTag
class GetTag extends InsertTag implements Serializable- serialVersionUID:
- 8110886541599103180L
-
Class org.apache.struts.tiles.taglib.ImportAttributeTag
class ImportAttributeTag extends TagSupport implements Serializable- serialVersionUID:
- 627331513872580706L
-
Serialized Fields
-
isErrorIgnored
boolean isErrorIgnored
Are errors ignored. This is the property for attributeignore
. Default value isfalse
, which throws an exception. Only "attribute not found" - errors are ignored. -
name
String name
Class name of object. -
scope
int scope
The scope value. -
scopeName
String scopeName
The scope name.
-
-
Class org.apache.struts.tiles.taglib.InitDefinitionsTag
class InitDefinitionsTag extends TagSupport implements Serializable- serialVersionUID:
- 1471051490484770266L
-
Class org.apache.struts.tiles.taglib.InsertTag
class InsertTag extends DefinitionTagSupport implements Serializable- serialVersionUID:
- 5205711104417088689L
-
Serialized Fields
-
attribute
String attribute
Name of attribute from which to read page name to include. -
beanName
String beanName
Name of bean used as entity to include. -
beanProperty
String beanProperty
Name of bean property, if any. -
beanScope
String beanScope
Scope of bean, if any. -
cachedCurrentContext
ComponentContext cachedCurrentContext
Current component context. -
definitionName
String definitionName
Name of component instance to include. -
flush
boolean flush
Flush attribute value. -
isErrorIgnored
boolean isErrorIgnored
Are errors ignored. This is the property for attribute 'ignore'. Default value is false, which throw an exception. Only 'attribute not found' errors are ignored. -
name
String name
Name to insert. -
pageContext
PageContext pageContext
Trick to allows inner classes to access pageContext. -
processEndTag
boolean processEndTag
Does the end tag need to be processed. Default value is true. Boolean set in case of ignored errors. -
tagHandler
InsertTag.TagHandler tagHandler
Final handler of tag methods.
-
-
Class org.apache.struts.tiles.taglib.InsertTag.DirectStringHandler
class DirectStringHandler extends Object implements Serializable- serialVersionUID:
- 8881370877489828274L
-
Serialized Fields
-
value
Object value
Object to print as a direct string
-
-
Class org.apache.struts.tiles.taglib.InsertTag.InsertHandler
class InsertHandler extends Object implements Serializable- serialVersionUID:
- 6193727491123020174L
-
Serialized Fields
-
controller
Controller controller
-
currentContext
ComponentContext currentContext
-
page
String page
-
role
String role
-
subCompContext
ComponentContext subCompContext
-
-
Class org.apache.struts.tiles.taglib.PutListTag
class PutListTag extends TagSupport implements Serializable- serialVersionUID:
- -3883044506251009353L
-
Class org.apache.struts.tiles.taglib.PutTag
class PutTag extends BodyTagSupport implements Serializable- serialVersionUID:
- -235334177334574729L
-
Serialized Fields
-
attributeName
String attributeName
Name of attribute to put in component context. -
beanName
String beanName
Bean name attribute. -
beanProperty
String beanProperty
Bean property attribute. -
beanScope
String beanScope
Bean scope attribute. -
body
String body
The body content of this tag. -
direct
String direct
JSP Template compatibility. -
realValue
Object realValue
Cached real value computed from tag attributes. -
role
String role
Role attribute. -
value
Object value
Associated attribute value. -
valueType
String valueType
Requested type for the value.
-
-
Class org.apache.struts.tiles.taglib.UseAttributeTag
class UseAttributeTag extends TagSupport implements Serializable- serialVersionUID:
- 6568135554030718942L
-
Serialized Fields
-
attributeName
String attributeName
The attribute name to be exposed. -
classname
String classname
Class name of object. -
isErrorIgnored
boolean isErrorIgnored
Are errors ignored. This is the property for attribute 'ignore'. Default value isfalse
, which throws an exception. Only "attribute not found" - errors are ignored. -
scope
int scope
The scope value. -
scopeName
String scopeName
The scope name.
-
-
-
Package org.apache.struts.tiles.xmlDefinition
-
Class org.apache.struts.tiles.xmlDefinition.DefinitionsFactory
class DefinitionsFactory extends Object implements Serializable- serialVersionUID:
- -1606414944612676291L
-
Serialized Fields
-
definitions
HashMap<String,
ComponentDefinition> definitions Underlying map containing all definitions.
-
-
Class org.apache.struts.tiles.xmlDefinition.FactorySet
class FactorySet extends Object implements Serializable- serialVersionUID:
- -3005016733922480701L
-
Class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
class I18nFactorySet extends FactorySet implements Serializable- serialVersionUID:
- 3883838354881166525L
-
Serialized Fields
-
defaultFactory
DefinitionsFactory defaultFactory
Default factory. -
filenames
ArrayList<String> filenames
Names of files containing instances descriptions. -
isValidatingParser
boolean isValidatingParser
Do we want validating parser. Default isfalse
. Can be set from servlet config file. -
loaded
HashMap<String,
DefinitionsFactory> loaded Collection of already loaded definitions set, referenced by their suffix. -
parserDetailLevel
int parserDetailLevel
Parser detail level. Default is 0. Can be set from servlet config file.
-
-
Class org.apache.struts.tiles.xmlDefinition.XmlDefinition
class XmlDefinition extends ComponentDefinition implements Serializable- serialVersionUID:
- -5843791058928194033L
-
Serialized Fields
-
inherit
String inherit
Extends attribute value. -
isVisited
boolean isVisited
Used for resolving inheritance.
-
-
-
Package org.apache.struts.tiles2
-
Class org.apache.struts.tiles2.TilesRequestProcessor
class TilesRequestProcessor extends RequestProcessor implements Serializable- serialVersionUID:
- 6212184689866961850L
-
Serialized Fields
-
servletContext
ServletContext servletContext
The used servlet context.
-
-
-
Package org.apache.struts.tiles2.actions
-
Class org.apache.struts.tiles2.actions.DefinitionDispatcherAction
class DefinitionDispatcherAction extends Action implements Serializable- serialVersionUID:
- 9052008321390723214L
-
Class org.apache.struts.tiles2.actions.TilesAction
class TilesAction extends Action implements Serializable- serialVersionUID:
- -565671066052461589L
-
-
Package org.apache.struts.upload
-
Package org.apache.struts.util
-
Class org.apache.struts.util.ImageButtonBean
class ImageButtonBean extends Object implements Serializable- serialVersionUID:
- -2728467216883854129L
-
Class org.apache.struts.util.LabelValueBean
class LabelValueBean extends Object implements Serializable- serialVersionUID:
- -4583610486738719417L
-
Class org.apache.struts.util.MessageResources
class MessageResources extends Object implements Serializable- serialVersionUID:
- -7091558627339276086L
-
Serialized Fields
-
config
String config
The configuration parameter used to initialize this MessageResources. -
defaultLocale
Locale defaultLocale
The default Locale for our environment. -
escape
boolean escape
Indicates whether 'escape processing' should be performed on the error message string. -
factory
MessageResourcesFactory factory
TheMessageResourcesFactory
that created this instance. -
formats
HashMap<String,
MessageFormat> formats The set of previously created MessageFormat objects, keyed by the key computed inmessageKey()
. -
returnNull
boolean returnNull
Indicate is anull
is returned instead of an error message string when an unknown Locale or key is requested.
-
-
Class org.apache.struts.util.MessageResourcesFactory
class MessageResourcesFactory extends Object implements Serializable- serialVersionUID:
- 4038049321455270344L
-
Serialized Fields
-
config
MessageResourcesConfig config
Configuration information for Message Resources. -
returnNull
boolean returnNull
The "return null" property value to which newly created MessageResourcess should be initialized.
-
-
Exception Class org.apache.struts.util.ModuleException
class ModuleException extends Exception implements Serializable- serialVersionUID:
- 623125126450529319L
-
Serialized Fields
-
message
ActionMessage message
The ActionMessage associated with this exception.- Since:
- Struts 1.2
-
property
String property
-
-
Class org.apache.struts.util.PropertyMessageResources
class PropertyMessageResources extends MessageResources implements Serializable- serialVersionUID:
- -8425494681357052837L
-
Serialized Fields
-
locales
HashMap<String,
String> locales The set of locale keys for which we have already loaded messages, keyed by the value calculated inlocaleKey()
. -
messages
HashMap<String,
String> messages The cache of messages we have accumulated over time, keyed by the value calculated inmessageKey()
. -
mode
int mode
Compatibility mode that PropertyMessageResources is operating in.
-
-
Class org.apache.struts.util.PropertyMessageResourcesFactory
class PropertyMessageResourcesFactory extends MessageResourcesFactory implements Serializable- serialVersionUID:
- 5604114512308758549L
-
-
Package org.apache.struts.validator
-
Class org.apache.struts.validator.BeanValidatorForm
class BeanValidatorForm extends ValidatorForm implements Serializable- serialVersionUID:
- 2823785802796187210L
-
Serialized Fields
-
dynaBean
org.apache.commons.beanutils.DynaBean dynaBean
TheDynaBean
that this ActionForm is backed by. -
pathValidation
boolean pathValidation
Indicates whether the ActionMapping's path should be used for the validation key. -
strutsConfigFormName
String strutsConfigFormName
The name used to identify the ActionForm in the struts-config.xml
-
-
Class org.apache.struts.validator.DynaValidatorForm
class DynaValidatorForm extends DynaActionForm implements Serializable- serialVersionUID:
- -3390223591247112687L
-
Serialized Fields
-
page
int page
Used to indicate the current page of a multi-page form. -
validatorResults
org.apache.commons.validator.ValidatorResults validatorResults
The results returned from the validation performed by theValidator
.
-
-
Class org.apache.struts.validator.FieldChecks
class FieldChecks extends Object implements Serializable- serialVersionUID:
- 6466045187316462715L
-
Class org.apache.struts.validator.LazyValidatorForm
class LazyValidatorForm extends BeanValidatorForm implements Serializable- serialVersionUID:
- 6206516954531621997L
-
Class org.apache.struts.validator.ValidatorForm
class ValidatorForm extends ActionForm implements Serializable- serialVersionUID:
- 7373898264686375233L
-
Serialized Fields
-
page
int page
Used to indicate the current page of a multi-page form. -
validatorResults
org.apache.commons.validator.ValidatorResults validatorResults
The results returned from the validation performed by theValidator
.
-
-
-
Package org.apache.strutsel.taglib.bean
-
Class org.apache.strutsel.taglib.bean.ELIncludeTag
class ELIncludeTag extends IncludeTag implements Serializable- serialVersionUID:
- 5872359611165064906L
-
Class org.apache.strutsel.taglib.bean.ELMessageTag
class ELMessageTag extends MessageTag implements Serializable- serialVersionUID:
- -8804335982873154908L
-
Class org.apache.strutsel.taglib.bean.ELPageTag
class ELPageTag extends PageTag implements Serializable- serialVersionUID:
- -2021614166767406432L
-
Class org.apache.strutsel.taglib.bean.ELResourceTag
class ELResourceTag extends ResourceTag implements Serializable- serialVersionUID:
- 5748871138055936783L
-
Class org.apache.strutsel.taglib.bean.ELSizeTag
class ELSizeTag extends SizeTag implements Serializable- serialVersionUID:
- 7211088453077706431L
-
Class org.apache.strutsel.taglib.bean.ELStrutsTag
class ELStrutsTag extends StrutsTag implements Serializable- serialVersionUID:
- 5807970113695223599L
-
-
Package org.apache.strutsel.taglib.html
-
Class org.apache.strutsel.taglib.html.ELBaseTag
class ELBaseTag extends BaseTag implements Serializable- serialVersionUID:
- 7608557778237763976L
-
Class org.apache.strutsel.taglib.html.ELButtonTag
class ELButtonTag extends ButtonTag implements Serializable- serialVersionUID:
- -3489536830498817287L
-
Class org.apache.strutsel.taglib.html.ELCancelTag
class ELCancelTag extends CancelTag implements Serializable- serialVersionUID:
- -94734059345855789L
-
Class org.apache.strutsel.taglib.html.ELCheckboxTag
class ELCheckboxTag extends CheckboxTag implements Serializable- serialVersionUID:
- -3036190494438950327L
-
Class org.apache.strutsel.taglib.html.ELErrorsTag
class ELErrorsTag extends ErrorsTag implements Serializable- serialVersionUID:
- -3399484052918626699L
-
Class org.apache.strutsel.taglib.html.ELFileTag
class ELFileTag extends FileTag implements Serializable- serialVersionUID:
- 1638349306338176968L
-
Class org.apache.strutsel.taglib.html.ELFormTag
class ELFormTag extends FormTag implements Serializable- serialVersionUID:
- 5135239843512724572L
-
Class org.apache.strutsel.taglib.html.ELFrameTag
class ELFrameTag extends FrameTag implements Serializable- serialVersionUID:
- 6386189000643164187L
-
Class org.apache.strutsel.taglib.html.ELHiddenTag
class ELHiddenTag extends HiddenTag implements Serializable- serialVersionUID:
- 6693977452323684186L
-
Class org.apache.strutsel.taglib.html.ELHtmlTag
class ELHtmlTag extends HtmlTag implements Serializable- serialVersionUID:
- -8077272944996947640L
-
Class org.apache.strutsel.taglib.html.ELImageTag
class ELImageTag extends ImageTag implements Serializable- serialVersionUID:
- 3976691799606383641L
-
Class org.apache.strutsel.taglib.html.ELImgTag
class ELImgTag extends ImgTag implements Serializable- serialVersionUID:
- 225174586469787747L
-
Class org.apache.strutsel.taglib.html.ELJavascriptValidatorTag
class ELJavascriptValidatorTag extends JavascriptValidatorTag implements Serializable- serialVersionUID:
- -2361511569656359178L
-
Class org.apache.strutsel.taglib.html.ELLinkTag
class ELLinkTag extends LinkTag implements Serializable- serialVersionUID:
- 977780604523515332L
-
Class org.apache.strutsel.taglib.html.ELMessagesTag
class ELMessagesTag extends MessagesTag implements Serializable- serialVersionUID:
- -1288956466359944787L
-
Class org.apache.strutsel.taglib.html.ELMultiboxTag
class ELMultiboxTag extends MultiboxTag implements Serializable- serialVersionUID:
- 7705325904266547195L
-
Class org.apache.strutsel.taglib.html.ELOptionsCollectionTag
class ELOptionsCollectionTag extends OptionsCollectionTag implements Serializable- serialVersionUID:
- 7020162905128599366L
-
Class org.apache.strutsel.taglib.html.ELOptionsTag
class ELOptionsTag extends OptionsTag implements Serializable- serialVersionUID:
- 3522000901142842326L
-
Class org.apache.strutsel.taglib.html.ELOptionTag
class ELOptionTag extends OptionTag implements Serializable- serialVersionUID:
- 1706553101660373701L
-
Class org.apache.strutsel.taglib.html.ELParamTag
class ELParamTag extends ParamTag implements Serializable- serialVersionUID:
- -7836106796089690313L
-
Class org.apache.strutsel.taglib.html.ELPasswordTag
class ELPasswordTag extends PasswordTag implements Serializable- serialVersionUID:
- -714614178724807599L
-
Class org.apache.strutsel.taglib.html.ELRadioTag
class ELRadioTag extends RadioTag implements Serializable- serialVersionUID:
- 5148876322544294617L
-
Class org.apache.strutsel.taglib.html.ELResetTag
class ELResetTag extends ResetTag implements Serializable- serialVersionUID:
- 1681825163804935476L
-
Class org.apache.strutsel.taglib.html.ELRewriteTag
class ELRewriteTag extends RewriteTag implements Serializable- serialVersionUID:
- 1805985400299162903L
-
Class org.apache.strutsel.taglib.html.ELSelectTag
class ELSelectTag extends SelectTag implements Serializable- serialVersionUID:
- -6852595571028866705L
-
Class org.apache.strutsel.taglib.html.ELSubmitTag
class ELSubmitTag extends SubmitTag implements Serializable- serialVersionUID:
- 2756685218031540317L
-
Class org.apache.strutsel.taglib.html.ELTextareaTag
class ELTextareaTag extends TextareaTag implements Serializable- serialVersionUID:
- 6323593537394398072L
-
Class org.apache.strutsel.taglib.html.ELTextTag
class ELTextTag extends TextTag implements Serializable- serialVersionUID:
- 4065988044882612469L
-
-
Package org.apache.strutsel.taglib.logic
-
Class org.apache.strutsel.taglib.logic.ELForwardTag
class ELForwardTag extends ForwardTag implements Serializable- serialVersionUID:
- -791780574854272086L
-
Class org.apache.strutsel.taglib.logic.ELIterateTag
class ELIterateTag extends IterateTag implements Serializable- serialVersionUID:
- -9060951184554028034L
-
Class org.apache.strutsel.taglib.logic.ELMatchTag
class ELMatchTag extends MatchTag implements Serializable- serialVersionUID:
- -8525557473502640319L
-
Serialized Fields
-
expr
String expr
Evaluated value of expression.
-
-
Class org.apache.strutsel.taglib.logic.ELMessagesNotPresentTag
class ELMessagesNotPresentTag extends MessagesNotPresentTag implements Serializable- serialVersionUID:
- -1917468903687839491L
-
Class org.apache.strutsel.taglib.logic.ELMessagesPresentTag
class ELMessagesPresentTag extends MessagesPresentTag implements Serializable- serialVersionUID:
- 7014561973801811101L
-
Class org.apache.strutsel.taglib.logic.ELNotMatchTag
class ELNotMatchTag extends NotMatchTag implements Serializable- serialVersionUID:
- -5081186942535863938L
-
Serialized Fields
-
expr
String expr
Evaluated value of expression.
-
-
Class org.apache.strutsel.taglib.logic.ELNotPresentTag
class ELNotPresentTag extends NotPresentTag implements Serializable- serialVersionUID:
- 6216500894916465346L
-
Class org.apache.strutsel.taglib.logic.ELPresentTag
class ELPresentTag extends PresentTag implements Serializable- serialVersionUID:
- -8086544595520033311L
-
Class org.apache.strutsel.taglib.logic.ELRedirectTag
class ELRedirectTag extends RedirectTag implements Serializable- serialVersionUID:
- -4642889601163972943L
-
-
Package org.apache.strutsel.taglib.tiles
-
Class org.apache.strutsel.taglib.tiles.ELAddTag
class ELAddTag extends AddTag implements Serializable- serialVersionUID:
- -2151737534824320967L
-
Class org.apache.strutsel.taglib.tiles.ELDefinitionTag
class ELDefinitionTag extends DefinitionTag implements Serializable- serialVersionUID:
- 5361064958617508015L
-
Class org.apache.strutsel.taglib.tiles.ELGetAttributeTag
class ELGetAttributeTag extends GetAttributeTag implements Serializable- serialVersionUID:
- -3525511471896553953L
-
Class org.apache.strutsel.taglib.tiles.ELGetTag
class ELGetTag extends GetTag implements Serializable- serialVersionUID:
- -2048413008318042294L
-
Class org.apache.strutsel.taglib.tiles.ELImportAttributeTag
class ELImportAttributeTag extends ImportAttributeTag implements Serializable- serialVersionUID:
- 2855040635673808900L
-
Class org.apache.strutsel.taglib.tiles.ELInitDefinitionsTag
class ELInitDefinitionsTag extends InitDefinitionsTag implements Serializable- serialVersionUID:
- -5627510418370676433L
-
Class org.apache.strutsel.taglib.tiles.ELInsertTag
class ELInsertTag extends InsertTag implements Serializable- serialVersionUID:
- -1873103530921921750L
-
Class org.apache.strutsel.taglib.tiles.ELPutListTag
class ELPutListTag extends PutListTag implements Serializable- serialVersionUID:
- -5590841545745764688L
-
Class org.apache.strutsel.taglib.tiles.ELPutTag
class ELPutTag extends PutTag implements Serializable- serialVersionUID:
- -4202066798764529556L
-
Class org.apache.strutsel.taglib.tiles.ELUseAttributeTag
class ELUseAttributeTag extends UseAttributeTag implements Serializable- serialVersionUID:
- 8577679162018643682L
-