com.sun.j2ee.blueprints.petstore.taglib
Class InsertTag

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

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

This class is an easy interface to the JSP template or other text that needs to be inserted.

See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
InsertTag()
          default constructor
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void setParameter(java.lang.String parameter)
           
 
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

InsertTag

public InsertTag()
default constructor
Method Detail

setParameter

public void setParameter(java.lang.String parameter)

doStartTag

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

doEndTag

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


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.