org.pentaho.platform.web.portal
Class WidgetGridPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by org.pentaho.platform.web.portal.BasePortlet
          extended by org.pentaho.platform.web.portal.ViewPortlet
              extended by org.pentaho.platform.web.portal.WidgetGridPortlet
All Implemented Interfaces:
javax.portlet.Portlet, javax.portlet.PortletConfig, ILogger

public class WidgetGridPortlet
extends ViewPortlet


Field Summary
 
Fields inherited from interface org.pentaho.platform.api.engine.ILogger
ACTIVITY_LOG, DEBUG, ERROR, FATAL, INFO, INSTANCE_LOG, SESSION_LOG, SOLUTION_LOG, TRACE, UNKNOWN, WARN
 
Constructor Summary
WidgetGridPortlet()
           
 
Method Summary
 void doPortletView(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, PentahoPortletSession userSession)
           
 org.apache.commons.logging.Log getLogger()
           
 void processPortletAction(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, PentahoPortletSession userSession)
           
 
Methods inherited from class org.pentaho.platform.web.portal.ViewPortlet
doPortletEdit, doPortletHelp
 
Methods inherited from class org.pentaho.platform.web.portal.BasePortlet
debug, debug, doEdit, doHelp, doView, error, error, fatal, fatal, getLoggingLevel, getLogId, info, info, init, initPortlet, processAction, setLoggingLevel, setLogId, trace, trace, warn, warn
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, init, render
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetGridPortlet

public WidgetGridPortlet()
Method Detail

getLogger

public org.apache.commons.logging.Log getLogger()
Specified by:
getLogger in class BasePortlet

processPortletAction

public void processPortletAction(javax.portlet.ActionRequest request,
                                 javax.portlet.ActionResponse response,
                                 PentahoPortletSession userSession)
                          throws javax.portlet.PortletException,
                                 IOException
Specified by:
processPortletAction in class BasePortlet
Throws:
javax.portlet.PortletException
IOException

doPortletView

public void doPortletView(javax.portlet.RenderRequest request,
                          javax.portlet.RenderResponse response,
                          PentahoPortletSession userSession)
                   throws javax.portlet.PortletException,
                          IOException
Specified by:
doPortletView in class BasePortlet
Throws:
javax.portlet.PortletException
IOException