|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component._ComponentUtils
class _ComponentUtils
A collection of static helper methods for locating UIComponents.
Method Summary | |
---|---|
(package private) static void |
callValidators(FacesContext context,
UIInput input,
java.lang.Object convertedValue)
|
(package private) static UIComponent |
findComponent(UIComponent findBase,
java.lang.String id)
Find the component with the specified id starting from the specified component. |
(package private) static UIComponent |
findParentNamingContainer(UIComponent component,
boolean returnRootIfNotFound)
|
(package private) static UIComponent |
getRootComponent(UIComponent component)
|
(package private) static java.lang.String |
getStringValue(FacesContext context,
ValueBinding vb)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
static UIComponent findParentNamingContainer(UIComponent component, boolean returnRootIfNotFound)
static UIComponent getRootComponent(UIComponent component)
static UIComponent findComponent(UIComponent findBase, java.lang.String id)
Param id must not contain any NamingContainer.SEPARATOR_CHAR characters (ie ":"). This method explicitly does not search into any child naming container components; this is expected to be handled by the caller of this method.
For an implementation of findComponent which does descend into child naming components, see org.apache.myfaces.custom.util.ComponentUtils.
static void callValidators(FacesContext context, UIInput input, java.lang.Object convertedValue)
static java.lang.String getStringValue(FacesContext context, ValueBinding vb)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |