Class TagPluginManager
java.lang.Object
org.apache.jasper.compiler.TagPluginManager
Manages tag plugin optimizations.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new TagPluginManager for the given servlet context. -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(Node.Nodes page, ErrorDispatcher err, PageInfo pageInfo) Applies tag plugin optimizations to the given page.
-
Constructor Details
-
TagPluginManager
Creates a new TagPluginManager for the given servlet context.- Parameters:
ctxt- the servlet context
-
-
Method Details
-
apply
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
-