com.sun.j2ee.blueprints.petstore.taglib.util
Class StockTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.sun.j2ee.blueprints.petstore.taglib.util.StockTag

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

See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
StockTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void setFalse(java.lang.String falseCase)
           
 void setItemId(java.lang.String itemId)
           
 void setQuantity(java.lang.String quantity)
           
 void setTrue(java.lang.String trueCase)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
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

StockTag

public StockTag()
Method Detail

setItemId

public void setItemId(java.lang.String itemId)

setTrue

public void setTrue(java.lang.String trueCase)

setFalse

public void setFalse(java.lang.String falseCase)

setQuantity

public void setQuantity(java.lang.String quantity)
                 throws javax.servlet.jsp.JspTagException

doStartTag

public int doStartTag()
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspTagException
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.