|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.render.Renderer
org.apache.struts.faces.renderer.AbstractRenderer
org.apache.struts.faces.renderer.WriteRenderer
org.apache.struts.faces.renderer.MessageRenderer
Renderer
implementation for the message
tag
from the Struts-Faces Integration Library.
Field Summary | |
private static org.apache.commons.logging.Log |
log
The Log instance for this class. |
Constructor Summary | |
MessageRenderer()
|
Method Summary | |
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. |
Methods inherited from class org.apache.struts.faces.renderer.WriteRenderer |
encodeEnd |
Methods inherited from class org.apache.struts.faces.renderer.AbstractRenderer |
decode, encodeBegin, encodeChildren, encodeRecursive, getAsString, isDisabled, isReadOnly, renderAttributes, renderBoolean, renderEnd, renderPassThrough, renderStart, setSubmittedValue |
Methods inherited from class javax.faces.render.Renderer |
convertClientId, getConvertedValue, getRendersChildren |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static org.apache.commons.logging.Log log
The Log
instance for this class.
Constructor Detail |
public MessageRenderer()
Method Detail |
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 rendered
java.lang.IllegalArgumentException
- if no MessageResources bundle
can be found
java.lang.IllegalArgumentException
- if no message key can be found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |