File
Doc
Category
Size
Date
Package
HelloWorldSimpleTag.java
API Doc
Glassfish v2 API
2385
Fri May 04 22:34:22 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