| org.apache.struts.faces.renderer.AbstractRenderer org.apache.struts.faces.renderer.WriteRenderer org.apache.struts.faces.renderer.MessageRenderer
MessageRenderer | public class MessageRenderer extends WriteRenderer (Code) | | Renderer implementation for the message tag
from the Struts-Faces Integration Library.
version: $Rev: 471754 $ $Date: 2006-11-06 08:55:09 -0600 (Mon, 06 Nov 2006) $ |
Method Summary | |
protected String | getText(FacesContext context, UIComponent component) Return the message format String to be processed for this message. |
getText | protected String getText(FacesContext context, UIComponent component)(Code) | | Return the message format String to be processed for this message.
Parameters: context - FacesContext for the response we are creating Parameters: component - Component to be rendered exception: IllegalArgumentException - if no MessageResources bundlecan be found exception: IllegalArgumentException - if no message key can be found |
Methods inherited from org.apache.struts.faces.renderer.WriteRenderer | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) protected String getText(FacesContext context, UIComponent component)(Code)(Java Doc)
|
Methods inherited from org.apache.struts.faces.renderer.AbstractRenderer | public void decode(FacesContext context, UIComponent component)(Code)(Java Doc) public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) public void encodeChildren(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) protected void encodeRecursive(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) protected String getAsString(FacesContext context, UIComponent component, Object value) throws ConverterException(Code)(Java Doc) protected boolean isDisabled(UIComponent component)(Code)(Java Doc) protected boolean isReadOnly(UIComponent component)(Code)(Java Doc) protected void renderAttributes(FacesContext context, UIComponent component, ResponseWriter writer) throws IOException(Code)(Java Doc) protected void renderBoolean(FacesContext context, UIComponent component, ResponseWriter writer, String names) throws IOException(Code)(Java Doc) protected void renderEnd(FacesContext context, UIComponent component, ResponseWriter writer) throws IOException(Code)(Java Doc) protected void renderPassThrough(FacesContext context, UIComponent component, ResponseWriter writer, String names) throws IOException(Code)(Java Doc) protected void renderStart(FacesContext context, UIComponent component, ResponseWriter writer) throws IOException(Code)(Java Doc) protected void setSubmittedValue(FacesContext context, UIComponent component)(Code)(Java Doc)
|
|
|