public class ComponentRenderUtils extends Object
Most of helpers come from RichFaces 3.3.1 code (aligned on JSF 1.2).
| Constructor and Description | 
|---|
ComponentRenderUtils()  | 
| Modifier and Type | Method and Description | 
|---|---|
static javax.faces.component.UIComponent | 
findComponentFor(javax.faces.component.UIComponent component,
                String id)  | 
protected static javax.faces.component.UIComponent | 
findUIComponentBelow(javax.faces.component.UIComponent root,
                    String id)  | 
static String | 
getAbsoluteId(javax.faces.component.UIComponent component)  | 
static javax.faces.component.UIComponent | 
getComponent(javax.faces.component.UIComponent base,
            String targetId)  | 
static String | 
getComponentAbsoluteId(javax.faces.component.UIComponent base,
                      String targetId)  | 
public ComponentRenderUtils()
public static String getComponentAbsoluteId(javax.faces.component.UIComponent base, String targetId)
public static javax.faces.component.UIComponent getComponent(javax.faces.component.UIComponent base, String targetId)
public static javax.faces.component.UIComponent findComponentFor(javax.faces.component.UIComponent component, String id)
protected static javax.faces.component.UIComponent findUIComponentBelow(javax.faces.component.UIComponent root, String id)
public static String getAbsoluteId(javax.faces.component.UIComponent component)
Copyright © 2019 Nuxeo. All rights reserved.