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)
|
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
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.