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, setupLoggerprivate RenderingContextHandler _handler
public RenderingContextInputModule()
public void service(ServiceManager manager) throws ServiceException
service in interface ServiceableServiceExceptionpublic Object getAttribute(String name, Configuration modeConf, Map objectModel) throws ConfigurationException
getAttribute in interface InputModuleConfigurationExceptionpublic Iterator getAttributeNames(Configuration modeConf, Map objectModel) throws ConfigurationException
getAttributeNames in interface InputModuleConfigurationExceptionpublic Object[] getAttributeValues(String name, Configuration modeConf, Map objectModel) throws ConfigurationException
getAttributeValues in interface InputModuleConfigurationException