|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.webapp.UIComponentTagBase
javax.faces.webapp.UIComponentClassicTagBase
javax.faces.webapp.UIComponentTag
org.apache.myfaces.shared_impl.taglib.UIComponentTagBase
UIComponentELTagBase
instead
public abstract class UIComponentTagBase
Field Summary |
---|
Fields inherited from class javax.faces.webapp.UIComponentClassicTagBase |
---|
bodyContent, pageContext, UNIQUE_ID_PREFIX |
Fields inherited from class javax.faces.webapp.UIComponentTagBase |
---|
log |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
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 | |
---|---|
UIComponentTagBase()
Deprecated. |
Method Summary | |
---|---|
void |
release()
Deprecated. |
protected void |
setActionListenerProperty(UIComponent component,
java.lang.String actionListener)
Deprecated. |
protected void |
setActionProperty(UIComponent component,
java.lang.String action)
Deprecated. |
protected void |
setBooleanProperty(UIComponent component,
java.lang.String propName,
java.lang.String value)
Deprecated. |
void |
setConverter(java.lang.String converter)
Deprecated. |
void |
setForceId(java.lang.String aForceId)
Deprecated. Sets the forceId attribute of the tag. |
void |
setForceIdIndex(java.lang.String aForceIdIndex)
Deprecated. Sets the forceIdIndex attribute of the tag. |
void |
setImageLocation(java.lang.String aImageLocation)
Deprecated. Sets the image location attribute of the tag. |
protected void |
setIntegerProperty(UIComponent component,
java.lang.String propName,
java.lang.String value)
Deprecated. |
void |
setJavascriptLocation(java.lang.String aJavascriptLocation)
Deprecated. Sets the javascript location attribute of the tag. |
protected void |
setLongProperty(UIComponent component,
java.lang.String propName,
java.lang.String value)
Deprecated. |
protected void |
setProperties(UIComponent component)
Deprecated. |
protected void |
setStringProperty(UIComponent component,
java.lang.String propName,
java.lang.String value)
Deprecated. |
void |
setStyleLocation(java.lang.String aStyleLocation)
Deprecated. Sets the style location attribute of the tag. |
protected void |
setValidatorProperty(UIComponent component,
java.lang.String value)
Deprecated. |
void |
setValue(java.lang.String value)
Deprecated. |
protected void |
setValueBinding(UIComponent component,
java.lang.String propName,
java.lang.String value)
Deprecated. |
protected void |
setValueChangedListenerProperty(UIComponent component,
java.lang.String valueChangedListener)
Deprecated. |
Methods inherited from class javax.faces.webapp.UIComponentTag |
---|
createComponent, getParentUIComponentTag, hasBinding, isSuppressed, isValueReference, setBinding, setRendered |
Methods inherited from class javax.faces.webapp.UIComponentTagBase |
---|
getComponentType, getELContext, getRendererType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UIComponentTagBase()
Method Detail |
---|
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class UIComponentTag
protected void setProperties(UIComponent component)
setProperties
in class UIComponentTag
public void setForceId(java.lang.String aForceId)
aForceId
- The value of the forceId attribute.public void setForceIdIndex(java.lang.String aForceIdIndex)
aForceIdIndex
- The value of the forceIdIndex attribute.public void setValue(java.lang.String value)
public void setConverter(java.lang.String converter)
public void setJavascriptLocation(java.lang.String aJavascriptLocation)
aJavascriptLocation
- The alternate javascript location to use.public void setImageLocation(java.lang.String aImageLocation)
aImageLocation
- The alternate image location to use.public void setStyleLocation(java.lang.String aStyleLocation)
aStyleLocation
- The alternate style location to use.protected void setIntegerProperty(UIComponent component, java.lang.String propName, java.lang.String value)
protected void setLongProperty(UIComponent component, java.lang.String propName, java.lang.String value)
protected void setStringProperty(UIComponent component, java.lang.String propName, java.lang.String value)
protected void setBooleanProperty(UIComponent component, java.lang.String propName, java.lang.String value)
protected void setValidatorProperty(UIComponent component, java.lang.String value)
protected void setActionProperty(UIComponent component, java.lang.String action)
protected void setActionListenerProperty(UIComponent component, java.lang.String actionListener)
protected void setValueChangedListenerProperty(UIComponent component, java.lang.String valueChangedListener)
protected void setValueBinding(UIComponent component, java.lang.String propName, java.lang.String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |