Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jsp2.examples.simpletag
Class HelloWorldSimpleTag  view HelloWorldSimpleTag download HelloWorldSimpleTag.java

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

public class HelloWorldSimpleTag
extends javax.servlet.jsp.tagext.SimpleTagSupport

SimpleTag handler that prints "Hello, world!"


Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
 
Constructor Summary
HelloWorldSimpleTag()
           
 
Method Summary
 void doTag()
          Default processing of the tag does nothing.
 
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 javax.servlet.jsp.JspException,
                  java.io.IOException
Description copied from class: javax.servlet.jsp.tagext.SimpleTagSupport
Default processing of the tag does nothing.