public class WebProcessingService
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_LANGUAGE |
protected static org.slf4j.Logger |
LOGGER |
static int |
MAXIMUM_REQUEST_SIZE |
static String |
PROPERTY_NAME_WEBAPP_PATH |
static String |
SERVLET_PATH |
static String |
SPECIAL_XML_POST_VARIABLE |
static String |
WEBAPP_PATH |
static String |
WPS_NAMESPACE |
| Constructor and Description |
|---|
WebProcessingService() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
init() |
void |
init(javax.servlet.ServletConfig config) |
protected void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected void |
setServerParameters() |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, servicepublic static String PROPERTY_NAME_WEBAPP_PATH
public static String WEBAPP_PATH
public static String SERVLET_PATH
public static String WPS_NAMESPACE
public static String DEFAULT_LANGUAGE
protected static org.slf4j.Logger LOGGER
public static final int MAXIMUM_REQUEST_SIZE
public static final String SPECIAL_XML_POST_VARIABLE
public void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void setServerParameters()
protected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
service in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletCopyright © 2024. All rights reserved.