it.eng.spagobi.engines.georeport.services
Class MapOlAction

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by it.eng.spagobi.utilities.service.AbstractBaseServlet
              extended by it.eng.spagobi.engines.georeport.services.MapOlAction
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class MapOlAction
extends it.eng.spagobi.utilities.service.AbstractBaseServlet

See Also:
Serialized Form

Field Summary
static java.lang.String BUSINESSID_PNAME
           
static java.lang.String FEATURE_SOURCE
           
static java.lang.String FEATURE_SOURCE_TYPE
           
static java.lang.String GEOID_PNAME
           
static java.lang.String LAYER_NAME
           
 
Constructor Summary
MapOlAction()
           
 
Method Summary
 void doService(it.eng.spagobi.utilities.engines.BaseServletIOManager servletIOManager)
           
 void handleException(it.eng.spagobi.utilities.engines.BaseServletIOManager servletIOManager, java.lang.Throwable t)
           
 
Methods inherited from class it.eng.spagobi.utilities.service.AbstractBaseServlet
init, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FEATURE_SOURCE_TYPE

public static final java.lang.String FEATURE_SOURCE_TYPE
See Also:
Constant Field Values

FEATURE_SOURCE

public static final java.lang.String FEATURE_SOURCE
See Also:
Constant Field Values

LAYER_NAME

public static final java.lang.String LAYER_NAME
See Also:
Constant Field Values

BUSINESSID_PNAME

public static final java.lang.String BUSINESSID_PNAME
See Also:
Constant Field Values

GEOID_PNAME

public static final java.lang.String GEOID_PNAME
See Also:
Constant Field Values
Constructor Detail

MapOlAction

public MapOlAction()
Method Detail

doService

public void doService(it.eng.spagobi.utilities.engines.BaseServletIOManager servletIOManager)
               throws it.eng.spagobi.utilities.engines.SpagoBIEngineException
Specified by:
doService in class it.eng.spagobi.utilities.service.AbstractBaseServlet
Throws:
it.eng.spagobi.utilities.engines.SpagoBIEngineException

handleException

public void handleException(it.eng.spagobi.utilities.engines.BaseServletIOManager servletIOManager,
                            java.lang.Throwable t)
Specified by:
handleException in class it.eng.spagobi.utilities.service.AbstractBaseServlet