public final class RPNModule extends HTTPModule.Abstract
HTTPModule.Abstract, HTTPModule.Context
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ENGINE
Default engine.
|
static String |
DEFAULT_PATH
Default path.
|
static String |
ENGINE_PROPERTY
Specifies the engine name.
|
static String |
EXECUTE_PATH
Execute path.
|
static String |
RPN_CONTEXT_ATTRIBUTE
RPN context attribute.
|
MODULE_UUID_PROPERTY
Constructor and Description |
---|
RPNModule() |
Modifier and Type | Method and Description |
---|---|
protected void |
addServlets(Map<String,String> servlets)
Adds the servlets to the servlets map.
|
String |
getDefaultPath()
Gets the default path for this module.
|
boolean |
needsMetadata()
Asks if this module needs metadata.
|
void |
prepareServletContext(ServletContext servletContext)
Prepares the servlet context.
|
protected boolean |
setUp(KeyedGroups contextProperties)
Sets up the server module.
|
callbackForEventActions, callbackForPendingActions, callbackForSignalActions, doEventActions, doPendingActions, doSignalActions, getConfig, getMetadata, getService, getThisLogger, loadMetadata, setRestartEnabled, setUp, tearDown
public static final String DEFAULT_ENGINE
public static final String DEFAULT_PATH
public static final String ENGINE_PROPERTY
public static final String EXECUTE_PATH
public static final String RPN_CONTEXT_ATTRIBUTE
public String getDefaultPath()
public boolean needsMetadata()
needsMetadata
in interface HTTPModule
needsMetadata
in class HTTPModule.Abstract
public void prepareServletContext(ServletContext servletContext)
prepareServletContext
in interface HTTPModule
prepareServletContext
in class HTTPModule.Abstract
servletContext
- The servlet context.protected void addServlets(Map<String,String> servlets)
addServlets
in class HTTPModule.Abstract
servlets
- The servlets map.protected boolean setUp(KeyedGroups contextProperties)
setUp
in class HTTPModule.Abstract
contextProperties
- The context properties.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.