org.apache.myfaces.shared_tomahawk.util
Class RendererUtils
java.lang.Object
org.apache.myfaces.shared_tomahawk.util.RendererUtils
public class RendererUtils
- extends Object
- Since:
- 1.0.1
- Author:
- Leonardo Uribe
Method Summary |
static void |
renderChild(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent child)
|
static void |
renderChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RendererUtils
public RendererUtils()
renderChildren
public static void renderChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderChild
public static void renderChild(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent child)
throws IOException
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.