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.
|
encodeEnd
decode, encodeBegin, encodeChildren, encodeRecursive, getAsString, isDisabled, isReadOnly, renderAttributes, renderBoolean, renderEnd, renderPassThrough, renderStart, setSubmittedValue
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.
getText
in class WriteRenderer
context
- 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–2020 Apache Software Foundation. All rights reserved.