|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.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. |
Fields inherited from class org.apache.struts.faces.renderer.AbstractRenderer |
|
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 |
addSupportedComponent, decode, encodeBegin, encodeChildren, getAttributeDescriptor, getAttributeDescriptor, getAttributeNames, getAttributeNames, getClientId, getRendererType, setRendererType, supportsComponentType, supportsComponentType |
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 |