Class TowJasperInitializer
java.lang.Object
org.apache.jasper.servlet.JasperInitializer
com.aspectran.undertow.server.servlet.TowJasperInitializer
- All Implemented Interfaces:
ActivityContextAware
,Aware
,jakarta.servlet.ServletContainerInitializer
public class TowJasperInitializer
extends org.apache.jasper.servlet.JasperInitializer
implements ActivityContextAware
Initializer for the Jasper JSP Engine.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.jasper.servlet.TldScanner
newTldScanner
(jakarta.servlet.ServletContext context, boolean namespaceAware, boolean validate, boolean blockExternal) void
setActivityContext
(ActivityContext context) void
setTldResources
(String[] resourcesToTldScan) Methods inherited from class org.apache.jasper.servlet.JasperInitializer
onStartup
-
Constructor Details
-
TowJasperInitializer
public TowJasperInitializer()
-
-
Method Details
-
setActivityContext
- Specified by:
setActivityContext
in interfaceActivityContextAware
-
setTldResources
- Throws:
IOException
-
newTldScanner
protected org.apache.jasper.servlet.TldScanner newTldScanner(jakarta.servlet.ServletContext context, boolean namespaceAware, boolean validate, boolean blockExternal) - Overrides:
newTldScanner
in classorg.apache.jasper.servlet.JasperInitializer
-