com.sun.j2ee.blueprints.petstore.taglib
Class ProductDetailsTag

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

public class ProductDetailsTag
extends javax.servlet.jsp.tagext.BodyTagSupport

See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
ProductDetailsTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 java.lang.Object getCurrentItem()
           
 java.lang.Object getCurrentProduct()
           
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
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
 

Constructor Detail

ProductDetailsTag

public ProductDetailsTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspTagException
Overrides:
doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport

doEndTag

public int doEndTag()
Overrides:
doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport

getCurrentItem

public java.lang.Object getCurrentItem()

getCurrentProduct

public java.lang.Object getCurrentProduct()


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.