jsp2.examples.simpletag
Class HelloWorldSimpleTag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
jsp2.examples.simpletag.HelloWorldSimpleTag
- All Implemented Interfaces:
- JspTag, SimpleTag
public class HelloWorldSimpleTag
- extends SimpleTagSupport
SimpleTag handler that prints "Hello, world!"
Method Summary |
void |
doTag()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelloWorldSimpleTag
public HelloWorldSimpleTag()
doTag
public void doTag()
throws JspException,
IOException
- Specified by:
doTag
in interface SimpleTag
- Overrides:
doTag
in class SimpleTagSupport
- Throws:
JspException
IOException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.