org.pentaho.platform.web.portal
Class ViewPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by org.pentaho.platform.web.portal.BasePortlet
          extended by org.pentaho.platform.web.portal.ViewPortlet
All Implemented Interfaces:
javax.portlet.Portlet, javax.portlet.PortletConfig, ILogger
Direct Known Subclasses:
AbstractDatasetChartPortlet, ActionPortlet, FilterPanelPortlet, HtmlPortlet, NavigationPortlet, WidgetGridPortlet, WidgetPortlet

public abstract class ViewPortlet
extends BasePortlet


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
ViewPortlet()
           
 
Method Summary
 void doPortletEdit(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, PentahoPortletSession userSession)
           
 void doPortletHelp(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, PentahoPortletSession userSession)
           
 
Methods inherited from class org.pentaho.platform.web.portal.BasePortlet
debug, debug, doEdit, doHelp, doPortletView, doView, error, error, fatal, fatal, getLogger, getLoggingLevel, getLogId, info, info, init, initPortlet, processAction, processPortletAction, 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

ViewPortlet

public ViewPortlet()
Method Detail

doPortletHelp

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

doPortletEdit

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