jsp2.examples.simpletag
Class HelloWorldSimpleTag

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

public class HelloWorldSimpleTag
extends SimpleTagSupport

SimpleTag handler that prints "Hello, world!"


Constructor Summary
HelloWorldSimpleTag()
           
 
Method Summary
 void doTag()
           
 
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

HelloWorldSimpleTag

public HelloWorldSimpleTag()
Method Detail

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.