|
|||||||||||
| 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.BeanContextTreeTag
Description of the Class
| Field Summary | |
protected java.lang.String |
id
Description of the Field |
protected boolean |
ignore
Should we ignore missing beans and simply output nothing? |
protected java.lang.String |
name
Name of the bean that contains the data we will be rendering. |
protected java.lang.String |
property
Description of the Field |
protected java.lang.String |
scope
The scope to be searched to retrieve the specified bean. |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
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 | |
BeanContextTreeTag()
|
|
| Method Summary | |
int |
doStartTag()
Description of the Method |
java.lang.String |
getId()
Gets the id attribute of the BeanContextTreeTag object |
boolean |
getIgnore()
Gets the ignore attribute of the BeanContextTreeTag object |
java.lang.String |
getName()
Getter for the name attribute |
java.lang.String |
getProperty()
Gets the property attribute of the BeanContextTreeTag object |
java.lang.String |
getScope()
Getter for the scope attribute |
protected java.util.Collection |
populate(java.beans.beancontext.BeanContext context,
java.lang.String depth)
Description of the Method |
void |
release()
Description of the Method |
void |
setId(java.lang.String id)
Sets the id attribute of the BeanContextTreeTag object |
void |
setIgnore(boolean ignore)
Setter for the ignore attribute |
void |
setName(java.lang.String name)
Setter for the name attribute |
void |
setProperty(java.lang.String property)
Sets the property attribute of the BeanContextTreeTag object |
void |
setScope(java.lang.String scope)
Setter for the scope attribute |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getParent, getValue, getValues, removeValue, 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 id
protected boolean ignore
protected java.lang.String name
protected java.lang.String property
protected java.lang.String scope
| Constructor Detail |
public BeanContextTreeTag()
| 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 getId()
getId in class javax.servlet.jsp.tagext.TagSupportpublic boolean getIgnore()
public java.lang.String getName()
public java.lang.String getProperty()
public java.lang.String getScope()
public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupportpublic void setId(java.lang.String id)
setId in class javax.servlet.jsp.tagext.TagSupportid - The new id valuepublic void setIgnore(boolean ignore)
ignore - The new value for ignore attributepublic void setName(java.lang.String name)
name - The new value for name attributepublic void setProperty(java.lang.String property)
property - The new property valuepublic void setScope(java.lang.String scope)
scope - The new value for scope attribute
protected java.util.Collection populate(java.beans.beancontext.BeanContext context,
java.lang.String depth)
context - Description of the Parameterdepth - Description of the Parameter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||