org.apache.jasper.compiler.tagplugin
接口 TagPlugin

所有已知实现类:
Choose, ForEach, If, Otherwise, When

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.


方法摘要
 void doTag(TagPluginContext ctxt)
          Generate codes for a custom tag.
 

方法详细信息

doTag

void doTag(TagPluginContext ctxt)
Generate codes for a custom tag.

参数:
ctxt - a TagPluginContext for accessing Jasper functions


Copyright © 2013. All Rights Reserved.