public interface ServletModule extends Module
Modifier and Type | Interface and Description |
---|---|
static interface |
ServletModule.RequestListener
An interface for all RequestListeners which wish to be notified of
incoming requests.
|
Modifier and Type | Method and Description |
---|---|
void |
addRequestListener(ServletModule.RequestListener listener) |
java.lang.String |
getContextPath()
Returns the local path which this servlet should use as a basis
for files it needs to access.
|
java.lang.String |
getServletURL()
Returns the base URL for this servlet.
|
void |
removeRequestListener(ServletModule.RequestListener listener) |
getDependencies, init, isInitialized, isRunning, start, stop
void addRequestListener(ServletModule.RequestListener listener)
void removeRequestListener(ServletModule.RequestListener listener)
java.lang.String getServletURL()
java.lang.String getContextPath()
Copyright 2004-2015 Wandora Team