org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag
Class PageRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.tobago.renderkit.RendererBase
          extended by org.apache.myfaces.tobago.renderkit.LayoutableRendererBase
              extended by org.apache.myfaces.tobago.renderkit.PageRendererBase
                  extended by org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.PageRenderer
All Implemented Interfaces:
LayoutableRenderer, LayoutInformationProvider

public class PageRenderer
extends PageRendererBase


Constructor Summary
PageRenderer()
           
 
Method Summary
 void decode(FacesContext facesContext, UIComponent component)
           
 void encodeChildren(FacesContext facesContext, UIComponent component)
           
 void encodeEnd(FacesContext facesContextOrg, UIComponent component)
           
protected  String generateDoctype(org.apache.myfaces.tobago.component.UIPage page)
           
 boolean getRendersChildren()
           
 
Methods inherited from class org.apache.myfaces.tobago.renderkit.LayoutableRendererBase
getComponentExtraHeight, getComponentExtraWidth, getFixedHeight, getFixedSpace, getFixedWidth, getHeaderHeight, getMinimumHeight, getMinimumSize, getMinimumWidth, getPaddingHeight, getPaddingWidth, layoutBegin, layoutEnd, prepareRender
 
Methods inherited from class org.apache.myfaces.tobago.renderkit.RendererBase
getConfiguredValue, getConvertedValue, getConverter, getCurrentValue, getCurrentValueAsObject, getFormattedValue, getPrepareRendersChildren, getRendererName, getValue, onComponentCreated, prepareRendersChildren
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, encodeBegin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.myfaces.tobago.renderkit.LayoutableRenderer
convertClientId, encodeBegin, getConvertedValue, getRendererName
 

Constructor Detail

PageRenderer

public PageRenderer()
Method Detail

decode

public void decode(FacesContext facesContext,
                   UIComponent component)
Specified by:
decode in interface LayoutableRenderer
Overrides:
decode in class PageRendererBase

encodeEnd

public void encodeEnd(FacesContext facesContextOrg,
                      UIComponent component)
               throws IOException
Specified by:
encodeEnd in interface LayoutableRenderer
Overrides:
encodeEnd in class Renderer
Throws:
IOException

encodeChildren

public void encodeChildren(FacesContext facesContext,
                           UIComponent component)
                    throws IOException
Specified by:
encodeChildren in interface LayoutableRenderer
Overrides:
encodeChildren in class Renderer
Throws:
IOException

generateDoctype

protected String generateDoctype(org.apache.myfaces.tobago.component.UIPage page)

getRendersChildren

public boolean getRendersChildren()
Specified by:
getRendersChildren in interface LayoutableRenderer
Overrides:
getRendersChildren in class Renderer


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.