org.apache.jasper.compiler.tagplugin |
|
Java Source File Name | Type | Comment |
TagPlugin.java | Interface | This interface is to be implemented by the plugin author, to supply
an alternate implementation of the tag handlers. |
TagPluginContext.java | Interface | This interface allows the plugin author to make inqueries about the
properties of the current tag, and to use Jasper resources to generate
direct Java codes in place of tag handler invocations. |