public class MessageRenderer extends WriteRenderer
Renderer implementation for the message tag
from the Struts-Faces Integration Library.
| Constructor and Description |
|---|
MessageRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getText(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Return the message format String to be processed for this message.
|
encodeEnddecode, encodeBegin, encodeChildren, encodeRecursive, getAsString, isDisabled, isReadOnly, renderAttributes, renderBoolean, renderEnd, renderPassThrough, renderStart, setSubmittedValueprotected java.lang.String getText(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Return the message format String to be processed for this message.
getText in class WriteRenderercontext - FacesContext for the response we are creatingcomponent - Component to be renderedjava.lang.IllegalArgumentException - if no MessageResources bundle
can be foundjava.lang.IllegalArgumentException - if no message key can be foundCopyright © 2000–2024 Apache Software Foundation. All rights reserved.