it.eng.spagobi.commons.services
Class LoginModule
java.lang.Object
it.eng.spago.dispatching.service.DefaultRequestContext
it.eng.spago.dispatching.service.DefaultHttpRequestContext
it.eng.spago.dispatching.module.AbstractHttpModule
it.eng.spagobi.commons.services.LoginModule
- 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
public class LoginModule
- extends it.eng.spago.dispatching.module.AbstractHttpModule
- See Also:
- Serialized Form
Method Summary |
void |
service(it.eng.spago.base.SourceBean request,
it.eng.spago.base.SourceBean response)
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 |
MODULE_PAGE
public static final java.lang.String MODULE_PAGE
- See Also:
- Constant Field Values
DEFAULT_LAYOUT_MODE
public static final java.lang.String DEFAULT_LAYOUT_MODE
- See Also:
- Constant Field Values
LAYOUT_ALL_TOP
public static final java.lang.String LAYOUT_ALL_TOP
- See Also:
- Constant Field Values
LAYOUT_ALL_LEFT
public static final java.lang.String LAYOUT_ALL_LEFT
- See Also:
- Constant Field Values
LAYOUT_TOP_LEFT
public static final java.lang.String LAYOUT_TOP_LEFT
- See Also:
- Constant Field Values
LAYOUT_ADMIN_MENU
public static final java.lang.String LAYOUT_ADMIN_MENU
- See Also:
- Constant Field Values
DEFAULT_EXTRA
public static final java.lang.String DEFAULT_EXTRA
- See Also:
- Constant Field Values
MENU_MODE
public static final java.lang.String MENU_MODE
- See Also:
- Constant Field Values
MENU_EXTRA
public static final java.lang.String MENU_EXTRA
- See Also:
- Constant Field Values
LIST_MENU
public static final java.lang.String LIST_MENU
- See Also:
- Constant Field Values
LoginModule
public LoginModule()
service
public void service(it.eng.spago.base.SourceBean request,
it.eng.spago.base.SourceBean response)
throws java.lang.Exception
- Service.
- Parameters:
request
- the requestresponse
- the response
- Throws:
java.lang.Exception
- the exception- See Also:
ServiceIFace.service(it.eng.spago.base.SourceBean, it.eng.spago.base.SourceBean)