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 |
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 |
StockTag
public StockTag()
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.