RenderHelper Class

DEPRECATED com.bea.portal is only useful in the compatibility domain. For the new portal framework please use the classes under the com.bea.netuix package

com.bea.portal.render.servlets.jsp
RenderHelper Class

public class RenderHelper

    extends Object

A base class for the two helper classes PortalRenderHelper and PortletRenderHelper.


Hierarchy
Object
  RenderHelper
Direct Known Subclasses

com.bea.portal.render.servlets.jsp.PortalRenderHelper, com.bea.portal.render.servlets.jsp.PortletRenderHelper

Constructor Summary

RenderHelper()

 

Method Summary

public static PageIdentifier
getPageIdentifier(HttpServletRequest request)
Return the current page identifier
public static PageState
getPageState(HttpServletRequest request)
Retrieve the page state
public static PortalSession
getPortalSession(HttpServletRequest request)
Get the PortalSesison from the PipelineSession
public static PortalState
getPortalState(HttpServletRequest request)
Retrieve the portal state
public static PortletIdentifier
getPortletIdentifier(HttpServletRequest request)
Retrieve the portlet name from the HTTPServletRequest.
public static PortletState
getPortletState(HttpServletRequest request)
Retrieve the portlet state
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

RenderHelper

public RenderHelper()
 

Method Detail

getPageIdentifier(HttpServletRequest) Method

public static PageIdentifier getPageIdentifier(HttpServletRequest request)
throws JspException
Return the current page identifier

Exceptions

JspException

getPageState(HttpServletRequest) Method

public static PageState getPageState(HttpServletRequest request)
throws JspException
Retrieve the page state

Exceptions

JspException

getPortalSession(HttpServletRequest) Method

public static PortalSession getPortalSession(HttpServletRequest request)
throws JspException
Get the PortalSesison from the PipelineSession

Exceptions

JspException

getPortalState(HttpServletRequest) Method

public static PortalState getPortalState(HttpServletRequest request)
throws JspException
Retrieve the portal state

Exceptions

JspException

getPortletIdentifier(HttpServletRequest) Method

public static PortletIdentifier getPortletIdentifier(HttpServletRequest request)
throws JspException
Retrieve the portlet name from the HTTPServletRequest. This should be placed there by the rendering engine before each portlet is rendered.

Exceptions

JspException

getPortletState(HttpServletRequest) Method

public static PortletState getPortletState(HttpServletRequest request)
throws JspException
Retrieve the portlet state

Exceptions

JspException