Package org.apache.myfaces.util
Class ComponentUtils
- java.lang.Object
-
- org.apache.myfaces.util.ComponentUtils
-
public class ComponentUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ComponentUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
closest(Class<T> type, UIComponent base)
static String
getPathToComponent(UIComponent component)
static UIComponent
getRootComponent(UIComponent component)
-
-
-
Method Detail
-
getPathToComponent
public static String getPathToComponent(UIComponent component)
-
closest
public static <T> T closest(Class<T> type, UIComponent base)
-
getRootComponent
public static UIComponent getRootComponent(UIComponent component)
-
-