FileDocCategorySizeDatePackage
HelloWorldSimpleTag.javaAPI DocGlassfish v2 API2385Fri May 04 22:34:22 BST 2007jsp2.examples.simpletag

HelloWorldSimpleTag

public class HelloWorldSimpleTag extends javax.servlet.jsp.tagext.SimpleTagSupport
SimpleTag handler that prints "Hello, world!"

Fields Summary
Constructors Summary
Methods Summary
public voiddoTag()

	getJspContext().getOut().write( "Hello, world!" );