Class PaxWebTldScanner


  • public class PaxWebTldScanner
    extends org.apache.jasper.servlet.TldScanner
    Version of TldScanner that know a bit more about OSGi.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger LOG  
    • Constructor Summary

      Constructors 
      Constructor Description
      PaxWebTldScanner​(javax.servlet.ServletContext context, org.osgi.framework.Bundle bundle)  
    • Field Detail

      • LOG

        public static final org.slf4j.Logger LOG
    • Constructor Detail

      • PaxWebTldScanner

        public PaxWebTldScanner​(javax.servlet.ServletContext context,
                                org.osgi.framework.Bundle bundle)
    • Method Detail

      • scanPlatform

        protected void scanPlatform()
        Overrides:
        scanPlatform in class org.apache.jasper.servlet.TldScanner
      • parseTld

        protected void parseTld​(org.apache.tomcat.util.descriptor.tld.TldResourcePath path)
                         throws IOException,
                                SAXException
        Overrides:
        parseTld in class org.apache.jasper.servlet.TldScanner
        Throws:
        IOException
        SAXException