|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.faces.webapp.UIComponentTag | +--org.apache.struts.faces.taglib.AbstractFacesTag
Abstract base class for custom component tags for the Struts-Faces Integration Library.
Field Summary | |
protected java.lang.String |
bundle
The servlet context attribute under which our MessageResources bundle is stored. |
protected java.lang.String |
styleClass
The CSS style class used to render this component. |
protected java.lang.String |
value
The literal value to be rendered. |
protected java.lang.String |
valueRef
The symbolic reference to the value to be rendered. |
Fields inherited from class javax.faces.webapp.UIComponentTag |
context, id, pageContext, rendered, renderedSet |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
AbstractFacesTag()
|
Method Summary | |
abstract java.lang.String |
getComponentType()
Return the component type of the component to be created for this tag. |
abstract 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 variables allocated during use of this tag instance. |
void |
setBundle(java.lang.String bundle)
|
void |
setStyleClass(java.lang.String styleClass)
|
void |
setValue(java.lang.String value)
|
void |
setValueRef(java.lang.String valueRef)
|
Methods inherited from class javax.faces.webapp.UIComponentTag |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getChildIndex, getComponent, getCreated, getDoEndValue, getDoStartValue, getFacetName, getParent, getParentUIComponentTag, incrementChildIndex, isSuppressed, setId, setPageContext, setParent, setRendered, setupResponseWriter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String bundle
The servlet context attribute under which our
MessageResources
bundle is stored.
protected java.lang.String styleClass
The CSS style class used to render this component.
protected java.lang.String value
The literal value to be rendered.
protected java.lang.String valueRef
The symbolic reference to the value to be rendered.
Constructor Detail |
public AbstractFacesTag()
Method Detail |
public void setBundle(java.lang.String bundle)
public void setStyleClass(java.lang.String styleClass)
public void setValue(java.lang.String value)
public void setValueRef(java.lang.String valueRef)
public abstract java.lang.String getComponentType()
Return the component type of the component to be created for this tag.
getComponentType
in class javax.faces.webapp.UIComponentTag
public abstract java.lang.String getRendererType()
Return the rendererType
to be used for rendering
our component.
getRendererType
in class javax.faces.webapp.UIComponentTag
public void release()
Release any variables allocated during use of this tag instance.
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.faces.webapp.UIComponentTag
protected void overrideProperties(javax.faces.component.UIComponent component)
Override attributes set on this tag instance.
overrideProperties
in class javax.faces.webapp.UIComponentTag
component
- Component whose attributes should be overridden
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |