public class UIComponentUtils extends Object
| Constructor and Description |
|---|
UIComponentUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
getParam(javax.faces.component.UIComponent uiComponent,
String name,
Boolean currentValue) |
static String |
getParam(javax.faces.component.UIComponent uiComponent,
String name,
String currentValue) |
static void |
renderChild(javax.faces.component.UIComponent child) |
static void |
renderChildren(javax.faces.component.UIComponent component) |
static String |
renderChildrenToString(javax.faces.component.UIComponent component) |
public static Boolean getParam(javax.faces.component.UIComponent uiComponent, String name, Boolean currentValue)
public static final String getParam(javax.faces.component.UIComponent uiComponent, String name, String currentValue)
public static final void renderChild(javax.faces.component.UIComponent child)
throws IOException
IOExceptionpublic static final void renderChildren(javax.faces.component.UIComponent component)
throws IOException
IOExceptionpublic static final String renderChildrenToString(javax.faces.component.UIComponent component) throws IOException
IOExceptionCopyright © 2008-2013. All Rights Reserved.