org.apache.myfaces.custom.document
Class DocumentHeadRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.custom.document.AbstractDocumentRenderer
          extended by org.apache.myfaces.custom.document.DocumentHeadRenderer

public class DocumentHeadRenderer
extends AbstractDocumentRenderer

Document to enclose the document head. 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 (jue, 03 jul 2008) $
Author:
Mario Ivankovits (latest modification by $Author: skitching $)

Field Summary
static String RENDERER_TYPE
           
 
Constructor Summary
DocumentHeadRenderer()
           
 
Method Summary
protected  Class getDocumentClass()
           
protected  String getHtmlTag()
           
protected  void writeBeforeEnd(javax.faces.context.FacesContext facesContext)
           
 
Methods inherited from class org.apache.myfaces.custom.document.AbstractDocumentRenderer
closeTag, encodeBegin, encodeEnd, openTag
 
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 String RENDERER_TYPE
See Also:
Constant Field Values
Constructor Detail

DocumentHeadRenderer

public DocumentHeadRenderer()
Method Detail

getHtmlTag

protected String getHtmlTag()
Specified by:
getHtmlTag in class AbstractDocumentRenderer

getDocumentClass

protected Class getDocumentClass()
Specified by:
getDocumentClass in class AbstractDocumentRenderer

writeBeforeEnd

protected void writeBeforeEnd(javax.faces.context.FacesContext facesContext)
                       throws IOException
Overrides:
writeBeforeEnd in class AbstractDocumentRenderer
Throws:
IOException


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