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 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, setSubmittedValue
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
Encode the specified text to our response.
encodeEnd
in class AbstractRenderer
context
- FacesContext for the response we are creatingcomponent
- Component to be renderedIOException
- if an input/output error occursNullPointerException
- if context
or component
is null
protected 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–2016 Apache Software Foundation. All rights reserved.