org.pentaho.platform.web.portal
Class HtmlPortlet
java.lang.Object
  
GenericPortlet
      
org.pentaho.platform.web.portal.BasePortlet
          
org.pentaho.platform.web.portal.ViewPortlet
              
org.pentaho.platform.web.portal.HtmlPortlet
- All Implemented Interfaces: 
 - ILogger
 
public class HtmlPortlet
- extends ViewPortlet
 
 
| 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 | 
 
 
 
 
| 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 | 
 
 
HtmlPortlet
public HtmlPortlet()
getLogger
public org.apache.commons.logging.Log getLogger()
- Specified by:
 getLogger in class BasePortlet
 
 
processPortletAction
public void processPortletAction(ActionRequest request,
                                 ActionResponse response,
                                 PentahoPortletSession userSession)
                          throws PortletException,
                                 IOException
- Specified by:
 processPortletAction in class BasePortlet
 
- Throws:
 PortletException
IOException
 
doPortletView
public void doPortletView(RenderRequest request,
                          RenderResponse response,
                          PentahoPortletSession userSession)
                   throws PortletException,
                          IOException
- Specified by:
 doPortletView in class BasePortlet
 
- Throws:
 PortletException
IOException