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

Packages that use AbstractMetaModule
org.apache.cocoon.components.modules.input InputModules 
 

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

Subclasses of AbstractMetaModule in org.apache.cocoon.components.modules.input
 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 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 JXPathMetaModule
          JXPathModule allows to access properties of any object in generic way.
 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 SelectMetaInputModule
          Configuration
 class SimpleMappingMetaModule
          Meta module that obtains values from an other module and by replacing the requested attribute name with another name.
 class XMLMetaModule
          Meta module that obtains values from other module and returns all parameters as XML.
 



Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.