jsp2.examples.simpletag
Class HelloWorldSimpleTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.SimpleTagSupport
      extended byjsp2.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
Throws:
JspException
IOException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.