com.bea.portal.render.servlets.jsp
Class PortalRenderHelper
java.lang.Object
|
+--com.bea.portal.render.servlets.jsp.RenderHelper
|
+--com.bea.portal.render.servlets.jsp.PortalRenderHelper
- public class PortalRenderHelper
- extends RenderHelper
A helper class with static methods to assist in rendering the portal.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalRenderHelper
public PortalRenderHelper()
getMaximizedPortlet
public static PortletIdentifier getMaximizedPortlet(HttpServletRequest request)
throws JspException
- Return a maximized portlet for the current page, if no portlet is maximized
then return null.
JspException
getEditPortlet
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.
JspException
getSelectedSkin
public static SkinIdentifier getSelectedSkin(HttpServletRequest request)
throws JspException
- Return the selected skin
JspException
Copyright © 2003 BEA Systems, Inc. All Rights Reserved