it.eng.spagobi.wapp.services
Class MenuModule

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.module.AbstractHttpModule
              extended by it.eng.spagobi.wapp.services.MenuModule
All Implemented Interfaces:
it.eng.spago.dispatching.module.ModuleIFace, 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

Deprecated. (use LoginModule)

public class MenuModule
extends it.eng.spago.dispatching.module.AbstractHttpModule

Author:
Antonella Giachino (antonella.giachino@eng.it)
See Also:
Serialized Form

Field Summary
static java.lang.String CREATE_MENU
          Deprecated.  
static java.lang.String MODULE_PAGE
          Deprecated.  
 
Constructor Summary
MenuModule()
          Deprecated.  
 
Method Summary
 void service(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
          Deprecated. Service.
 
Methods inherited from class it.eng.spago.dispatching.module.AbstractHttpModule
getConfig, getModule, getModuleMethod, getPage, getSharedData, init, setModule, setModuleMethod, setPage, setSharedData
 
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
 

Field Detail

CREATE_MENU

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

MODULE_PAGE

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

MenuModule

public MenuModule()
Deprecated. 
Method Detail

service

public void service(it.eng.spago.base.SourceBean request,
                    it.eng.spago.base.SourceBean response)
             throws java.lang.Exception
Deprecated. 
Service.

Parameters:
request - the request
response - the response
Throws:
java.lang.Exception - the exception
See Also:
ServiceIFace.service(it.eng.spago.base.SourceBean, it.eng.spago.base.SourceBean)