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
- 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
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenderHelper
public RenderHelper()
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