FileDocCategorySizeDatePackage
TagPlugin.javaAPI DocGlassfish v2 API2570Fri May 04 22:32:52 BST 2007org.apache.jasper.compiler.tagplugin

TagPlugin

public interface TagPlugin
This interface is to be implemented by the plugin author, to supply an alternate implementation of the tag handlers. It can be used to specify the Java codes to be generated when a tag is invoked. An implementation of this interface must be registered in a file named "tagPlugins.xml" under WEB-INF.

Fields Summary
Constructors Summary
Methods Summary
public voiddoTag(TagPluginContext ctxt)
Generate codes for a custom tag.

param
ctxt a TagPluginContext for accessing Jasper functions