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.
|
encodeEnd
decode, encodeBegin, encodeChildren, encodeRecursive, getAsString, isDisabled, isReadOnly, renderAttributes, renderBoolean, renderEnd, renderPassThrough, renderStart, setSubmittedValue
protected 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 renderedIllegalArgumentException
- if no MessageResources bundle
can be foundIllegalArgumentException
- if no message key can be foundCopyright © 2000–2016 Apache Software Foundation. All rights reserved.