Save This Page
Home » mojarra-1.2_09-b02-FCS-source » javax.faces.component » [javadoc | source]
javax.faces.component
class: _ComponentUtils [javadoc | source]
java.lang.Object
   javax.faces.component._ComponentUtils
Method from javax.faces.component._ComponentUtils Summary:
callValidators,   findComponent,   findParentNamingContainer,   getRootComponent
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component._ComponentUtils Detail:
 static  void callValidators(FacesContext context,
    UIInput input,
    Object convertedValue) 
 static UIComponent findComponent(UIComponent findBase,
    String id) 
 static UIComponent findParentNamingContainer(UIComponent component,
    boolean returnRootIfNotFound) 
 static UIComponent getRootComponent(UIComponent component)