org.esigate.jsf
Class UIComponentUtils
java.lang.Object
org.esigate.jsf.UIComponentUtils
public class UIComponentUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIComponentUtils
public UIComponentUtils()
getParam
public static Boolean getParam(javax.faces.component.UIComponent uiComponent,
String name,
Boolean currentValue)
getParam
public static final String getParam(javax.faces.component.UIComponent uiComponent,
String name,
String currentValue)
renderChild
public static final void renderChild(javax.faces.component.UIComponent child)
throws IOException
- Throws:
IOException
renderChildren
public static final void renderChildren(javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderChildrenToString
public static final String renderChildrenToString(javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
Copyright © 2008-2012. All Rights Reserved.