com.sun.j2ee.blueprints.petstore.taglib.list
Class ProductItemAttributeTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.sun.j2ee.blueprints.petstore.taglib.list.ItemAttributeTag
              |
              +--com.sun.j2ee.blueprints.petstore.taglib.list.ProductItemAttributeTag

public class ProductItemAttributeTag
extends ItemAttributeTag

See Also:
Serialized Form

Fields inherited from class com.sun.j2ee.blueprints.petstore.taglib.list.ItemAttributeTag
attribute, item
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
ProductItemAttributeTag()
           
 
Method Summary
protected  java.lang.String createText()
           
 
Methods inherited from class com.sun.j2ee.blueprints.petstore.taglib.list.ItemAttributeTag
doStartTag, setAttribute
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doEndTag, 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

ProductItemAttributeTag

public ProductItemAttributeTag()
Method Detail

createText

protected java.lang.String createText()
Overrides:
createText in class ItemAttributeTag


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.