Class TowTldScanner
java.lang.Object
org.apache.jasper.servlet.TldScanner
com.aspectran.undertow.server.servlet.TowTldScanner
public class TowTldScanner
extends org.apache.jasper.servlet.TldScanner
Scans for and loads Tag Library Descriptors contained in a web application.
-
Constructor Summary
ConstructorsConstructorDescriptionTowTldScanner
(jakarta.servlet.ServletContext context, boolean namespaceAware, boolean validation, boolean blockExternal) Initialise with the application's ServletContext. -
Method Summary
Methods inherited from class org.apache.jasper.servlet.TldScanner
getListeners, getTldResourcePathTaglibXmlMap, getUriTldResourcePathMap, parseTld, parseTld, scanJars, scanJspConfig, scanPlatform, scanResourcePaths, setClassLoader
-
Constructor Details
-
TowTldScanner
public TowTldScanner(jakarta.servlet.ServletContext context, boolean namespaceAware, boolean validation, boolean blockExternal) Initialise with the application's ServletContext.- Parameters:
context
- the application's servletContextnamespaceAware
- should the XML parser used to parse TLD files be configured to be name space awarevalidation
- should the XML parser used to parse TLD files be configured to use validationblockExternal
- should the XML parser used to parse TLD files be configured to be block references to external
-
-
Method Details
-
setTldResources
-
scan
- Overrides:
scan
in classorg.apache.jasper.servlet.TldScanner
- Throws:
IOException
SAXException
-