it.eng.spagobi.analiticalmodel.documentsbrowser.service
Class UserDocumentsBrowserPortletStartAction
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
it.eng.spagobi.analiticalmodel.documentsbrowser.service.UserDocumentsBrowserPortletStartAction
- 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 UserDocumentsBrowserPortletStartAction
- extends PortletLoginAction
- Author:
- Antonella Giachino (antonella.giachino@eng.it)
- 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 |
LABEL_SUBTREE_NODE
public static final java.lang.String LABEL_SUBTREE_NODE
- See Also:
- Constant Field Values
HEIGHT
public static final java.lang.String HEIGHT
- See Also:
- Constant Field Values
PORTLET
public static final java.lang.String PORTLET
- See Also:
- Constant Field Values
UserDocumentsBrowserPortletStartAction
public UserDocumentsBrowserPortletStartAction()
service
public void service(it.eng.spago.base.SourceBean request,
it.eng.spago.base.SourceBean response)
throws java.lang.Exception
- Description copied from class:
PortletLoginAction
- Service.
- Specified by:
service
in interface it.eng.spago.dispatching.service.ServiceIFace
- Overrides:
service
in class PortletLoginAction
- 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)