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

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

public class ProductAttributeTag
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
ProductAttributeTag()
           
 
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

ProductAttributeTag

public ProductAttributeTag()
Method Detail

createText

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


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.