public class RenderingContextInputModule extends AbstractLogEnabled implements InputModule, ThreadSafe, Serviceable
Possible values are:
Modifier and Type | Field and Description |
---|---|
private RenderingContextHandler |
_handler |
ROLE
Constructor and Description |
---|
RenderingContextInputModule() |
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String name,
Configuration modeConf,
Map objectModel) |
Iterator |
getAttributeNames(Configuration modeConf,
Map objectModel) |
Object[] |
getAttributeValues(String name,
Configuration modeConf,
Map objectModel) |
void |
service(ServiceManager manager) |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
private RenderingContextHandler _handler
public RenderingContextInputModule()
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
ServiceException
public Object getAttribute(String name, Configuration modeConf, Map objectModel) throws ConfigurationException
getAttribute
in interface InputModule
ConfigurationException
public Iterator getAttributeNames(Configuration modeConf, Map objectModel) throws ConfigurationException
getAttributeNames
in interface InputModule
ConfigurationException
public Object[] getAttributeValues(String name, Configuration modeConf, Map objectModel) throws ConfigurationException
getAttributeValues
in interface InputModule
ConfigurationException