org.richfaces.renderkit
Class AbstractTableRenderer.SimpleHeaderEncodeStrategy
java.lang.Object
org.richfaces.renderkit.AbstractTableRenderer.SimpleHeaderEncodeStrategy
- All Implemented Interfaces:
- EncodeStrategy
- Enclosing class:
- AbstractTableRenderer
protected class AbstractTableRenderer.SimpleHeaderEncodeStrategy
- extends Object
- implements EncodeStrategy
Method Summary |
void |
begin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent column,
Object[] params)
|
void |
end(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent column,
Object[] params)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTableRenderer.SimpleHeaderEncodeStrategy
protected AbstractTableRenderer.SimpleHeaderEncodeStrategy()
begin
public void begin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent column,
Object[] params)
throws IOException
- Specified by:
begin
in interface EncodeStrategy
- Throws:
IOException
end
public void end(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent column,
Object[] params)
throws IOException
- Specified by:
end
in interface EncodeStrategy
- Throws:
IOException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.