org.esigate.jsf
Class UIComponentUtils

java.lang.Object
  extended by org.esigate.jsf.UIComponentUtils

public class UIComponentUtils
extends Object


Constructor Summary
UIComponentUtils()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIComponentUtils

public UIComponentUtils()
Method Detail

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.