it.eng.geo.action
Class GeoAction

java.lang.Object
  extended by it.eng.spago.dispatching.service.DefaultRequestContext
      extended by it.eng.spago.dispatching.service.DefaultHttpRequestContext
          extended by it.eng.spago.dispatching.action.AbstractHttpAction
              extended by it.eng.geo.action.GeoAction
All Implemented Interfaces:
it.eng.spago.dispatching.action.ActionIFace, it.eng.spago.dispatching.service.HttpRequestContextIFace, it.eng.spago.dispatching.service.RequestContextIFace, it.eng.spago.dispatching.service.ServiceIFace, it.eng.spago.init.InitializerIFace, java.io.Serializable

public class GeoAction
extends it.eng.spago.dispatching.action.AbstractHttpAction

Classe SessionExpiredAction Gestione dell'avvenuta scadenza della sessione

Version:
1.0
Author:
See Also:
Serialized Form

Constructor Summary
GeoAction()
           
 
Method Summary
 void service(it.eng.spago.base.SourceBean serviceRequest, it.eng.spago.base.SourceBean serviceResponse)
          service Metodo contenente la logica per l'esecuzione del comando
 
Methods inherited from class it.eng.spago.dispatching.action.AbstractHttpAction
getActionName, getConfig, init, setActionName
 
Methods inherited from class it.eng.spago.dispatching.service.DefaultHttpRequestContext
freezeHttpResponse, getHttpRequest, getHttpResponse, getServletConfig, isHttpResponseFreezed, setRequestContext, unfreezeHttpResponse
 
Methods inherited from class it.eng.spago.dispatching.service.DefaultRequestContext
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface it.eng.spago.dispatching.service.RequestContextIFace
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse
 

Constructor Detail

GeoAction

public GeoAction()
Method Detail

service

public void service(it.eng.spago.base.SourceBean serviceRequest,
                    it.eng.spago.base.SourceBean serviceResponse)
             throws java.lang.Exception
service Metodo contenente la logica per l'esecuzione del comando

Parameters:
arg0 - di tipo SourceBean non usato
arg1 - di tipo SourceBean non usato
Throws:
java.lang.Exception - Se si sono verificati problemi, in realta' usato per forzare l'uso del blocco try-catch