org.ejtools.servlet.http.jsp.tagext.tree
Class TreeLeafTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--org.ejtools.servlet.http.jsp.tagext.tree.TreeLeafTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

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

Description of the Class

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble
See Also:
Serialized Form

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

name

protected java.lang.String name
Description of the Field


property

protected java.lang.String property
Description of the Field


scope

protected java.lang.String scope
Description of the Field


value

protected boolean value
Description of the Field

Constructor Detail

TreeLeafTag

public TreeLeafTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Description of the Method

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Returns:
Description of the Return Value
Throws:
javax.servlet.jsp.JspException - Description of the Exception

getName

public java.lang.String getName()
Gets the name attribute of the TreeSpacerTag object

Returns:
The name value

getProperty

public java.lang.String getProperty()
Gets the property attribute of the TreeSpacerTag object

Returns:
The property value

getScope

public java.lang.String getScope()
Gets the scope attribute of the TreeSpacerTag object

Returns:
The scope value

getValue

public boolean getValue()
Gets the follow attribute of the TreeSpacerTag object

Returns:
The follow value

release

public void release()
Release all allocated resources.

Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class javax.servlet.jsp.tagext.TagSupport

setName

public void setName(java.lang.String name)
Sets the name attribute of the TreeSpacerTag object

Parameters:
name - The new name value

setProperty

public void setProperty(java.lang.String property)
Sets the property attribute of the TreeSpacerTag object

Parameters:
property - The new property value

setScope

public void setScope(java.lang.String scope)
Sets the scope attribute of the TreeSpacerTag object

Parameters:
scope - The new scope value

setValue

public void setValue(boolean value)
Sets the follow attribute of the TreeSpacerTag object

Parameters:
value - The new value value


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.