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

public class PortletRenderHelper

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

A helper class with static methods used to assist in rendering the portal's portlets.


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

Field Summary

public static final String
CURRENT_PORTLET_KEY
String
 

Constructor Summary

PortletRenderHelper()

 

Method Summary

public static boolean
isEditable(HttpServletRequest request)
Is the current portlet able to be edited
public static boolean
isFloatable(HttpServletRequest request)
Is the current portlet able to be floated
public static boolean
isInEditMode(HttpServletRequest request)
Is the current portlet in the edit mode
public static boolean
isMaximizable(HttpServletRequest request)
Is the current portlet able to be maximizable
public static boolean
isMaximized(HttpServletRequest request)
Is the current portlet in the maximized state
public static boolean
isMinimizable(HttpServletRequest request)
Is the current portlet able to be minimized
public static boolean
isMinimized(HttpServletRequest request)
Is the current portlet minimized
 
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
   

Field Detail

CURRENT_PORTLET_KEY

public static final String CURRENT_PORTLET_KEY

 

Constructor Detail

PortletRenderHelper

public PortletRenderHelper()
 

Method Detail

isEditable(HttpServletRequest) Method

public static boolean isEditable(HttpServletRequest request)
throws JspException
Is the current portlet able to be edited

Exceptions

JspException

isFloatable(HttpServletRequest) Method

public static boolean isFloatable(HttpServletRequest request)
throws JspException
Is the current portlet able to be floated

Exceptions

JspException

isInEditMode(HttpServletRequest) Method

public static boolean isInEditMode(HttpServletRequest request)
throws JspException
Is the current portlet in the edit mode

Exceptions

JspException

isMaximizable(HttpServletRequest) Method

public static boolean isMaximizable(HttpServletRequest request)
throws JspException
Is the current portlet able to be maximizable

Exceptions

JspException

isMaximized(HttpServletRequest) Method

public static boolean isMaximized(HttpServletRequest request)
throws JspException
Is the current portlet in the maximized state

Exceptions

JspException

isMinimizable(HttpServletRequest) Method

public static boolean isMinimizable(HttpServletRequest request)
throws JspException
Is the current portlet able to be minimized

Exceptions

JspException

isMinimized(HttpServletRequest) Method

public static boolean isMinimized(HttpServletRequest request)
throws JspException
Is the current portlet minimized

Exceptions

JspException