org.pentaho.platform.web.jboss
Class PentahoPortalNavigationPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by org.pentaho.platform.web.jboss.PentahoPortalNavigationPortlet
All Implemented Interfaces:
javax.portlet.Portlet, javax.portlet.PortletConfig

public class PentahoPortalNavigationPortlet
extends javax.portlet.GenericPortlet

TODO: use PageCustomizerInterceptor instead in JBoss Portal 2.6 or greater


Constructor Summary
PentahoPortalNavigationPortlet()
           
 
Method Summary
 void render(javax.portlet.RenderRequest req, javax.portlet.RenderResponse resp)
           
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, init, init, processAction
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PentahoPortalNavigationPortlet

public PentahoPortalNavigationPortlet()
Method Detail

render

public void render(javax.portlet.RenderRequest req,
                   javax.portlet.RenderResponse resp)
            throws javax.portlet.PortletException,
                   IOException
Specified by:
render in interface javax.portlet.Portlet
Overrides:
render in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException
IOException