org.apache.cocoon.components.modules.input |
|
Java Source File Name | Type | Comment |
AbstractInputModule.java | Class | AbstractInputModule gives you the infrastructure for easily
deploying more InputModules. |
AbstractJXPathModule.java | Class | JXPathModule allows to access properties of any object in generic
way. |
AbstractMetaModule.java | Class | AbstractMetaModule gives you the infrastructure for easily
deploying more "meta" InputModules i.e. |
BaseLinkModule.java | Class | BaseLinkModule returns a relative link (../ ,
../../ etc) to the base of the current request or sitemap URI. |
ChainMetaModule.java | Class | This modules allows to "chain" several other modules. |
CollectionMetaModule.java | Class | Constructs an array of values suitable for a JDBC collection type
from parameters obtained from another input module. |
ContextPathModule.java | Class | ContextPathModule provides a real filesystem path for a virtual
context-relative path. |
CookieModule.java | Class | Input module for cookies. |
DateInputModule.java | Class | DateInputModule returns current date, optionally formated as
string. |
DateMetaInputModule.java | Class | Parses a date string according to a given format and returns a date
object. |
DefaultsMetaModule.java | Class | Old name for
DefaultsModule . |
DefaultsModule.java | Class | Set a number of constants. |
DigestMetaModule.java | Class | Meta module that obtains values from other module and returns
message digest of value. |
FlowAttributeModule.java | Class | FlowAttributeModule provides access to the flow business object properties.
To get access to the properties use XPath syntax. |
FlowContinuationModule.java | Class | FlowContinuationModule provides access to the flow web continuation
object. |
GlobalInputModule.java | Class | This simple module allows to define global parameters in a sitemap. |
HeaderAttributeModule.java | Class | HeaderAttributeModule accesses request header attributes. |
IndexPathModule.java | Class | This module returns the directory path of a search index given by its id,
which normally is "pubid-area". |
InputModule.java | Interface | InputModule specifies an interface for components that provide
access to individual attributes e.g. |
InputModuleHelper.java | Class | |
IteratorHelper.java | Class | Wraps an Enumeration and provides Iterator interface. |
JXPathHelper.java | Class | |
JXPathHelperConfiguration.java | Class | |
JXPathMetaModule.java | Class | JXPathModule allows to access properties of any object in generic
way. |
LocateResource.java | Class | Locate a resource in a resource tree. |
MapMetaModule.java | Class | 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. |
ModuleHolder.java | Class | |
NamingInputModule.java | Class | NamingInputModule accesses values stored in the JNDI context.
This module accept any configuration parameters and passes them as
properties to the InitialContext. |
NullInputModule.java | Class | NullInputModule returns a null object. |
PortletURLModule.java | Class | Input module to be used in together with
org.apache.cocoon.transformation.LinkRewriterTransformer in JSR-168 (Portlet) environment. |
ProjectPathModule.java | Class | ProjectPathModule provides relative and absolute paths with regards to the root of a project. |
PropertiesFileModule.java | Class | Input module for accessing properties in a properties file. |
RandomNumberModule.java | Class | RandomNumberModule returns a random number as a string.
Configuration through child elements: "min", "max" setting
range of random number. |
RawRequestParameterModule.java | Class | RawRequestParameterModule accesses request parameters without
decoding to the specified form-encoding or casting. |
RealPathModule.java | Class | RealPathModule provides a real filesystem path for a virtual
context-relative path. |
RequestAttributeModule.java | Class | RequestAttributeModule accesses request attributes. |
RequestModule.java | Class | RequestModule provides access to Request object properties.
To get access to request properties use XPath syntax, e.g. |
RequestParameterModule.java | Class | RequestParameterModule accesses request parameters. |
RequestURIModule.java | Class | RequestURIModule accesses the request URI. |
SelectMetaInputModule.java | Class | Configuration
input-module |
Configuration and name of input module used for the selection. |
req |
String | null |
when |
Selection case, condition in test attribute, input module name
in name attribute. |
---|
SessionAttributeModule.java | Class | SessionAttributeModule accesses session attributes. | SessionModule.java | Class | SessionModule provides access to Session object properties.
To get access to session properties use XPath syntax, e.g. | SimpleMappingMetaModule.java | Class | Meta module that obtains values from an other module and by
replacing the requested attribute name with another name. | SitemapVariableHolder.java | Class | | StringConstantModule.java | Class | StringConstantModule returns a constant string. | SystemPropertyModule.java | Class | SystemPropertyModule is an JXPath based InputModule implementation that
provides access to system properties.
Available system properties are defined by Java's System.getProperties().
JXPath allows to apply XPath functions to system properties.
If there is a security manager, its checkPropertiesAccess
method is called with no arguments. | URLDecodeModule.java | Class | This module provides functionality for converting a String from the
application/x-www-form-urlencoded MIME format. | URLEncodeModule.java | Class | This module provides functionality for converting a String to the
application/x-www-form-urlencoded MIME format. | XMLFileModule.java | Class |
[
]
[
]
This module provides an Input Module interface to any XML document, by using
XPath expressions as attribute keys.
The XML can be obtained from any Cocoon Source (e.g.,
cocoon:/... , context://.. , and regular URLs).
Sources can be held in memory for better performance and reloaded if
changed.
Caching and reloading can be turned on / off (default: caching on,
reloading off) through <reloadable>false</reloadable>
and <cacheable>false</cacheable> . | XMLMetaModule.java | Class | Meta module that obtains values from other module and returns all
parameters as XML.
Config
<!-- in cocoon.xconf -->
<ignore>do-</ignore>
<strip>user.</strip>
<input-module name="request-param"/>
<!-- e.g. |
|