|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
See:
Description
| Interface Summary | |
| InputModule | InputModule specifies an interface for components that provide access to individual attributes e.g. request parameters, request attributes, session attributes &c. |
| Class Summary | |
| AbstractInputModule | AbstractInputModule gives you the infrastructure for easily deploying more InputModules. |
| AbstractJXPathModule | JXPathModule allows to access properties of any object in generic way. |
| AbstractMetaModule | AbstractMetaModule gives you the infrastructure for easily deploying more "meta" InputModules i.e. |
| ChainMetaModule | This modules allows to "chain" several other modules. |
| CollectionMetaModule | Constructs an array of values suitable for a JDBC collection type from parameters obtained from another input module. |
| DateInputModule | DateInputModule returns current date, optionally formated as string. |
| DateMetaInputModule | Parses a date string according to a given format and returns a date object. |
| DefaultsMetaModule | Set a number of constants. |
| DigestMetaModule | Meta module that obtains values from other module and returns message digest of value. |
| HeaderAttributeModule | HeaderAttributeModule accesses request header attributes. |
| JXPathMetaModule | JXPathModule allows to access properties of any object in generic way. |
| MapMetaModule | Meta module that obtains an Object from another module, assumes that this Object implements the java.util.Map interface, and gives access to the map contents. |
| NullInputModule | NullInputModule returns a null object. |
| RandomNumberModule | RandomNumberModule returns a random number as string. |
| RequestAttributeModule | RequestAttributeModule accesses request attributes. |
| RequestContextPathModule | RequestContextPathModule allows to use the request context path in
sitemap attribute expressions. Usage: <map:redirect-to uri="{request:context}/index.html" /> |
| RequestModule | RequestModule provides access to Request object properties. |
| RequestParameterModule | RequestParameterModule accesses request parameters. |
| RequestURIModule | RequestURIModule accesses the request URI. |
| SessionAttributeModule | SessionAttributeModule accesses session attributes. |
| SessionModule | SessionModule provides access to Session object properties. |
| SimpleMappingMetaModule | Meta module that obtains values from an other module and by replacing the requested attribute name with another name. |
| StringConstantModule | StringConstantModule returns a constant string. |
| SystemPropertyModule | SystemPropertyModule is an JXPath based InputModule implementation that provides access to system properties. |
| XMLMetaModule | Meta module that obtains values from other module and returns all parameters as XML. |
Input modules provide a simple interface to obtain values largely based on the methods provided by request and session to get values and names of attributes.
|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||