org.apache.myfaces.custom.document
Class DocumentBodyRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.custom.document.AbstractDocumentRenderer
org.apache.myfaces.custom.document.DocumentBodyRenderer
public class DocumentBodyRenderer
- extends AbstractDocumentRenderer
Document to enclose the whole document. If not otherwise possible you can use
state="start|end" to demarkate the document boundaries
- Version:
- $Revision: 382550 $ $Date: 2006-03-02 18:10:28 -0500 (Thu, 02 Mar 2006) $
- Author:
- Mario Ivankovits (latest modification by $Author: imario $)
Methods inherited from class javax.faces.render.Renderer |
convertClientId, decode, encodeChildren, getConvertedValue, getRendersChildren |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RENDERER_TYPE
public static final java.lang.String RENDERER_TYPE
- See Also:
- Constant Field Values
DocumentBodyRenderer
public DocumentBodyRenderer()
getHtmlTag
protected java.lang.String getHtmlTag()
- Specified by:
getHtmlTag
in class AbstractDocumentRenderer
getDocumentClass
protected java.lang.Class getDocumentClass()
- Specified by:
getDocumentClass
in class AbstractDocumentRenderer
writeBeforeEnd
protected void writeBeforeEnd(javax.faces.context.FacesContext facesContext)
throws java.io.IOException
- Overrides:
writeBeforeEnd
in class AbstractDocumentRenderer
- Throws:
java.io.IOException
Copyright 2006 Apache Software Foundation. All Rights Reserved.