|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.taglibs.jndi.ListTag
Field Summary |
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
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 | |
ListTag()
Creates new ListTag |
Method Summary | |
int |
doAfterBody()
|
int |
doEndTag()
|
void |
doInitBody()
|
int |
doStartTag()
|
boolean |
getBindings()
Getter for property bindings. |
java.lang.String |
getClassId()
Getter for property classId. |
javax.naming.Context |
getContext()
Getter for property context. |
java.lang.String |
getName()
Getter for property name. |
java.lang.String |
getNameId()
Getter for property nameId. |
javax.naming.Name |
getNameObject()
Getter for property nameObject. |
java.lang.String |
getObjId()
Getter for property objId. |
void |
setBindings(boolean bindings)
Setter for property bindings. |
void |
setClassId(java.lang.String classId)
Setter for property classId. |
void |
setClassScope(java.lang.String classScope)
Setter for property classScope. |
void |
setContext(javax.naming.Context context)
Setter for property context. |
void |
setContextRef(java.lang.String contextRef)
Setter for property contextRef. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setNameId(java.lang.String nameId)
Setter for property nameId. |
void |
setNameObject(javax.naming.Name nameObject)
Setter for property nameObject. |
void |
setNameScope(java.lang.String nameScope)
Setter for property nameScope. |
void |
setObjId(java.lang.String objId)
Setter for property objId. |
void |
setObjScope(java.lang.String objScope)
Setter for property objScope. |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
getBodyContent, getPreviousOut, release, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
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 |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
Constructor Detail |
public ListTag()
Method Detail |
public javax.naming.Context getContext()
public void setContext(javax.naming.Context context)
context
- New value of property context.public void setContextRef(java.lang.String contextRef)
contextRef
- New value of property contextRef.public java.lang.String getNameId()
public void setNameId(java.lang.String nameId)
nameId
- New value of property nameId.public void setNameScope(java.lang.String nameScope)
nameScope
- New value of property nameScope.public java.lang.String getClassId()
public void setClassId(java.lang.String classId)
classId
- New value of property classId.public void setClassScope(java.lang.String classScope)
classScope
- New value of property classScope.public java.lang.String getObjId()
public void setObjId(java.lang.String objId)
objId
- New value of property objId.public void setObjScope(java.lang.String objScope)
objScope
- New value of property objScope.public java.lang.String getName()
public void setName(java.lang.String name)
name
- New value of property name.public javax.naming.Name getNameObject()
public void setNameObject(javax.naming.Name nameObject)
nameObject
- New value of property nameObject.public boolean getBindings()
public void setBindings(boolean bindings)
bindings
- New value of property bindings.public int doStartTag() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
public void doInitBody()
public int doAfterBody()
public int doEndTag() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |