it.eng.spagobi.commons.services
Class PortletLoginAction
java.lang.Object
it.eng.spago.dispatching.service.DefaultRequestContext
it.eng.spago.dispatching.service.DefaultHttpRequestContext
it.eng.spago.dispatching.action.AbstractHttpAction
it.eng.spagobi.commons.services.PortletLoginAction
- 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
- Direct Known Subclasses:
- UserDocumentsBrowserPortletStartAction
public class PortletLoginAction
- extends it.eng.spago.dispatching.action.AbstractHttpAction
This class reads user from portal and traces information for this connected
user; after it gets the profile for the principal user and puts it into the
permanent container.
- 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.action.AbstractHttpAction |
getActionMethod, getActionName, getConfig, init, setActionMethod, 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 |
PortletLoginAction
public PortletLoginAction()
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)