| java.lang.Object org.apache.cocoon.components.modules.input.InputModuleHelper org.apache.cocoon.components.language.markup.xsp.XSPModuleHelper
XSPModuleHelper | public class XSPModuleHelper extends InputModuleHelper (Code) | | Helper class that caches references to InputModules for use in
XSPs. Works in conjunction with the input.xsl
logicsheet. References are obtained the first time a module is
accessed and kept until the page is completely displayed.
author: Christian Haul version: CVS $Id: XSPModuleHelper.java 433543 2006-08-22 06:22:54Z crossley $ |
getAttributeNames | public void getAttributeNames(Map objectModel, ContentHandler contentHandler, String module) throws SAXException, RuntimeException(Code) | | Output attribute names for a given request
Parameters: objectModel - The Map objectModel Parameters: contentHandler - The SAX content handler Parameters: module - the module's name exception: SAXException - If a SAX error occurs exception: RuntimeException - if an error occurs |
getAttributeValues | public void getAttributeValues(Map objectModel, ContentHandler contentHandler, String module, String name) throws SAXException, RuntimeException(Code) | | Output the request attribute values for a given name to the
content handler.
Parameters: objectModel - The Map objectModel Parameters: contentHandler - The SAX content handler Parameters: module - a String value holding the module name Parameters: name - a String value holding the attribute name exception: SAXException - If a SAX error occurs exception: RuntimeException - if an error occurs |
Fields inherited from org.apache.cocoon.components.modules.input.InputModuleHelper | final protected static String INPUT_MODULE_SELECTOR(Code)(Java Doc)
|
Methods inherited from org.apache.cocoon.components.modules.input.InputModuleHelper | public Object getAttribute(Map objectModel, Configuration conf, String module, String name, Object deflt) throws RuntimeException(Code)(Java Doc) public Object getAttribute(Map objectModel, String module, String name, Object deflt) throws RuntimeException(Code)(Java Doc) public Iterator getAttributeNames(Map objectModel, Configuration conf, String module) throws RuntimeException(Code)(Java Doc) public Iterator getAttributeNames(Map objectModel, String module) throws RuntimeException(Code)(Java Doc) public Object[] getAttributeValues(Map objectModel, Configuration conf, String module, String name, Object[] deflt) throws RuntimeException(Code)(Java Doc) public Object[] getAttributeValues(Map objectModel, String module, String name, Object[] deflt) throws RuntimeException(Code)(Java Doc) public void releaseAll() throws RuntimeException(Code)(Java Doc) public void setup(ComponentManager manager) throws RuntimeException(Code)(Java Doc) public void setup(ServiceManager manager) throws RuntimeException(Code)(Java Doc)
|
|
|