Class JettyTldScanner

java.lang.Object
org.apache.jasper.servlet.TldScanner
com.aspectran.jetty.server.servlet.JettyTldScanner

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

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

    Modifier and Type
    Method
    Description
    void
     
    void
    setTldResources(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 Details

    • JettyTldScanner

      public JettyTldScanner(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 Details