|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.faces.render.Renderer | +--org.apache.struts.faces.renderer.AbstractRenderer | +--org.apache.struts.faces.renderer.WriteRenderer
Renderer
implementation for the write
tag
from the Struts-Faces Integration Library.
Field Summary | |
private static org.apache.commons.logging.Log |
log
The Log instance for this class. |
Fields inherited from class org.apache.struts.faces.renderer.AbstractRenderer |
|
Constructor Summary | |
WriteRenderer()
|
Method Summary | |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Encode the specified text to our response. |
protected java.lang.String |
getText(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Return the text to be rendered for this component, optionally filtered if requested. |
Methods inherited from class org.apache.struts.faces.renderer.AbstractRenderer |
addSupportedComponent, decode, encodeBegin, encodeChildren, getAttributeDescriptor, getAttributeDescriptor, getAttributeNames, getAttributeNames, getClientId, getRendererType, setRendererType, supportsComponentType, supportsComponentType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static org.apache.commons.logging.Log log
The Log
instance for this class.
Constructor Detail |
public WriteRenderer()
Method Detail |
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
Encode the specified text to our response.
encodeEnd
in class AbstractRenderer
context
- FacesContext for the response we are creatingcomponent
- Component to be rendered
java.io.IOException
- if an input/output error occursprotected java.lang.String getText(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
Return the text to be rendered for this component, optionally filtered if requested.
context
- FacesContext for the response we are creatingcomponent
- Component to be rendered
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |