com.sun.j2ee.blueprints.petstore.taglib.banner
Class BannerTag

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

public class BannerTag
extends javax.servlet.jsp.tagext.TagSupport

See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
BannerTag()
           
 
Method Summary
 int doStartTag()
           
 java.lang.String getBannerString()
           
 
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

BannerTag

public BannerTag()
Method Detail

doStartTag

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

getBannerString

public java.lang.String getBannerString()


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.