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

      • onStartup

        public void onStartup​(java.util.Set<java.lang.Class<?>> types,
                              ServletContext context)
                       throws ServletException
        Description copied from interface: ServletContainerInitializer
        Receives notification during startup of a web application of the classes within the web application that matched the criteria defined via the HandlesTypes annotation.
        Specified by:
        onStartup in interface ServletContainerInitializer
        Parameters:
        types - The (possibly null) set of classes that met the specified criteria
        context - The ServletContext of the web application in which the classes were discovered
        Throws:
        ServletException - If an error occurs
      • newTldScanner

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