public class ExportConfigServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
ExportConfigServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP
GET method. |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP
POST method. |
static String |
getCachePath() |
static String |
getDb() |
static String |
getDownloadLocation() |
static String |
getDownloadservlet() |
static String |
getExplanationPath() |
static String |
getFeatureTypeIdProperty() |
static String |
getHost() |
static org.apache.commons.logging.Log |
getLog() |
static String |
getMailhost() |
static String |
getMapserverUrl() |
static String |
getOutputExtension() |
static String |
getPass() |
static String |
getPort() |
static String |
getSchema() |
static String |
getSendfrom() |
String |
getServletInfo()
Returns a short description of the servlet.
|
static String |
getUsername() |
void |
init(javax.servlet.ServletConfig config) |
protected void |
processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static void |
setDownloadLocation(String downloadLocation) |
static void |
setExplanationPath(String explanationPath) |
static void |
setMapserverUrl(String mapserverUrl) |
static void |
setSchema(String schema) |
static String |
uniqueName(String prefix,
String extension,
boolean includePath) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected void processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
javax.servlet.ServletExceptionIOExceptionpublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
GET method.doGet in class javax.servlet.http.HttpServletrequest - servlet requestresponse - servlet responsejavax.servlet.ServletException - if a servlet-specific error occursIOException - if an I/O error occursprotected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
POST method.doPost in class javax.servlet.http.HttpServletrequest - servlet requestresponse - servlet responsejavax.servlet.ServletException - if a servlet-specific error occursIOException - if an I/O error occurspublic String getServletInfo()
getServletInfo in interface javax.servlet.ServletgetServletInfo in class javax.servlet.GenericServletpublic static String getCachePath()
public static String getDb()
public static String getDownloadservlet()
public static String getFeatureTypeIdProperty()
public static String getHost()
public static org.apache.commons.logging.Log getLog()
public static String getMailhost()
public static String getOutputExtension()
public static String getPass()
public static String getPort()
public static String getSendfrom()
public static String getUsername()
public static String getMapserverUrl()
public static void setMapserverUrl(String mapserverUrl)
public static String getExplanationPath()
public static String getSchema()
public static void setSchema(String schema)
public static void setExplanationPath(String explanationPath)
public static String getDownloadLocation()
public static void setDownloadLocation(String downloadLocation)
Copyright © 2016. All rights reserved.