Class TowJasperInitializer

  • All Implemented Interfaces:
    ApplicationAdapterAware, Aware, jakarta.servlet.ServletContainerInitializer

    public class TowJasperInitializer
    extends org.apache.jasper.servlet.JasperInitializer
    implements ApplicationAdapterAware
    Initializer for the Jasper JSP Engine.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.jasper.servlet.TldScanner newTldScanner​(jakarta.servlet.ServletContext context, boolean namespaceAware, boolean validate, boolean blockExternal)  
      void setApplicationAdapter​(ApplicationAdapter applicationAdapter)  
      void setTldResources​(java.lang.String[] resourcesToTldScan)  
      • Methods inherited from class org.apache.jasper.servlet.JasperInitializer

        onStartup
      • Methods inherited from class java.lang.Object

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

      • TowJasperInitializer

        public TowJasperInitializer()
    • Method Detail

      • setTldResources

        public void setTldResources​(java.lang.String[] resourcesToTldScan)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • newTldScanner

        protected org.apache.jasper.servlet.TldScanner newTldScanner​(jakarta.servlet.ServletContext context,
                                                                     boolean namespaceAware,
                                                                     boolean validate,
                                                                     boolean blockExternal)
        Overrides:
        newTldScanner in class org.apache.jasper.servlet.JasperInitializer