Package org.gluu.oxtrust.util.jsf
Class FacesComponentUtility
java.lang.Object
org.gluu.oxtrust.util.jsf.FacesComponentUtility
Functions to work with UIComponents
- Author:
- Yuriy Movchan Date: 08.10.2011
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
dumpComponentsTree
(List<javax.faces.component.UIComponent> componetns, int level) static javax.faces.component.UIComponent
findComponentById
(String compId) static String
getMessageFromBundle
(String messageId) Get the field label.static void
resetInputComponents
(String rootCompId)
-
Method Details
-
getMessageFromBundle
Get the field label.- Parameters:
messageId
- id of message in the resourcebundle- Returns:
- Message from the Message Source.
-
resetInputComponents
-
dumpComponentsTree
public static void dumpComponentsTree(List<javax.faces.component.UIComponent> componetns, int level) -
dumpComponentsTree
public static void dumpComponentsTree() -
findComponentById
-