public final class JSFUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getConversationId() |
static javax.faces.context.FacesContext |
getCurrentFacesContext() |
static javax.faces.context.ExternalContext |
getExternalContext() |
static String |
getJSFRequestParameter(String parameterName) |
static String |
getRedirectViewIdWithCid(String redirectId,
String cid) |
static javax.servlet.http.HttpSession |
getSession() |
static javax.faces.component.UIViewRoot |
getViewRoot() |
public static javax.faces.context.FacesContext getCurrentFacesContext()
public static javax.faces.context.ExternalContext getExternalContext()
public static javax.servlet.http.HttpSession getSession()
public static String getRedirectViewIdWithCid(String redirectId, String cid)
public static javax.faces.component.UIViewRoot getViewRoot()
public static String getConversationId()
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.