Class JasperInitializer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected TldScanner newTldScanner​(ServletContext context, boolean namespaceAware, boolean validate, boolean blockExternal)  
      void onStartup​(java.util.Set<java.lang.Class<?>> types, ServletContext context)
      Receives notification during startup of a web application of the classes within the web application that matched the criteria defined via the HandlesTypes annotation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JasperInitializer

        public JasperInitializer()
    • Method Detail

      • newTldScanner

        protected TldScanner newTldScanner​(ServletContext context,
                                           boolean namespaceAware,
                                           boolean validate,
                                           boolean blockExternal)