org.apache.myfaces.renderkit.html
Class HtmlFormatRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer
org.apache.myfaces.renderkit.html.HtmlFormatRenderer
@JSFRenderer(renderKitId="HTML_BASIC",
family="javax.faces.Output",
type="javax.faces.Format")
public class HtmlFormatRenderer- extends org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer
- Version:
- $Revision: 693358 $ $Date: 2008-09-08 22:54:29 -0500 (Mon, 08 Sep 2008) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $), Thomas Spiegl
| Methods inherited from class org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer |
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUri |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlFormatRenderer
public HtmlFormatRenderer()
encodeBegin
public void encodeBegin(FacesContext facesContext,
UIComponent uiComponent)
throws IOException
- Overrides:
encodeBegin in class Renderer
- Throws:
IOException
encodeChildren
public void encodeChildren(FacesContext facescontext,
UIComponent uicomponent)
throws IOException
- Overrides:
encodeChildren in class Renderer
- Throws:
IOException
encodeEnd
public void encodeEnd(FacesContext facesContext,
UIComponent component)
throws IOException
- Overrides:
encodeEnd in class Renderer
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.