Package org.apache.struts.faces.renderer
Class WriteRenderer
java.lang.Object
jakarta.faces.render.Renderer
org.apache.struts.faces.renderer.AbstractRenderer
org.apache.struts.faces.renderer.WriteRenderer
- Direct Known Subclasses:
MessageRenderer
Renderer
implementation for the write
tag
from the Struts-Faces Integration Library.
- Version:
- $Rev$ $Date$
-
Field Summary
Fields inherited from class jakarta.faces.render.Renderer
PASSTHROUGH_RENDERER_LOCALNAME_KEY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
encodeEnd
(FacesContext context, UIComponent component) Encode the specified text to our response.protected String
getText
(FacesContext context, 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
decode, encodeBegin, encodeChildren, encodeRecursive, getAsString, isDisabled, isReadOnly, isXhtml, renderAttributes, renderBoolean, renderEnd, renderPassThrough, renderStart, searchComponent, setSubmittedValue
Methods inherited from class jakarta.faces.render.Renderer
convertClientId, getConvertedValue, getRendersChildren
-
Constructor Details
-
WriteRenderer
public WriteRenderer()
-
-
Method Details
-
encodeEnd
Encode the specified text to our response.
- Overrides:
encodeEnd
in classAbstractRenderer
- Parameters:
context
- FacesContext for the response we are creatingcomponent
- Component to be rendered- Throws:
IOException
- if an input/output error occursNullPointerException
- ifcontext
orcomponent
isnull
-
getText
Return the text to be rendered for this component, optionally filtered if requested.
- Parameters:
context
- FacesContext for the response we are creatingcomponent
- Component to be rendered
-