PortalRenderHelper 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
PortalRenderHelper Class

public class PortalRenderHelper

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

A helper class with static methods to assist in rendering the portal.


Hierarchy
Object
  com.bea.portal.render.servlets.jsp.RenderHelper
    PortalRenderHelper

Constructor Summary

PortalRenderHelper()

 

Method Summary

public static PortletIdentifier
getEditPortlet(HttpServletRequest request)
Return a portlet in edit mode for the current page, if no portlet is maximized then return null.
public static PortletIdentifier
getMaximizedPortlet(HttpServletRequest request)
Return a maximized portlet for the current page, if no portlet is maximized then return null.
public static SkinIdentifier
getSelectedSkin(HttpServletRequest request)
Return the selected skin
 
Methods from  com.bea.portal.render.servlets.jsp.com.bea.portal.render.servlets.jsp.RenderHelper
getPageIdentifier, getPageState, getPortalSession, getPortalState, getPortletIdentifier, getPortletState
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

PortalRenderHelper

public PortalRenderHelper()
 

Method Detail

getEditPortlet(HttpServletRequest) Method

public static PortletIdentifier getEditPortlet(HttpServletRequest request)
throws JspException
Return a portlet in edit mode for the current page, if no portlet is maximized then return null.

Exceptions

JspException

getMaximizedPortlet(HttpServletRequest) Method

public static PortletIdentifier getMaximizedPortlet(HttpServletRequest request)
throws JspException
Return a maximized portlet for the current page, if no portlet is maximized then return null.

Exceptions

JspException

getSelectedSkin(HttpServletRequest) Method

public static SkinIdentifier getSelectedSkin(HttpServletRequest request)
throws JspException
Return the selected skin

Exceptions

JspException