Richfaces UI Components UI 4.1.0.20110910-M2

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, java.lang.Object[] params)
           
 void end(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.Object[] params)
           
 

Method Detail

begin

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

end

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

Richfaces UI Components UI 4.1.0.20110910-M2

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