Class JettyJasperInitializer

  • All Implemented Interfaces:
    javax.servlet.ServletContainerInitializer

    public class JettyJasperInitializer
    extends org.apache.jasper.servlet.JasperInitializer
    JettyJasperInitializer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.jasper.servlet.TldScanner newTldScanner​(javax.servlet.ServletContext context, boolean namespaceAware, boolean validate, boolean blockExternal)
      Make a TldScanner, and prefeed it the tlds that have already been discovered in jar files by the MetaInfConfiguration.
      • 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

      • JettyJasperInitializer

        public JettyJasperInitializer()
    • Method Detail

      • newTldScanner

        public org.apache.jasper.servlet.TldScanner newTldScanner​(javax.servlet.ServletContext context,
                                                                  boolean namespaceAware,
                                                                  boolean validate,
                                                                  boolean blockExternal)
        Make a TldScanner, and prefeed it the tlds that have already been discovered in jar files by the MetaInfConfiguration.
        Overrides:
        newTldScanner in class org.apache.jasper.servlet.JasperInitializer