org.apache.myfaces.custom.document
Class DocumentRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.custom.document.AbstractDocumentRenderer
          extended by 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: 673833 $ $Date: 2008-07-03 16:58:05 -0500 (Thu, 03 Jul 2008) $
Author:
Mario Ivankovits (latest modification by $Author: skitching $)

Field Summary
static java.lang.String RENDERER_TYPE
           
 
Constructor Summary
DocumentRenderer()
           
 
Method Summary
protected  java.lang.Class getDocumentClass()
           
protected  java.lang.String getHtmlTag()
           
 
Methods inherited from class org.apache.myfaces.custom.document.AbstractDocumentRenderer
closeTag, encodeBegin, encodeEnd, openTag, writeBeforeEnd
 
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
 

Field Detail

RENDERER_TYPE

public static final java.lang.String RENDERER_TYPE
See Also:
Constant Field Values
Constructor Detail

DocumentRenderer

public DocumentRenderer()
Method Detail

getHtmlTag

protected java.lang.String getHtmlTag()
Specified by:
getHtmlTag in class AbstractDocumentRenderer

getDocumentClass

protected java.lang.Class getDocumentClass()
Specified by:
getDocumentClass in class AbstractDocumentRenderer


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.