public interface StartupInitializer
| Modifier and Type | Method and Description |
|---|---|
void |
onStartup(javax.servlet.ServletContext servletContext)
Configure the given
ServletContext with any servlets, filters, listeners
context-params and attributes necessary for initializing this web application. |
void onStartup(javax.servlet.ServletContext servletContext)
throws javax.servlet.ServletException
ServletContext with any servlets, filters, listeners
context-params and attributes necessary for initializing this web application.servletContext - the ServletContext to initializejavax.servlet.ServletException - if any call against the given ServletContext throws a
ServletExceptionCopyright © 2005–2018 The Beangle Software. All rights reserved.