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

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.sun.j2ee.blueprints.petstore.taglib.list.ItemAttributeTag
Direct Known Subclasses:
CartItemAttributeTag, ProductAttributeTag, ProductItemAttributeTag, StringAttributeTag

public abstract class ItemAttributeTag
extends javax.servlet.jsp.tagext.TagSupport

See Also:
Serialized Form

Field Summary
protected  java.lang.String attribute
           
protected  java.lang.Object item
           
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
ItemAttributeTag()
           
 
Method Summary
protected abstract  java.lang.String createText()
           
 int doStartTag()
           
 void setAttribute(java.lang.String attribute)
           
 
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
 

Field Detail

item

protected java.lang.Object item

attribute

protected java.lang.String attribute
Constructor Detail

ItemAttributeTag

public ItemAttributeTag()
Method Detail

doStartTag

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

setAttribute

public void setAttribute(java.lang.String attribute)

createText

protected abstract java.lang.String createText()


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.