|
|||||||||
| Home >> All >> jsp2 >> examples >> [ simpletag overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jsp2.examples.simpletag
Class HelloWorldSimpleTag

java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
jsp2.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.
|
|||||||||
| Home >> All >> jsp2 >> examples >> [ simpletag overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC