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

Packages that use InputModuleException
org.apache.cocoon.components.modules.input   
 

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

Subclasses of InputModuleException in org.apache.cocoon.components.modules.input
 class InputModuleAttributeException
           
 class InputModuleDestructionException
           
 class InputModuleInitializationException
           
 class InputModuleNotFoundException
           
 

Methods in org.apache.cocoon.components.modules.input that throw InputModuleException
 void InputModuleHelper.setup(ServiceManager manager)
          Initializes the instance for first use.
 Object InputModuleHelper.getAttribute(Map objectModel, Configuration conf, String module, String name, Object deflt)
          Get a single attribute value from a module.
 Object InputModuleHelper.getAttribute(Map objectModel, String module, String name, Object deflt)
          Get a single attribute value from a module.
 Object[] InputModuleHelper.getAttributeValues(Map objectModel, Configuration conf, String module, String name, Object[] deflt)
          Get an array of values from a module.
 Object[] InputModuleHelper.getAttributeValues(Map objectModel, String module, String name, Object[] deflt)
          Get an array of values from a module.
 Iterator InputModuleHelper.getAttributeNames(Map objectModel, Configuration conf, String module)
          Get an iterator to a collection of attribute names from a module.
 Iterator InputModuleHelper.getAttributeNames(Map objectModel, String module)
          Get an iterator to a collection of attribute names from a module.
 void InputModuleHelper.releaseAll()
          Releases all obtained module references.
 



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