public class CallWMSServlet extends GeneralServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
CAPABILITIES_DTD |
static String |
DESCRIBELAYER_DTD |
static String |
EXCEPTION_DTD |
static long |
serialVersionUID |
log| Constructor and Description |
|---|
CallWMSServlet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getServletInfo()
Returns a short description of the servlet.
|
protected void |
handleRequestException(Exception ex,
DataWrapper data) |
void |
init(javax.servlet.ServletConfig config)
Initializes the servlet.
|
void |
parseRequestAndData(DataWrapper data,
User user)
Parses any incoming request and redirects this request to the right handler.
|
protected void |
processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Processes the incoming request and calls the various methods to create the right output stream.
|
calcOGCRequest, checkLogin, checkLogin, checkLoginAlreadyLoggedIn, checkLoginLDAP, checkLoginPersonalCode, checkLoginPreemptiveAuthentication, completeUrl, createBaseUrl, createBaseUrl, decodeBasicAuthorizationString, doGet, doPost, isRemoteAddressWithinIpRange, parsePassword, parseUsername, requestUrldoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final long serialVersionUID
public static String CAPABILITIES_DTD
public static String EXCEPTION_DTD
public static String DESCRIBELAYER_DTD
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class GeneralServletconfig - ServletConfig configjavax.servlet.ServletExceptionprotected void processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
processRequest in class GeneralServletrequest - servlet requestresponse - servlet responsejavax.servlet.ServletExceptionIOExceptionprotected void handleRequestException(Exception ex, DataWrapper data) throws IOException
IOExceptionpublic void parseRequestAndData(DataWrapper data, User user) throws IllegalArgumentException, UnsupportedOperationException, IOException, Exception
parseRequestAndData in class GeneralServletparameters - map with the given parametersIllegalArgumentExceptionUnsupportedOperationExceptionIOExceptionExceptionpublic String getServletInfo()
getServletInfo in interface javax.servlet.ServletgetServletInfo in class GeneralServletCopyright © 2016. All rights reserved.