public class ServiceController extends Controller
| Modifier and Type | Field and Description |
|---|---|
protected String |
extension |
appContext, DEFAULT_CHARSET| Constructor and Description |
|---|
ServiceController() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getActionName(javax.servlet.http.HttpServletRequest req)
From the http request, get the action name.
|
protected String |
getInnerActionName(javax.servlet.http.HttpServletRequest req)
The action name may include an Inner Action.
|
protected String |
getRequestURI(javax.servlet.http.HttpServletRequest req) |
void |
init(javax.servlet.ServletConfig conf)
Initialize the Controller, creating and starting the ApplicationManager.
|
destroy, getApplication, getBasePathForMaven, getConfig, getConsequenceProvider, getExtension, getMethodSeparatorChar, getURI, invokeAction, prepareAction, service, setAppManager, setConsequenceProviderdoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, serviceprotected String extension
public void init(javax.servlet.ServletConfig conf)
throws javax.servlet.ServletException
Controllerinit in interface javax.servlet.Servletinit in class Controllerconf - the ServletConfig.javax.servlet.ServletExceptionprotected final String getRequestURI(javax.servlet.http.HttpServletRequest req)
protected String getActionName(javax.servlet.http.HttpServletRequest req)
ControllergetActionName in class Controllerreq - The http requestprotected String getInnerActionName(javax.servlet.http.HttpServletRequest req)
ControllergetInnerActionName in class ControllerCopyright © 2015. All Rights Reserved.