Package org.apache.jasper.servlet
Class JasperInitializer
java.lang.Object
org.apache.jasper.servlet.JasperInitializer
- All Implemented Interfaces:
ServletContainerInitializer
Initializer for the Jasper JSP Engine.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TldScannernewTldScanner(ServletContext context, boolean namespaceAware, boolean validate, boolean blockExternal) voidonStartup(Set<Class<?>> types, ServletContext context)
-
Constructor Details
-
JasperInitializer
public JasperInitializer()
-
-
Method Details
-
onStartup
- Specified by:
onStartupin interfaceServletContainerInitializer- Throws:
ServletException
-
newTldScanner
protected TldScanner newTldScanner(ServletContext context, boolean namespaceAware, boolean validate, boolean blockExternal)
-