Class TagPluginManager


  • public class TagPluginManager
    extends java.lang.Object
    Manages 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
      void apply​(Node.Nodes page, ErrorDispatcher err, PageInfo pageInfo)
      Applies tag plugin optimizations to the given page.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 tree
        err - the error dispatcher
        pageInfo - page information
        Throws:
        JasperException - if an error occurs during optimization