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