public final class PortletUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PORTLET_REQUEST_FLAG
This flag is imbedded in the request.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isPortletRequest(javax.faces.context.FacesContext facesContext)
Determine if we are running as a portlet.
|
static boolean |
isRenderResponse(javax.faces.context.FacesContext facesContext)
Determine if we are processing a portlet RenderResponse.
|
public static final String PORTLET_REQUEST_FLAG
public static boolean isRenderResponse(javax.faces.context.FacesContext facesContext)
facesContext - The current FacesContext.true if we are processing a RenderResponse,
false otherwise.public static boolean isPortletRequest(javax.faces.context.FacesContext facesContext)
facesContext - The current FacesContext.true if we are running as a portlet,
false otherwise.Copyright © 2013 Apache Software Foundation. All Rights Reserved.