it.eng.spagobi.analiticalmodel.documentsbrowser.service
Class UserDocumentsBrowserPortletStartAction

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.spagobi.commons.services.PortletLoginAction
                  extended by 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

Field Summary
static java.lang.String HEIGHT
           
static java.lang.String LABEL_SUBTREE_NODE
           
static java.lang.String PORTLET
           
 
Constructor Summary
UserDocumentsBrowserPortletStartAction()
           
 
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
 

Field Detail

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
Constructor Detail

UserDocumentsBrowserPortletStartAction

public UserDocumentsBrowserPortletStartAction()
Method Detail

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 request
response - the response
Throws:
java.lang.Exception - the exception
See Also:
ServiceIFace.service(it.eng.spago.base.SourceBean, it.eng.spago.base.SourceBean)