Package org.apache.jasper.servlet
Class JasperInitializer
- java.lang.Object
- 
- org.apache.jasper.servlet.JasperInitializer
 
- 
- All Implemented Interfaces:
- ServletContainerInitializer
 
 public class JasperInitializer extends java.lang.Object implements ServletContainerInitializer Initializer for the Jasper JSP Engine.
- 
- 
Constructor SummaryConstructors Constructor Description JasperInitializer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TldScannernewTldScanner(ServletContext context, boolean namespaceAware, boolean validate, boolean blockExternal)voidonStartup(java.util.Set<java.lang.Class<?>> types, ServletContext context)Receives notification during startup of a web application of the classes within the web application that matched the criteria defined via theHandlesTypesannotation.
 
- 
- 
- 
Method Detail- 
onStartuppublic void onStartup(java.util.Set<java.lang.Class<?>> types, ServletContext context) throws ServletExceptionDescription copied from interface:javax.servlet.ServletContainerInitializerReceives notification during startup of a web application of the classes within the web application that matched the criteria defined via theHandlesTypesannotation.- Specified by:
- onStartupin interface- ServletContainerInitializer
- Parameters:
- types- The (possibly null) set of classes that met the specified criteria
- context- The ServletContext of the web application in which the classes were discovered
- Throws:
- ServletException- If an error occurs
 
 - 
newTldScannerprotected TldScanner newTldScanner(ServletContext context, boolean namespaceAware, boolean validate, boolean blockExternal) 
 
- 
 
-