Package org.apache.webbeans.jsf
Class JSFUtil
- java.lang.Object
-
- org.apache.webbeans.jsf.JSFUtil
-
public final class JSFUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetConversationId()static StringgetConversationPropagation()static javax.faces.context.FacesContextgetCurrentFacesContext()static javax.faces.context.ExternalContextgetExternalContext()static StringgetJSFRequestParameter(String parameterName)static StringgetRedirectViewIdWithCid(String redirectId, String cid)static javax.servlet.http.HttpSessiongetSession()static javax.faces.component.UIViewRootgetViewRoot()
-
-
-
Method Detail
-
getCurrentFacesContext
public static javax.faces.context.FacesContext getCurrentFacesContext()
-
getExternalContext
public static javax.faces.context.ExternalContext getExternalContext()
-
getSession
public static javax.servlet.http.HttpSession getSession()
-
getRedirectViewIdWithCid
public static String getRedirectViewIdWithCid(String redirectId, String cid)
-
getViewRoot
public static javax.faces.component.UIViewRoot getViewRoot()
-
getConversationId
public static String getConversationId()
-
getConversationPropagation
public static String getConversationPropagation()
-
-