Package org.apache.jasper.compiler
Class TagPluginManager
- java.lang.Object
-
- org.apache.jasper.compiler.TagPluginManager
-
public class TagPluginManager extends java.lang.ObjectManages tag plugin optimizations.
-
-
Constructor Summary
Constructors Constructor Description TagPluginManager(ServletContext ctxt)Creates a new TagPluginManager for the given servlet context.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(Node.Nodes page, ErrorDispatcher err, PageInfo pageInfo)Applies tag plugin optimizations to the given page.
-
-
-
Constructor Detail
-
TagPluginManager
public TagPluginManager(ServletContext ctxt)
Creates a new TagPluginManager for the given servlet context.- Parameters:
ctxt- the servlet context
-
-
Method Detail
-
apply
public void apply(Node.Nodes page, ErrorDispatcher err, PageInfo pageInfo) throws JasperException
Applies tag plugin optimizations to the given page.- Parameters:
page- the page node treeerr- the error dispatcherpageInfo- page information- Throws:
JasperException- if an error occurs during optimization
-
-