org.apache.jsp.tag.web
Class helloWorld_tag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by org.apache.jsp.tag.web.helloWorld_tag
All Implemented Interfaces:
JspTag, SimpleTag, org.apache.jasper.runtime.JspSourceDependent

public final class helloWorld_tag
extends SimpleTagSupport
implements org.apache.jasper.runtime.JspSourceDependent


Constructor Summary
helloWorld_tag()
           
 
Method Summary
 void doTag()
           
 Object getDependants()
           
 JspContext getJspContext()
           
 void setJspContext(JspContext ctx)
           
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getParent, setJspBody, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

helloWorld_tag

public helloWorld_tag()
Method Detail

setJspContext

public void setJspContext(JspContext ctx)
Specified by:
setJspContext in interface SimpleTag
Overrides:
setJspContext in class SimpleTagSupport

getJspContext

public JspContext getJspContext()
Overrides:
getJspContext in class SimpleTagSupport

getDependants

public Object getDependants()
Specified by:
getDependants in interface org.apache.jasper.runtime.JspSourceDependent

doTag

public void doTag()
           throws JspException,
                  IOException
Specified by:
doTag in interface SimpleTag
Overrides:
doTag in class SimpleTagSupport
Throws:
JspException
IOException


Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.