|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.jsp.tagext.TagSupport | +--javax.faces.webapp.FacesTag | +--org.apache.struts.faces.taglib.AbstractFacesTag | +--org.apache.struts.faces.taglib.MessageTag
Render a localized message, with optional substitution parameters, for the Struts-Faces Integration Library.
Field Summary | |
private java.lang.String |
key
Message key used to retrieve the requested message |
Fields inherited from class org.apache.struts.faces.taglib.AbstractFacesTag |
bundle, styleClass, value |
Fields inherited from class javax.faces.webapp.FacesTag |
childIndex, component, COMPONENT_STACK_ATTR, componentStack, context, created, modelReference, numChildren, rendered |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
MessageTag()
|
Method Summary | |
javax.faces.component.UIComponent |
createComponent()
Create and return a new component to be associated with this tag. |
java.lang.String |
getRendererType()
Return the rendererType to be used for rendering
our component. |
protected void |
overrideProperties(javax.faces.component.UIComponent component)
Override attributes set on this tag instance. |
void |
release()
Release any allocated resources. |
void |
setKey(java.lang.String key)
|
Methods inherited from class org.apache.struts.faces.taglib.AbstractFacesTag |
setBundle, setStyleClass, setValue |
Methods inherited from class javax.faces.webapp.FacesTag |
doAfterBody, doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, findComponentStack, getChildIndex, getComponent, getCreated, getDoAfterBodyValue, getDoEndValue, getDoStartValue, getModelReference, getNearestEnclosingFacesTag, getNumChildren, getRendered, incrementNumChildren, isSuppressed, setModelReference, setParent, setRendered, setupResponseWriter |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.jsp.tagext.IterationTag |
|
Field Detail |
private java.lang.String key
Message key used to retrieve the requested message
Constructor Detail |
public MessageTag()
Method Detail |
public void setKey(java.lang.String key)
public void release()
Release any allocated resources.
release
in interface javax.servlet.jsp.tagext.Tag
release
in class AbstractFacesTag
public javax.faces.component.UIComponent createComponent()
Create and return a new component to be associated with this tag.
createComponent
in class AbstractFacesTag
public java.lang.String getRendererType()
Return the rendererType
to be used for rendering
our component.
getRendererType
in class AbstractFacesTag
protected void overrideProperties(javax.faces.component.UIComponent component)
Override attributes set on this tag instance.
overrideProperties
in class AbstractFacesTag
component
- Component whose attributes should be overridden
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |