public class MessageTag extends AbstractFacesTag
Render a localized message, with optional substitution parameters, for the Struts-Faces Integration Library.
bundle, style, styleClass, valuebodyContent, pageContext, UNIQUE_ID_PREFIX| Constructor and Description |
|---|
MessageTag() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponentType()
Return the type of component to be created for this tag.
|
java.lang.String |
getRendererType()
Return the
rendererType to be used for rendering
our component. |
void |
release()
Release any allocated resources.
|
void |
setFilter(java.lang.String filter) |
void |
setKey(java.lang.String key) |
protected void |
setProperties(javax.faces.component.UIComponent component)
Override attributes set on this tag instance.
|
setBooleanAttribute, setBundle, setIntegerAttribute, setStringAttribute, setStyle, setStyleClass, setValuecreateComponent, getParentUIComponentTag, hasBinding, isSuppressed, isValueReference, setBinding, setRenderedaddChild, addFacet, addVerbatimAfterComponent, addVerbatimBeforeComponent, createVerbatimComponent, createVerbatimComponentFromBodyContent, doAfterBody, doEndTag, doInitBody, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getBodyContent, getComponentInstance, getCreated, getCreatedComponents, getDoAfterBodyValue, getDoEndValue, getDoStartValue, getFacesContext, getFacesJspId, getFacetName, getId, getIndexOfNextChildTag, getJspId, getParent, getParentUIComponentClassicTagBase, getPreviousOut, setBodyContent, setId, setJspId, setPageContext, setParent, setupResponseWriterpublic void setFilter(java.lang.String filter)
public void setKey(java.lang.String key)
public void release()
Release any allocated resources.
release in interface javax.servlet.jsp.tagext.Tagrelease in class AbstractFacesTagpublic java.lang.String getComponentType()
Return the type of component to be created for this tag.
getComponentType in class AbstractFacesTagpublic java.lang.String getRendererType()
Return the rendererType to be used for rendering
our component.
getRendererType in class AbstractFacesTagprotected void setProperties(javax.faces.component.UIComponent component)
Override attributes set on this tag instance.
setProperties in class AbstractFacesTagcomponent - Component whose attributes should be overriddenCopyright © 2000–2024 Apache Software Foundation. All rights reserved.