org.apache.myfaces.custom.document
Class DocumentRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.custom.document.AbstractDocumentRenderer
org.apache.myfaces.custom.document.DocumentRenderer
public class DocumentRenderer
- 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: 1.1 $ $Date: 2012-06-23 17:38:52 $
- Author:
- Mario Ivankovits (latest modification by $Author: hoersch#his.de $)
Method Summary |
protected Class |
getDocumentClass()
|
protected String |
getHtmlTag()
|
protected void |
openTag(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent uiComponent)
|
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 String RENDERER_TYPE
- See Also:
- Constant Field Values
DocumentRenderer
public DocumentRenderer()
getHtmlTag
protected String getHtmlTag()
- Specified by:
getHtmlTag
in class AbstractDocumentRenderer
getDocumentClass
protected Class getDocumentClass()
- Specified by:
getDocumentClass
in class AbstractDocumentRenderer
openTag
protected void openTag(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent uiComponent)
throws IOException
- Overrides:
openTag
in class AbstractDocumentRenderer
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.