org.apache.jasper.compiler
类 TagPluginManager

java.lang.Object
  继承者 org.apache.jasper.compiler.TagPluginManager

public class TagPluginManager
extends Object

Manages tag plugin optimizations.

作者:
Kin-man Chung

构造方法摘要
TagPluginManager(ServletContext ctxt)
           
 
方法摘要
 void apply(Node.Nodes page, ErrorDispatcher err, PageInfo pageInfo)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

TagPluginManager

public TagPluginManager(ServletContext ctxt)
方法详细信息

apply

public void apply(Node.Nodes page,
                  ErrorDispatcher err,
                  PageInfo pageInfo)
           throws JasperException
抛出:
JasperException


Copyright © 2013. All Rights Reserved.