| java.lang.Object javax.faces.component._ComponentUtils
_ComponentUtils | class _ComponentUtils (Code) | | A collection of static helper methods for locating UIComponents.
author: Manfred Geiler (latest modification by $Author: mbr $) version: $Revision: 518784 $ $Date: 2007-03-15 23:24:40 +0100 (Do, 15 Mrz 2007) $ |
findComponent | static UIComponent findComponent(UIComponent findBase, String id)(Code) | | Find the component with the specified id starting from the specified
component.
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.
findBase, a descendant of findBase, or null. |
getExpressionValue | static T getExpressionValue(UIComponent component, String attribute, T overrideValue, T defaultValue)(Code) | | |
|
|