File
Doc
Category
Size
Date
Package
HelloWorldSimpleTag.java
API Doc
Apache Tomcat 6.0.14
1209
Fri Jul 20 04:20:34 BST 2007
jsp2.examples.simpletag
HelloWorldSimpleTag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
public class HelloWorldSimpleTag extends javax.servlet.jsp.tagext.SimpleTagSupport
SimpleTag handler that prints "Hello, world!"
Fields Summary
Constructors Summary
Methods Summary
public void
doTag
()
getJspContext().getOut().write( "Hello, world!" );
Java Code Source