Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.faces.component
Class _ComponentUtils  view _ComponentUtils download _ComponentUtils.java

java.lang.Object
  extended byjavax.faces.component._ComponentUtils

class _ComponentUtils
extends java.lang.Object

Version:
$Revision: 264794 $ $Date: 2005-08-30 11:19:58 -0400 (Tue, 30 Aug 2005) $

Constructor Summary
private _ComponentUtils()
           
 
Method Summary
(package private) static void callValidators(javax.faces.context.FacesContext context, UIInput input, java.lang.Object convertedValue)
           
private static boolean dynamicIdIsEqual(java.lang.String dynamicId, java.lang.String id)
           
(package private) static UIComponent findComponent(UIComponent findBase, java.lang.String id)
           
(package private) static UIComponent findParentNamingContainer(UIComponent component, boolean returnRootIfNotFound)
           
(package private) static UIComponent getRootComponent(UIComponent component)
           
private static boolean idsAreEqual(java.lang.String id, UIComponent cmp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_ComponentUtils

private _ComponentUtils()
Method Detail

findParentNamingContainer

static UIComponent findParentNamingContainer(UIComponent component,
                                             boolean returnRootIfNotFound)

getRootComponent

static UIComponent getRootComponent(UIComponent component)

findComponent

static UIComponent findComponent(UIComponent findBase,
                                 java.lang.String id)

idsAreEqual

private static boolean idsAreEqual(java.lang.String id,
                                   UIComponent cmp)

dynamicIdIsEqual

private static boolean dynamicIdIsEqual(java.lang.String dynamicId,
                                        java.lang.String id)

callValidators

static void callValidators(javax.faces.context.FacesContext context,
                           UIInput input,
                           java.lang.Object convertedValue)