org.apache.myfaces.tobago.renderkit
Interface TobagoRenderer

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

public interface TobagoRenderer


Method Summary
 void encodeBegin(FacesContext facesContext, UIComponent component)
           
 void encodeChildren(FacesContext facesContext, UIComponent component)
           
 void encodeEnd(FacesContext facesContext, UIComponent component)
           
 

Method Detail

encodeBegin

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

encodeChildren

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

encodeEnd

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


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