org.scopemvc.view.servlet.jsp
Class PropertyTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--org.scopemvc.view.servlet.jsp.PropertyTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.Tag

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

JSP tag to fetch a named property from the JSPView's bound model.

Version:
$Revision: 1.6 $ $Date: 2002/09/05 15:41:48 $
Author:
Steve Meyfroidt
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.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
PropertyTag()
           
 
Method Summary
 int doEndTag()
          TODO: document the method
 void setName(java.lang.String inName)
          Sets the name
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doStartTag, 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

PropertyTag

public PropertyTag()
Method Detail

setName

public void setName(java.lang.String inName)
Sets the name

Parameters:
inName - The new name value

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
TODO: document the method

Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport
Returns:
TODO: Describe the Return Value
Throws:
javax.servlet.jsp.JspException - TODO: Describe the Exception


Copyright © 2000-2002 The Scope Team. All Rights Reserved.