public class FacesUtil extends Object
| Constructor and Description |
|---|
FacesUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addUpdateScript(String clientId,
String script) |
static void |
clearUpdateScript() |
static void |
clearUpdateScript(String clientId) |
static javax.faces.context.FacesContext |
getContext() |
static List<String> |
getUpdateScript() |
static boolean |
isAjaxRequest() |
static javax.faces.component.UIComponent |
searchComponent(String id) |
static javax.faces.component.UIComponent |
searchComponent(javax.faces.component.UIComponent base,
String id) |
static String |
toScriptString(String script) |
public static javax.faces.context.FacesContext getContext()
public static boolean isAjaxRequest()
public static javax.faces.component.UIComponent searchComponent(String id)
public static javax.faces.component.UIComponent searchComponent(javax.faces.component.UIComponent base,
String id)
public static void clearUpdateScript(String clientId)
public static void clearUpdateScript()
Copyright © 2020. All rights reserved.