Package org.apache.myfaces.tobago.util
Klasse AjaxUtils
java.lang.Object
org.apache.myfaces.tobago.util.AjaxUtils
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic void
addRenderIds
(String... renderIds) static void
addRenderIds
(javax.faces.context.FacesContext facesContext, String... renderIds) getRenderIds
(javax.faces.context.FacesContext facesContext) static boolean
isAjaxRequest
(javax.faces.context.FacesContext facesContext) static boolean
isAjaxRequest
(javax.servlet.ServletRequest request) static void
static void
removeRenderIds
(String... renderIds) static void
removeRenderIds
(javax.faces.context.FacesContext facesContext, String... renderIds)
-
Konstruktordetails
-
AjaxUtils
public AjaxUtils()
-
-
Methodendetails
-
isAjaxRequest
public static boolean isAjaxRequest(javax.faces.context.FacesContext facesContext) -
isAjaxRequest
public static boolean isAjaxRequest(javax.servlet.ServletRequest request) -
addRenderIds
-
addRenderIds
-
removeRenderIds
-
removeRenderIds
public static void removeRenderIds(javax.faces.context.FacesContext facesContext, String... renderIds) -
getRenderIds
-