org.apache.taglibs.jndi
Class ListTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended byorg.apache.taglibs.jndi.ListTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class ListTag
extends javax.servlet.jsp.tagext.BodyTagSupport

Version:
$Revision$
Author:
Danno Ferrin
See Also:
Serialized Form

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

ListTag

public ListTag()
Creates new ListTag

Method Detail

getContext

public javax.naming.Context getContext()
Getter for property context.

Returns:
Value of property context.

setContext

public void setContext(javax.naming.Context context)
Setter for property context.

Parameters:
context - New value of property context.

setContextRef

public void setContextRef(java.lang.String contextRef)
Setter for property contextRef.

Parameters:
contextRef - New value of property contextRef.

getNameId

public java.lang.String getNameId()
Getter for property nameId.

Returns:
Value of property nameId.

setNameId

public void setNameId(java.lang.String nameId)
Setter for property nameId.

Parameters:
nameId - New value of property nameId.

setNameScope

public void setNameScope(java.lang.String nameScope)
Setter for property nameScope.

Parameters:
nameScope - New value of property nameScope.

getClassId

public java.lang.String getClassId()
Getter for property classId.

Returns:
Value of property classId.

setClassId

public void setClassId(java.lang.String classId)
Setter for property classId.

Parameters:
classId - New value of property classId.

setClassScope

public void setClassScope(java.lang.String classScope)
Setter for property classScope.

Parameters:
classScope - New value of property classScope.

getObjId

public java.lang.String getObjId()
Getter for property objId.

Returns:
Value of property objId.

setObjId

public void setObjId(java.lang.String objId)
Setter for property objId.

Parameters:
objId - New value of property objId.

setObjScope

public void setObjScope(java.lang.String objScope)
Setter for property objScope.

Parameters:
objScope - New value of property objScope.

getName

public java.lang.String getName()
Getter for property name.

Returns:
Value of property name.

setName

public void setName(java.lang.String name)
Setter for property name.

Parameters:
name - New value of property name.

getNameObject

public javax.naming.Name getNameObject()
Getter for property nameObject.

Returns:
Value of property nameObject.

setNameObject

public void setNameObject(javax.naming.Name nameObject)
Setter for property nameObject.

Parameters:
nameObject - New value of property nameObject.

getBindings

public boolean getBindings()
Getter for property bindings.

Returns:
Value of property bindings.

setBindings

public void setBindings(boolean bindings)
Setter for property bindings.

Parameters:
bindings - New value of property bindings.

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException

doInitBody

public void doInitBody()

doAfterBody

public int doAfterBody()

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.