Class TowTldScanner


  • public class TowTldScanner
    extends org.apache.jasper.servlet.TldScanner
    Scans for and loads Tag Library Descriptors contained in a web application.
    • Constructor Summary

      Constructors 
      Constructor Description
      TowTldScanner​(jakarta.servlet.ServletContext context, boolean namespaceAware, boolean validation, boolean blockExternal)
      Initialise with the application's ServletContext.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void scan()  
      void setTldResources​(java.net.URL[] tldResources)  
      • Methods inherited from class org.apache.jasper.servlet.TldScanner

        getListeners, getTldResourcePathTaglibXmlMap, getUriTldResourcePathMap, parseTld, parseTld, scanJars, scanJspConfig, scanPlatform, scanResourcePaths, setClassLoader
      • Methods inherited from class java.lang.Object

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

      • TowTldScanner

        public TowTldScanner​(jakarta.servlet.ServletContext context,
                             boolean namespaceAware,
                             boolean validation,
                             boolean blockExternal)
        Initialise with the application's ServletContext.
        Parameters:
        context - the application's servletContext
        namespaceAware - should the XML parser used to parse TLD files be configured to be name space aware
        validation - should the XML parser used to parse TLD files be configured to use validation
        blockExternal - should the XML parser used to parse TLD files be configured to be block references to external
    • Method Detail

      • setTldResources

        public void setTldResources​(java.net.URL[] tldResources)
      • scan

        public void scan()
                  throws java.io.IOException,
                         org.xml.sax.SAXException
        Overrides:
        scan in class org.apache.jasper.servlet.TldScanner
        Throws:
        java.io.IOException
        org.xml.sax.SAXException