|
||||||||||
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
javax.faces.webapp.UIComponentBodyTag
org.apache.myfaces.shared.taglib.UIComponentBodyTagBase
UIComponentBodyELTagBase
instead
public abstract class UIComponentBodyTagBase
Field Summary |
---|
Fields inherited from class javax.faces.webapp.UIComponentClassicTagBase |
---|
bodyContent, pageContext, UNIQUE_ID_PREFIX |
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 | |
---|---|
UIComponentBodyTagBase()
Deprecated. |
Method Summary | |
---|---|
int |
doEndTag()
Deprecated. |
protected void |
setActionListenerProperty(UIComponent component,
String actionListener)
Deprecated. |
protected void |
setActionProperty(UIComponent component,
String action)
Deprecated. |
protected void |
setBooleanProperty(UIComponent component,
String propName,
String value)
Deprecated. |
void |
setConverter(String converter)
Deprecated. |
void |
setForceId(String aForceId)
Deprecated. Sets the forceId attribute of the tag. |
void |
setForceIdIndex(String aForceIdIndex)
Deprecated. Sets the forceIdIndex attribute of the tag. |
protected void |
setIntegerProperty(UIComponent component,
String propName,
String value)
Deprecated. |
protected void |
setProperties(UIComponent component)
Deprecated. |
protected void |
setStringProperty(UIComponent component,
String propName,
String value)
Deprecated. |
protected void |
setValidatorProperty(UIComponent component,
String value)
Deprecated. |
void |
setValue(String value)
Deprecated. |
protected void |
setValueBinding(UIComponent component,
String propName,
String value)
Deprecated. |
protected void |
setValueChangedListenerProperty(UIComponent component,
String valueChangedListener)
Deprecated. |
protected void |
setValueProperty(UIComponent component,
String value)
Deprecated. |
Methods inherited from class javax.faces.webapp.UIComponentTag |
---|
createComponent, getParentUIComponentTag, hasBinding, isSuppressed, isValueReference, release, 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 UIComponentBodyTagBase()
Method Detail |
---|
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class UIComponentClassicTagBase
javax.servlet.jsp.JspException
protected void setProperties(UIComponent component)
setProperties
in class UIComponentTag
public void setForceId(String aForceId)
aForceId
- The value of the forceId attribute.public void setForceIdIndex(String aForceIdIndex)
aForceIdIndex
- The value of the forceIdIndex attribute.public void setValue(String value)
public void setConverter(String converter)
protected void setIntegerProperty(UIComponent component, String propName, String value)
protected void setStringProperty(UIComponent component, String propName, String value)
protected void setBooleanProperty(UIComponent component, String propName, String value)
protected void setValueProperty(UIComponent component, String value)
protected void setValidatorProperty(UIComponent component, String value)
protected void setActionProperty(UIComponent component, String action)
protected void setActionListenerProperty(UIComponent component, String actionListener)
protected void setValueChangedListenerProperty(UIComponent component, String valueChangedListener)
protected void setValueBinding(UIComponent component, String propName, String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |