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 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 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 renderedIllegalArgumentException - if no MessageResources bundle
can be foundIllegalArgumentException - if no message key can be foundCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.