org.apache.taglibs.jndi
Class LookupTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.apache.taglibs.jndi.LookupTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class LookupTag
extends javax.servlet.jsp.tagext.TagSupport

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

Field Summary
 
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
LookupTag()
          Creates new LookupTag
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 javax.naming.Context getContext()
          Getter for property context.
 java.lang.String getName()
          Getter for property name.
 javax.naming.Name getNameObject()
          Getter for property nameObject.
 java.lang.String getType()
          Getter for property type.
 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 setNameObject(javax.naming.Name nameObject)
          Setter for property nameObject.
 void setScope(java.lang.String scope)
          Setter for property scope.
 void setType(java.lang.String type)
          Setter for property type
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupTag

public LookupTag()
Creates new LookupTag

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.

setScope

public void setScope(java.lang.String scope)
Setter for property scope.

Parameters:
scope - New value of property scope.

getType

public java.lang.String getType()
Getter for property type.

Returns:
Value of property type.

setType

public void setType(java.lang.String type)
Setter for property type

Parameters:
type - New value of property type.

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.

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Throws:
javax.servlet.jsp.JspException

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport
Throws:
javax.servlet.jsp.JspException


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