org.iscreen.ognl |
|
Java Source File Name | Type | Comment |
OgnlConfiguredValidator.java | Class | A special validator wrapper that wraps a Validator and the
configuration associated with it. |
OgnlConfiguredValidatorTest.java | Class | |
OgnlIntegrationTest.java | Class | This set of unit tests are designed to test integration of
the XML configuration together with the underlying object model. |
OgnlMessage.java | Class | An OGNL message wraps a "template" that is a String of characters. |
OgnlMessageTest.java | Class | Tests the OgnlMessage class. |
OgnlObjectMapping.java | Class | 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. |
OgnlObjectMappingTest.java | Class | |
OgnlPropertyMapping.java | Class | Instances of this class are used to set OGNL properties on objects with
a particular value. |
OgnlPropertyMappingTest.java | Class | |
OgnlResourceMessage.java | Class | This resource message is pulled from a resource and then converted
based upon the contained OGNL expressions. |
OgnlValidationFactoryConfigTest.java | Class | Tests the ValidationFactoryConfig class. |
OgnlValidationServiceValidator.java | Class | This is the OGNL-specific validator that handles forwarding from one
validation set to another. |
OgnlValidationServiceWrapperTest.java | Class | Tests the ValidationServiceWrapper class. |
OgnlXmlServiceFactory.java | Class | This factory constructs a ValidationService based upon an XML
configuration (via file or String, etc.). |
OgnlXmlServiceFactoryTest.java | Class | These unit tests check to ensure that the OgnlXmlServiceFactory's API
to the parser are correct and generate the internal model of the
validators and validations properly. |