|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package org.apache.struts |
|---|
| Class org.apache.struts.Globals extends java.lang.Object implements Serializable |
|---|
| Package org.apache.struts.action |
|---|
| Class org.apache.struts.action.ActionError extends ActionMessage implements Serializable |
|---|
| Class org.apache.struts.action.ActionErrors extends ActionMessages implements Serializable |
|---|
| Class org.apache.struts.action.ActionForm extends java.lang.Object implements Serializable |
|---|
| Class org.apache.struts.action.ActionFormBean extends FormBeanConfig implements Serializable |
|---|
| Class org.apache.struts.action.ActionForward extends ForwardConfig implements Serializable |
|---|
| Class org.apache.struts.action.ActionMapping extends ActionConfig implements Serializable |
|---|
| Class org.apache.struts.action.ActionMessage extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String key
The message key for this message.
java.lang.Object[] values
The replacement values for this mesasge.
| Class org.apache.struts.action.ActionMessages extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean accessed
Have the messages been retrieved from this object?
The controller uses this property to determine if session-scoped messages can be removed.
java.util.HashMap<K,V> messages
The accumulated set of ActionMessage objects (represented
as an ArrayList) for each property, keyed by property name.
int iCount
The current number of the property/key being added. This is used to maintain the order messages are added.
| Class org.apache.struts.action.ActionMessages.ActionMessageItem extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.List<E> list
The list of ActionMessages.
int iOrder
The position in the list of messages.
java.lang.String property
The property associated with ActionMessage.
| Class org.apache.struts.action.DynaActionForm extends ActionForm implements Serializable |
|---|
| Serialized Fields |
|---|
DynaActionFormClass dynaClass
The DynaActionFormClass with which we are associated.
java.util.HashMap<K,V> dynaValues
The set of property values for this DynaActionForm,
keyed by property name.
| Class org.apache.struts.action.DynaActionFormClass extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
FormBeanConfig config
The form bean configuration information for this class.
java.lang.String name
The "dynamic class name" for this DynaClass.
org.apache.commons.beanutils.DynaProperty[] properties
The set of dynamic properties that are part of this DynaClass.
java.util.HashMap<K,V> 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 the
properties list.
| Class org.apache.struts.action.ForwardingActionForward extends ActionForward implements Serializable |
|---|
| Class org.apache.struts.action.InvalidCancelException extends java.lang.Exception implements Serializable |
|---|
| Class org.apache.struts.action.RedirectingActionForward extends ActionForward implements Serializable |
|---|
| Class org.apache.struts.action.RequestActionMapping extends ActionMapping implements Serializable |
|---|
| Class org.apache.struts.action.SessionActionMapping extends ActionMapping implements Serializable |
|---|
| Package org.apache.struts.config |
|---|
| Class org.apache.struts.config.ActionConfig extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean configured
java.util.HashMap<K,V> exceptions
type property.
java.util.HashMap<K,V> forwards
name property.
ModuleConfig moduleConfig
java.lang.String attribute
name.
java.lang.String forward
Action class specified by "type".
Exactly one of forward, include, or
type must be specified.
java.lang.String include
Action class specified by "type".
Exactly one of forward, include, or
type must be specified.
java.lang.String input
java.lang.String multipartClass
MultipartRequestHandler implementation class used to
process multi-part request data for this Action.
java.lang.String name
java.lang.String parameter
java.lang.String path
java.lang.String prefix
java.lang.String roles
java.lang.String[] roleNames
java.lang.String scope
java.lang.String suffix
java.lang.String type
Action class
to be used to process requests for this mapping if the
forward and include properties are not set.
Exactly one of forward, include, or
type must be specified.
boolean unknown
boolean validate
validate() method of the form bean associated
with this action be called?
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.
| Class org.apache.struts.config.ActionConfigMatcher extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.List<E> compiledPaths
| Class org.apache.struts.config.ControllerConfig extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean configured
int bufferSize
java.lang.String contentType
java.lang.String forwardPattern
The replacement pattern used to determine a context-relative URL
from a ForwardConfig 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 the path
property of a ForwardConfig instance.$$ - Renders a literal dollar sign
("$") character in the resulting URL.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.
boolean inputForward
Should the input property of ActionConfig
instances associated with this module be treated as the
name of a corresponding ForwardConfig. A false
value treats them as a module-relative path (consistent
with the hard coded behavior of earlier versions of Struts.
boolean locale
java.lang.String maxFileSize
java.lang.String memFileSize
java.lang.String multipartClass
boolean nocache
java.lang.String pagePattern
The replacement pattern used to determine a context-relative URL
from the page 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 the page
attribute value being evaluated.$$ - Renders a literal dollar sign
("$") character in the resulting URL.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.
java.lang.String processorClass
java.lang.String tempDir
| Class org.apache.struts.config.DataSourceConfig extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean configured
java.lang.String key
java.util.HashMap<K,V> properties
java.lang.String type
javax.sql.DataSource
implementation class.
| Class org.apache.struts.config.ExceptionConfig extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean configured
java.lang.String bundle
java.lang.String handler
java.lang.String key
java.lang.String path
Action.
java.lang.String scope
java.lang.String type
| Class org.apache.struts.config.FormBeanConfig extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean configured
java.util.HashMap<K,V> formProperties
java.lang.String lock
The lockable object we can synchronize on when creating DynaActionFormClass.
boolean dynamic
java.lang.String name
ActionMapping instances as well as for the name of
the request or session attribute under which the corresponding form bean
instance is created or accessed.
java.lang.String type
boolean restricted
| Class org.apache.struts.config.FormPropertyConfig extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean configured
java.lang.String initial
java.lang.String name
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.
java.lang.String type
[] to
indicate that the property is indexed.
| Class org.apache.struts.config.ForwardConfig extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean configured
boolean contextRelative
path property be considered
context-relative if it starts with a slash (and therefore not
prefixed with the module prefix?
java.lang.String name
Action classes.
java.lang.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:
contextRelative property is true, 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.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 the forwardPattern property defined on the
ControllerConfig element for our current module.
For the default forwardPattern value of
$C$M$P, the resulting server-relative URL will be
the concatenation of the context path, the module prefix,
and the path from this ForwardConfig.
java.lang.String module
The prefix of the module to which this ForwardConfig entry points,
which must start with a slash ("/") character.
boolean redirect
| Class org.apache.struts.config.MessageResourcesConfig extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean configured
java.lang.String factory
java.lang.String key
boolean nullValue
null for unknown message keys?
java.lang.String parameter
createResources() method
of our MessageResourcesFactory implementation.
| Class org.apache.struts.config.PlugInConfig extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean configured
java.util.Map<K,V> properties
Map of the name-value pairs that will be used to
configure the property values of a PlugIn instance.
java.lang.String className
PlugIn
implementation class being configured.
| Package org.apache.struts.config.impl |
|---|
| Class org.apache.struts.config.impl.DefaultModuleConfigFactory extends ModuleConfigFactory implements Serializable |
|---|
| Class org.apache.struts.config.impl.ModuleConfigImpl extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.HashMap<K,V> actionConfigs
path property.
java.util.List<E> actionConfigList
java.util.HashMap<K,V> dataSources
key property.
java.util.HashMap<K,V> exceptions
type property.
java.util.HashMap<K,V> formBeans
name property.
java.util.HashMap<K,V> forwards
name property.
java.util.HashMap<K,V> messageResources
key property.
java.util.ArrayList<E> plugIns
boolean configured
ControllerConfig controllerConfig
java.lang.String prefix
java.lang.String actionFormBeanClass
java.lang.String actionMappingClass
java.lang.String actionForwardClass
ActionConfigMatcher matcher
| Package org.apache.struts.taglib.nested |
|---|
| Class org.apache.struts.taglib.nested.NestedReference extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String beanName
java.lang.String property
| Package org.apache.struts.tiles |
|---|
| Class org.apache.struts.tiles.ComponentContext extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.Map<K,V> attributes
| Class org.apache.struts.tiles.ComponentDefinition extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String name
java.lang.String path
java.util.Map<K,V> attributes
java.lang.String role
java.lang.String controller
java.lang.String controllerType
Controller controllerInstance
| Class org.apache.struts.tiles.DefinitionAttribute extends UntypedAttribute implements Serializable |
|---|
| Class org.apache.struts.tiles.DefinitionNameAttribute extends UntypedAttribute implements Serializable |
|---|
| Class org.apache.struts.tiles.DefinitionsFactoryConfig extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String factoryClassname
boolean parserValidate
java.lang.String definitionConfigFiles
boolean moduleAware
java.lang.String factoryName
java.util.Map<K,V> extraAttributes
| Class org.apache.struts.tiles.DefinitionsFactoryException extends TilesException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Exception exception
| Class org.apache.struts.tiles.DirectStringAttribute extends UntypedAttribute implements Serializable |
|---|
| Class org.apache.struts.tiles.FactoryNotFoundException extends DefinitionsFactoryException implements Serializable |
|---|
| Class org.apache.struts.tiles.NoSuchDefinitionException extends DefinitionsFactoryException implements Serializable |
|---|
| Class org.apache.struts.tiles.PathAttribute extends UntypedAttribute implements Serializable |
|---|
| Class org.apache.struts.tiles.TilesException extends java.lang.Exception implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Exception exception
| Class org.apache.struts.tiles.TilesUtilImpl extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
org.apache.commons.logging.Log log
| Class org.apache.struts.tiles.TilesUtilStrutsImpl extends TilesUtilImpl implements Serializable |
|---|
| Class org.apache.struts.tiles.TilesUtilStrutsModulesImpl extends TilesUtilStrutsImpl implements Serializable |
|---|
| Class org.apache.struts.tiles.UntypedAttribute extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String role
java.lang.Object value
| Package org.apache.struts.tiles.beans |
|---|
| Class org.apache.struts.tiles.beans.SimpleMenuItem extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String value
java.lang.String link
java.lang.String icon
java.lang.String tooltip
| Package org.apache.struts.tiles.definition |
|---|
| Class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
ComponentDefinitionsFactory factory
DefinitionsFactoryConfig config
| Class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
ComponentDefinitionsFactory factory
java.util.Map<K,V> properties
| Package org.apache.struts.tiles.xmlDefinition |
|---|
| Class org.apache.struts.tiles.xmlDefinition.DefinitionsFactory extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.Map<K,V> definitions
| Class org.apache.struts.tiles.xmlDefinition.FactorySet extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.Map<K,V> factories
| Class org.apache.struts.tiles.xmlDefinition.I18nFactorySet extends FactorySet implements Serializable |
|---|
| Serialized Fields |
|---|
DefinitionsFactory defaultFactory
boolean isValidatingParser
false.
Can be set from servlet config file.
int parserDetailLevel
java.util.List<E> filenames
java.util.Map<K,V> loaded
| Class org.apache.struts.tiles.xmlDefinition.XmlDefinition extends ComponentDefinition implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String inherit
boolean isVisited
| Package org.apache.struts.upload |
|---|
| Class org.apache.struts.upload.ContentLengthExceededException extends java.io.IOException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String message
| Class org.apache.struts.upload.MaxLengthExceededException extends java.io.IOException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String message
| Package org.apache.struts.util |
|---|
| Class org.apache.struts.util.ImageButtonBean extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String x
java.lang.String y
| Class org.apache.struts.util.LabelValueBean extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String label
java.lang.String value
| Class org.apache.struts.util.MessageResources extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String config
java.util.Locale defaultLocale
MessageResourcesFactory factory
MessageResourcesFactory that created this instance.
java.util.HashMap<K,V> formats
messageKey().
boolean returnNull
null is returned instead of an error message string
when an unknown Locale or key is requested.
| Class org.apache.struts.util.MessageResourcesFactory extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean returnNull
| Class org.apache.struts.util.ModuleException extends java.lang.Exception implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String property
ActionError error
ActionMessage message
| Class org.apache.struts.util.PropertyMessageResources extends MessageResources implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.HashMap<K,V> locales
localeKey().
java.util.HashMap<K,V> messages
messageKey().
| Class org.apache.struts.util.PropertyMessageResourcesFactory extends MessageResourcesFactory implements Serializable |
|---|
| Package org.apache.struts.validator |
|---|
| Class org.apache.struts.validator.BeanValidatorForm extends ValidatorForm implements Serializable |
|---|
| Serialized Fields |
|---|
org.apache.commons.beanutils.DynaBean dynaBean
DynaBean that this ActionForm is backed by.
boolean pathValidation
| Class org.apache.struts.validator.DynaValidatorActionForm extends DynaValidatorForm implements Serializable |
|---|
| Class org.apache.struts.validator.DynaValidatorForm extends DynaActionForm implements Serializable |
|---|
| Serialized Fields |
|---|
org.apache.commons.validator.ValidatorResults validatorResults
Validator.
int page
| Class org.apache.struts.validator.FieldChecks extends java.lang.Object implements Serializable |
|---|
| Class org.apache.struts.validator.ValidatorActionForm extends ValidatorForm implements Serializable |
|---|
| Class org.apache.struts.validator.ValidatorForm extends ActionForm implements Serializable |
|---|
| Serialized Fields |
|---|
org.apache.commons.validator.ValidatorResults validatorResults
Validator.
int page
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||