it.eng.spagobi.services
Class MapCatalogueManagerServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
it.eng.spagobi.services.MapCatalogueManagerServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class MapCatalogueManagerServlet
- extends javax.servlet.http.HttpServlet
A servlet used to manage and control the EventManager
- Author:
- Gioia
- See Also:
- Serialized Form
Method Summary |
void |
init(javax.servlet.ServletConfig config)
Init method definition |
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Service method definition |
Methods inherited from class javax.servlet.http.HttpServlet |
service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GET_STANDARD_HIERARCHY
public static final java.lang.String GET_STANDARD_HIERARCHY
- See Also:
- Constant Field Values
GET_MAPS_BY_FEATURE
public static final java.lang.String GET_MAPS_BY_FEATURE
- See Also:
- Constant Field Values
GET_FEATURES_IN_MAP
public static final java.lang.String GET_FEATURES_IN_MAP
- See Also:
- Constant Field Values
GET_ALL_MAP_NAMES
public static final java.lang.String GET_ALL_MAP_NAMES
- See Also:
- Constant Field Values
GET_ALL_FEATURE_NAMES
public static final java.lang.String GET_ALL_FEATURE_NAMES
- See Also:
- Constant Field Values
GET_MAP_URL
public static final java.lang.String GET_MAP_URL
- See Also:
- Constant Field Values
DOWNLOAD
public static final java.lang.String DOWNLOAD
- See Also:
- Constant Field Values
ERROR_PREFIX
public static final java.lang.String ERROR_PREFIX
- See Also:
- Constant Field Values
ERROR_HIERARCHY_NOT_FOUND
public static final java.lang.String ERROR_HIERARCHY_NOT_FOUND
- See Also:
- Constant Field Values
ERROR_FEATURE_NOT_FOUND
public static final java.lang.String ERROR_FEATURE_NOT_FOUND
- See Also:
- Constant Field Values
ERROR_MAP_NOT_FOUND
public static final java.lang.String ERROR_MAP_NOT_FOUND
- See Also:
- Constant Field Values
MapCatalogueManagerServlet
public MapCatalogueManagerServlet()
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Init method definition
- Specified by:
init
in interface javax.servlet.Servlet
- Overrides:
init
in class javax.servlet.GenericServlet
- Throws:
javax.servlet.ServletException
service
public void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
- Service method definition
- Overrides:
service
in class javax.servlet.http.HttpServlet
- Parameters:
request
- The http servlet requestresponse
- The http servlet response
- Throws:
java.io.IOException
- If any exception occurred
javax.servlet.ServletException