|
|||||||||
Home >> All >> org >> apache >> struts >> faces >> [ taglib overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.apache.struts.faces.taglib
Class AbstractFacesTag

java.lang.Objectjavax.faces.webapp.UIComponentTag
org.apache.struts.faces.taglib.AbstractFacesTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- BaseTag, CommandLinkTag, ErrorsTag, FormTag, HtmlTag, MessageTag, StylesheetTag, WriteTag
- public abstract class AbstractFacesTag
- extends javax.faces.webapp.UIComponentTag
Abstract base class for custom component tags for the Struts-Faces Integration Library.
- Version:
- $Rev: 54934 $ $Date: 2004-10-16 18:07:50 +0100 (Sat, 16 Oct 2004) $
Field Summary | |
protected java.lang.String |
bundle
The servlet context attribute under which our MessageResources bundle is stored. |
protected java.lang.String |
style
The CSS style(s) used to render this component. |
protected java.lang.String |
styleClass
The CSS style class(es) used to render this component. |
protected java.lang.String |
value
The literal value to be rendered. |
Fields inherited from class javax.faces.webapp.UIComponentTag |
pageContext |
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. |
void |
release()
Release any variables allocated during use of this tag instance. |
protected void |
setBooleanAttribute(javax.faces.component.UIComponent component,
java.lang.String name,
java.lang.String value)
If the specified attribute value is not null
use it to either store a value binding expression for the
specified attribute name, or store it as the literal value
of the attribute. |
void |
setBundle(java.lang.String bundle)
|
protected void |
setIntegerAttribute(javax.faces.component.UIComponent component,
java.lang.String name,
java.lang.String value)
If the specified attribute value is not null
use it to either store a value binding expression for the
specified attribute name, or store it as the literal value
of the attribute. |
protected void |
setProperties(javax.faces.component.UIComponent component)
Override attributes set on this tag instance. |
protected void |
setStringAttribute(javax.faces.component.UIComponent component,
java.lang.String name,
java.lang.String value)
If the specified attribute value is not null
use it to either store a value binding expression for the
specified attribute name, or store it as the literal value
of the attribute. |
void |
setStyle(java.lang.String style)
|
void |
setStyleClass(java.lang.String styleClass)
|
void |
setValue(java.lang.String value)
|
Methods inherited from class javax.faces.webapp.UIComponentTag |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, 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 |
bundle
protected java.lang.String bundle
The servlet context attribute under which our
MessageResources
bundle is stored.
style
protected java.lang.String style
The CSS style(s) used to render this component.
styleClass
protected java.lang.String styleClass
The CSS style class(es) used to render this component.
value
protected java.lang.String value
The literal value to be rendered.
Constructor Detail |
AbstractFacesTag
public AbstractFacesTag()
Method Detail |
setBundle
public void setBundle(java.lang.String bundle)
setStyle
public void setStyle(java.lang.String style)
setStyleClass
public void setStyleClass(java.lang.String styleClass)
setValue
public void setValue(java.lang.String value)
getComponentType
public abstract java.lang.String getComponentType()
Return the component type of the component to be created for this tag.
getRendererType
public abstract java.lang.String getRendererType()
Return the
rendererType
to be used for rendering our component.
release
public void release()
Release any variables allocated during use of this tag instance.
setProperties
protected void setProperties(javax.faces.component.UIComponent component)
Override attributes set on this tag instance.
setBooleanAttribute
protected void setBooleanAttribute(javax.faces.component.UIComponent component, java.lang.String name, java.lang.String value)
If the specified attribute value is not
null
use it to either store a value binding expression for the specified attribute name, or store it as the literal value of the attribute.
setIntegerAttribute
protected void setIntegerAttribute(javax.faces.component.UIComponent component, java.lang.String name, java.lang.String value)
If the specified attribute value is not
null
use it to either store a value binding expression for the specified attribute name, or store it as the literal value of the attribute.
setStringAttribute
protected void setStringAttribute(javax.faces.component.UIComponent component, java.lang.String name, java.lang.String value)
If the specified attribute value is not
null
use it to either store a value binding expression for the specified attribute name, or store it as the literal value of the attribute.
|
|||||||||
Home >> All >> org >> apache >> struts >> faces >> [ taglib overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |