org.apache.myfaces.renderkit.html
Class HtmlDoctypeRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.renderkit.html.HtmlDoctypeRenderer
@JSFRenderer(renderKitId="HTML_BASIC",
family="javax.faces.Output",
type="javax.faces.Doctype")
public class HtmlDoctypeRenderer
- extends Renderer
Rendered used by h:doctype tag
- Since:
- 2.1.0
- Author:
- Leonardo Uribe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlDoctypeRenderer
public HtmlDoctypeRenderer()
encodeChildren
public void encodeChildren(FacesContext context,
UIComponent component)
throws IOException
- Overrides:
encodeChildren
in class Renderer
- Throws:
IOException
encodeEnd
public void encodeEnd(FacesContext context,
UIComponent component)
throws IOException
- Overrides:
encodeEnd
in class Renderer
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.