|
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. |
| IteratorHelper |
Wraps an Enumeration and provides Iterator interface. |
| 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. |