|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--org.ejtools.servlet.http.jsp.tagext.tree.TreeLeafTag
Description of the Class
| Field Summary | |
protected java.lang.String |
name
Description of the Field |
protected java.lang.String |
property
Description of the Field |
protected java.lang.String |
scope
Description of the Field |
protected boolean |
value
Description of the Field |
| 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 | |
TreeLeafTag()
|
|
| Method Summary | |
int |
doStartTag()
Description of the Method |
java.lang.String |
getName()
Gets the name attribute of the TreeSpacerTag object |
java.lang.String |
getProperty()
Gets the property attribute of the TreeSpacerTag object |
java.lang.String |
getScope()
Gets the scope attribute of the TreeSpacerTag object |
boolean |
getValue()
Gets the follow attribute of the TreeSpacerTag object |
void |
release()
Release all allocated resources. |
void |
setName(java.lang.String name)
Sets the name attribute of the TreeSpacerTag object |
void |
setProperty(java.lang.String property)
Sets the property attribute of the TreeSpacerTag object |
void |
setScope(java.lang.String scope)
Sets the scope attribute of the TreeSpacerTag object |
void |
setValue(boolean value)
Sets the follow attribute of the TreeSpacerTag object |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String name
protected java.lang.String property
protected java.lang.String scope
protected boolean value
| Constructor Detail |
public TreeLeafTag()
| Method Detail |
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspException - Description of the Exceptionpublic java.lang.String getName()
public java.lang.String getProperty()
public java.lang.String getScope()
public boolean getValue()
public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupportpublic void setName(java.lang.String name)
name - The new name valuepublic void setProperty(java.lang.String property)
property - The new property valuepublic void setScope(java.lang.String scope)
scope - The new scope valuepublic void setValue(boolean value)
value - The new value value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||