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

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

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

See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
NextFormTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void setAction(java.lang.String action)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
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

NextFormTag

public NextFormTag()
Method Detail

doStartTag

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

doEndTag

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

setAction

public void setAction(java.lang.String action)


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.