public class ServletsInitializer extends Object
Runs all servlet container initializers listed in INITIALIZERS.
| Constructor and Description |
|---|
ServletsInitializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
onStartup(Set<Class<?>> classes,
ServletContext servletContext)
Takes classes listed in
INITIALIZERS and tries to initialize them as ServletContainerInitializers. |
public void onStartup(Set<Class<?>> classes, ServletContext servletContext) throws ServletException
INITIALIZERS and tries to initialize them as ServletContainerInitializers.ServletExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.