Package | Description |
---|---|
com.opensymphony.xwork2.config |
Configuration core classes.
|
com.opensymphony.xwork2.config.entities |
Configuration entity classes.
|
com.opensymphony.xwork2.config.impl |
Configuration implementation classes.
|
com.opensymphony.xwork2.util.location |
Classes and utilities used to track location information.
|
com.opensymphony.xwork2.util.reflection | |
com.opensymphony.xwork2.validator |
XWork validation subsystem.
|
org.apache.struts2 | |
org.apache.struts2.conversion |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationException
ConfigurationException
|
Modifier and Type | Class and Description |
---|---|
class |
ActionConfig
Contains everything needed to configure and execute an action:
methodName - the method name to execute on the action.
|
class |
ExceptionMappingConfig
Configuration for exception mapping.
|
class |
InterceptorConfig
Configuration for Interceptors.
|
class |
InterceptorStackConfig
Configuration for InterceptorStack.
|
class |
PackageConfig
Configuration for Package.
|
class |
ResultConfig
Configuration for Result.
|
class |
ResultTypeConfig
Configuration class for result types.
|
class |
UnknownHandlerConfig |
Modifier and Type | Class and Description |
---|---|
class |
LocatableConstantFactory<T>
Factory that remembers where a constant came from
|
class |
LocatableFactory<T>
Attaches location information to the factory.
|
Modifier and Type | Class and Description |
---|---|
class |
LocatableProperties
Properties implementation that remembers the location of each property.
|
class |
Located
Base class for location aware objects
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectionException |
Modifier and Type | Class and Description |
---|---|
class |
ValidatorConfig
Holds the necessary information for configuring an instance of a Validator.
|
Modifier and Type | Class and Description |
---|---|
class |
StrutsException
A generic runtime exception that optionally contains Location information
|
Modifier and Type | Class and Description |
---|---|
class |
TypeConversionException
TypeConversionException should be thrown by any TypeConverters which fail to convert values
|
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.