Class Summary |
OgnlConfiguredValidator |
A special validator wrapper that wraps a Validator and the
configuration associated with it. |
OgnlMessage |
An OGNL message wraps a "template" that is a String of characters. |
OgnlObjectMapping |
This class provides mapping data from one object to another via two sets
of OGNL expressions: one to get the value from one object; and one to
set that value on another object. |
OgnlPropertyMapping |
Instances of this class are used to set OGNL properties on objects with
a particular value. |
OgnlResourceMessage |
This resource message is pulled from a resource and then converted
based upon the contained OGNL expressions. |
OgnlValidationServiceValidator |
This is the OGNL-specific validator that handles forwarding from one
validation set to another. |
OgnlXmlServiceFactory |
This factory constructs a ValidationService based upon an XML
configuration (via file or String, etc.). |