org.apache.myfaces.tobago.renderkit
Interface TobagoRenderer

All Known Implementing Classes:
BoxRendererBase, CommandRendererBase, InputRendererBase, InRendererBase, LayoutRenderer, MessageRendererBase, PageRendererBase, RendererBase, SelectManyRendererBase, SelectOneRendererBase

public interface TobagoRenderer


Method Summary
 void encodeBeginTobago(FacesContext facesContext, UIComponent component)
           
 void encodeChildrenTobago(FacesContext facesContext, UIComponent component)
           
 void encodeEndTobago(FacesContext facesContext, UIComponent component)
           
 

Method Detail

encodeBeginTobago

void encodeBeginTobago(FacesContext facesContext,
                       UIComponent component)
                       throws IOException
Throws:
IOException

encodeChildrenTobago

void encodeChildrenTobago(FacesContext facesContext,
                          UIComponent component)
                          throws IOException
Throws:
IOException

encodeEndTobago

void encodeEndTobago(FacesContext facesContext,
                     UIComponent component)
                     throws IOException
Throws:
IOException


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