jsp2.examples.simpletag
Class FindBookSimpleTag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindBookSimpleTag
public FindBookSimpleTag()
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.