Class FacesUtil


  • public class FacesUtil
    extends Object
    Utility to handle faces stuff
    Author:
    dennis
    • Constructor Detail

      • FacesUtil

        public FacesUtil()
    • Method Detail

      • getContext

        public static javax.faces.context.FacesContext getContext()
      • isAjaxRequest

        public static boolean isAjaxRequest()
      • searchComponent

        public static javax.faces.component.UIComponent searchComponent​(String id)
      • searchComponent

        public static javax.faces.component.UIComponent searchComponent​(javax.faces.component.UIComponent base,
                                                                        String id)
      • toScriptString

        public static String toScriptString​(String script)
      • addUpdateScript

        public static void addUpdateScript​(String clientId,
                                           String script)
      • clearUpdateScript

        public static void clearUpdateScript​(String clientId)
      • clearUpdateScript

        public static void clearUpdateScript()
      • getUpdateScript

        public static List<String> getUpdateScript()