Uses of Class
org.apache.cocoon.components.modules.input.AbstractInputModule

Packages that use AbstractInputModule
org.apache.cocoon.components.modules.input InputModules Introduction Input modules are generic components that let one map a key to one or more values. 
 

Uses of AbstractInputModule in org.apache.cocoon.components.modules.input
 

input-module Configuration and name of input module used for the selection.
Subclasses of AbstractInputModule in org.apache.cocoon.components.modules.input
 class AbstractJXPathModule
          JXPathModule allows to access properties of any object in generic way.
 class AbstractMetaModule
          AbstractMetaModule gives you the infrastructure for easily deploying more "meta" InputModules i.e.
 class BaseLinkModule
          BaseLinkModule returns a relative link (..
 class ChainMetaModule
          This modules allows to "chain" several other modules.
 class CollectionMetaModule
          Constructs an array of values suitable for a JDBC collection type from parameters obtained from another input module.
 class ContextPathModule
          ContextPathModule provides a real filesystem path for a virtual context-relative path.
 class CookieModule
          Input module for cookies.
 class DateInputModule
          DateInputModule returns current date, optionally formated as string.
 class DateMetaInputModule
          Parses a date string according to a given format and returns a date object.
 class DigestMetaModule
          Meta module that obtains values from other module and returns message digest of value.
 class FlowAttributeModule
          FlowAttributeModule provides access to the flow business object properties.
 class FlowContinuationModule
          FlowContinuationModule provides access to the flow web continuation object.
 class HeaderAttributeModule
          HeaderAttributeModule accesses request header attributes.
 class JXPathMetaModule
          JXPathModule allows to access properties of any object in generic way.
 class LocateResource
          Locate a resource in a resource tree.
 class 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.
 class NamingInputModule
          NamingInputModule accesses values stored in the JNDI context.
 class NullInputModule
          NullInputModule returns a null object.
 class PortletURLModule
          Input module to be used in together with LinkRewriterTransformer in JSR-168 (Portlet) environment.
 class ProjectPathModule
          ProjectPathModule provides relative and absolute paths with regards to the root of a project.
 class PropertiesFileModule
          Input module for accessing properties in a properties file.
 class RandomNumberModule
          RandomNumberModule returns a random number as a string.
 class RawRequestParameterModule
          RawRequestParameterModule accesses request parameters without decoding to the specified form-encoding or casting.
 class RealPathModule
          RealPathModule provides a real filesystem path for a virtual context-relative path.
 class RequestAttributeModule
          RequestAttributeModule accesses request attributes.
 class RequestModule
          RequestModule provides access to Request object properties.
 class RequestParameterModule
          RequestParameterModule accesses request parameters.
 class RequestURIModule
          RequestURIModule accesses the request URI.
 class SelectMetaInputModule
          Configuration
 class SessionAttributeModule
          SessionAttributeModule accesses session attributes.
 class SessionModule
          SessionModule provides access to Session object properties.
 class SimpleMappingMetaModule
          Meta module that obtains values from an other module and by replacing the requested attribute name with another name.
 class StringConstantModule
          StringConstantModule returns a constant string.
 class SystemPropertyModule
          SystemPropertyModule is an JXPath based InputModule implementation that provides access to system properties.
 class URLDecodeModule
          This module provides functionality for converting a String from the application/x-www-form-urlencoded MIME format.
 class URLEncodeModule
          This module provides functionality for converting a String to the application/x-www-form-urlencoded MIME format.
 class XMLFileModule
           This module provides an Input Module interface to any XML document, by using XPath expressions as attribute keys.
 class XMLMetaModule
          Meta module that obtains values from other module and returns all parameters as XML.
 class XPathXMLFileModule
          

This module provides an Input Module interface to any XML document, by using XPath expressions as attribute keys.

 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.