RichFaces UI Components UI 4.1.0.20111101-M4

org.richfaces.renderkit
Interface EncodeStrategy

All Known Implementing Classes:
AbstractTableRenderer.SimpleHeaderEncodeStrategy

public interface EncodeStrategy

Author:
Anton Belevich

Method Summary
 void begin(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object[] params)
           
 void end(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object[] params)
           
 

Method Detail

begin

void begin(javax.faces.context.ResponseWriter writer,
           javax.faces.context.FacesContext context,
           javax.faces.component.UIComponent component,
           Object[] params)
           throws IOException
Throws:
IOException

end

void end(javax.faces.context.ResponseWriter writer,
         javax.faces.context.FacesContext context,
         javax.faces.component.UIComponent component,
         Object[] params)
         throws IOException
Throws:
IOException

RichFaces UI Components UI 4.1.0.20111101-M4

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.