public final class UpdateModule extends HTTPModule.Abstract
HTTPModule.Abstract, HTTPModule.Context| Modifier and Type | Field and Description |
|---|---|
static String |
ACCEPT_PATH
Accept path.
|
static String |
DEFAULT_PATH
Default path.
|
static String |
UPDATE_CONTEXT_ATTRIBUTE
Update context attribute.
|
MODULE_UUID_PROPERTY| Constructor and Description |
|---|
UpdateModule() |
| 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.
|
void |
prepareServletContext(ServletContext servletContext)
Prepares the servlet context.
|
protected boolean |
setUp(KeyedGroups contextProperties)
Sets up the server module.
|
void |
tearDown()
Tears down what has been set up.
|
public static final String ACCEPT_PATH
public static final String DEFAULT_PATH
public static final String UPDATE_CONTEXT_ATTRIBUTE
public String getDefaultPath()
public void prepareServletContext(ServletContext servletContext)
prepareServletContext in interface HTTPModuleprepareServletContext in class HTTPModule.AbstractservletContext - The servlet context.public void tearDown()
tearDown in interface HTTPModuletearDown in class HTTPModule.Abstractprotected void addServlets(Map<String,String> servlets)
addServlets in class HTTPModule.Abstractservlets - The servlets map.protected boolean setUp(KeyedGroups contextProperties)
setUp in class HTTPModule.AbstractcontextProperties - The context properties.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.