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
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)
-
-
-
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 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
-
-