public class WriteRenderer extends AbstractRenderer
Renderer implementation for the write tag
from the Struts-Faces Integration Library.
| Constructor and Description |
|---|
WriteRenderer() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
decode, encodeBegin, encodeChildren, encodeRecursive, getAsString, isDisabled, isReadOnly, renderAttributes, renderBoolean, renderEnd, renderPassThrough, renderStart, setSubmittedValuepublic 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 AbstractRenderercontext - FacesContext for the response we are creatingcomponent - Component to be renderedjava.io.IOException - if an input/output error occursjava.lang.NullPointerException - if context
or component is nullprotected 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 renderedCopyright © 2000–2025 Apache Software Foundation. All rights reserved.