Package org.apache.jasper.compiler.tagplugin


package org.apache.jasper.compiler.tagplugin
  • Interfaces
    Class
    Description
    This interface is to be implemented by the plugin author, to supply an alternate implementation of the tag handlers.
    This interface allows the plugin author to make inquiries about the properties of the current tag, and to use Jasper resources to generate direct Java codes in place of tag handler invocations.