Package org.ametys.core.util.cocoon
Class ParentContextInputModule
- java.lang.Object
 - 
- org.ametys.core.util.cocoon.ParentContextInputModule
 
 
- 
- All Implemented Interfaces:
 Component,InputModule
public class ParentContextInputModule extends Object implements InputModule
This input module read in parent context.
Use it with {parent-context-attr:paramName}. 
- 
- 
Field Summary
- 
Fields inherited from interface org.apache.cocoon.components.modules.input.InputModule
ROLE 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ParentContextInputModule() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAttribute(String name, Configuration modeConf, Map objectModel)IteratorgetAttributeNames(Configuration modeConf, Map objectModel)Object[]getAttributeValues(String name, Configuration modeConf, Map objectModel) 
 - 
 
- 
- 
Constructor Detail
- 
ParentContextInputModule
public ParentContextInputModule()
 
 - 
 
- 
Method Detail
- 
getAttribute
public Object getAttribute(String name, Configuration modeConf, Map objectModel) throws ConfigurationException
- Specified by:
 getAttributein interfaceInputModule- Throws:
 ConfigurationException
 
- 
getAttributeNames
public Iterator getAttributeNames(Configuration modeConf, Map objectModel) throws ConfigurationException
- Specified by:
 getAttributeNamesin interfaceInputModule- Throws:
 ConfigurationException
 
- 
getAttributeValues
public Object[] getAttributeValues(String name, Configuration modeConf, Map objectModel) throws ConfigurationException
- Specified by:
 getAttributeValuesin interfaceInputModule- Throws:
 ConfigurationException
 
 - 
 
 -