|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.portlet.faces.BridgeUtil
public final class BridgeUtil
Utility class designed to make it easy for Faces subsystems including the bridge itself to determine whether this request is running in a portlet container and/or which portlet request phase it is executing in.
| Method Summary | |
|---|---|
static Bridge.PortletPhase |
getPortletRequestPhase()
Indicates the portlet lifecycle phase currently being executed within the execution of the Faces lifecycle. |
static Bridge.PortletPhase |
getPortletRequestPhase(javax.faces.context.FacesContext facesContext)
Indicates the portlet lifecycle phase currently being executed within the execution of the Faces lifecycle. |
static boolean |
isPortletRequest()
Indicates whether the current request is executing in the portlet container. |
static boolean |
isPortletRequest(javax.faces.context.FacesContext facesContext)
Indicates whether the current request is executing in the portlet container. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Bridge.PortletPhase getPortletRequestPhase()
null.public static Bridge.PortletPhase getPortletRequestPhase(javax.faces.context.FacesContext facesContext)
facesContext - The current Faces context.
null.public static boolean isPortletRequest()
true if the request is a portlet request, otherwise false.public static boolean isPortletRequest(javax.faces.context.FacesContext facesContext)
facesContext - The current Faces context.
true if the request is a portlet request, otherwise false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||