© 2005 BEA Systems, Inc.

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

java.lang.Object
  extended bycom.bea.portal.render.servlets.jsp.RenderHelper
Direct Known Subclasses:
PortalRenderHelper, PortletRenderHelper

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.


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

Constructor Detail

RenderHelper

public RenderHelper()
Deprecated. 
Method Detail

getPageIdentifier

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

Throws:
JspException

getPageState

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

Throws:
JspException

getPortalSession

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

Throws:
JspException

getPortalState

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

Throws:
JspException

getPortletIdentifier

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

Throws:
JspException

getPortletState

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

Throws:
JspException

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved