org.richfaces.renderkit.util
Class CoreRendererUtils
java.lang.Object
org.richfaces.renderkit.util.CoreRendererUtils
public final class CoreRendererUtils
- extends Object
Util class for common render operations - render passthru html attributes,
iterate over child components etc.
- Version:
- $Revision: 1.1.2.6 $ $Date: 2007/02/08 19:07:16 $
- Author:
- asmirnov@exadel.com (latest modification by $Author: alexsmirnov $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GLOBAL_META_COMPONENTS
public static final Set<String> GLOBAL_META_COMPONENTS
INSTANCE
public static final CoreRendererUtils INSTANCE
getPredefinedMetaComponentId
public String getPredefinedMetaComponentId(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
String id)
findComponentsFor
public Collection<String> findComponentsFor(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Collection<String> shortIds)
- Parameters:
context
- component
- shortIds
-
- Returns:
- Since:
- 4.0
getNestingForm
public javax.faces.component.UIForm getNestingForm(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
- Find nested form for given component
- Parameters:
component
-
- Returns:
- nested
UIForm
component, or null
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.