Class FacesComponentUtility

java.lang.Object
org.gluu.oxtrust.util.jsf.FacesComponentUtility

public final class FacesComponentUtility extends Object
Functions to work with UIComponents
Author:
Yuriy Movchan Date: 08.10.2011
  • Method Details

    • getMessageFromBundle

      public static String getMessageFromBundle(String messageId)
      Get the field label.
      Parameters:
      messageId - id of message in the resourcebundle
      Returns:
      Message from the Message Source.
    • resetInputComponents

      public static void resetInputComponents(String rootCompId)
    • dumpComponentsTree

      public static void dumpComponentsTree(List<javax.faces.component.UIComponent> componetns, int level)
    • dumpComponentsTree

      public static void dumpComponentsTree()
    • findComponentById

      public static javax.faces.component.UIComponent findComponentById(String compId)