org.apache.myfaces.portlet
public class PortletUtil extends Object
| Field Summary | |
|---|---|
| static String | PORTLET_REQUEST_FLAG This flag is imbedded in the request.
|
| Method Summary | |
|---|---|
| static boolean | isPortletRequest(FacesContext facesContext)
Determine if we are running as a portlet.
|
| static boolean | isRenderResponse(FacesContext facesContext)
Determine if we are processing a portlet RenderResponse.
|
Parameters: facesContext The current FacesContext.
Returns: true if we are running as a portlet,
false otherwise.
Parameters: facesContext The current FacesContext.
Returns: true if we are processing a RenderResponse,
false otherwise.