jsp2.examples.simpletag
Class FindBookSimpleTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by jsp2.examples.simpletag.FindBookSimpleTag
All Implemented Interfaces:
JspTag, SimpleTag

public class FindBookSimpleTag
extends SimpleTagSupport

SimpleTag handler that pretends to search for a book, and stores the result in a scoped variable.


Constructor Summary
FindBookSimpleTag()
           
 
Method Summary
 void doTag()
           
 void setVar(String var)
           
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindBookSimpleTag

public FindBookSimpleTag()
Method Detail

doTag

public void doTag()
           throws JspException
Specified by:
doTag in interface SimpleTag
Overrides:
doTag in class SimpleTagSupport
Throws:
JspException

setVar

public void setVar(String var)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.