RichFaces UI Components UI 4.2.0.CR1

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.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.