public class ServletProcessApplicationDeployer extends Object implements javax.servlet.ServletContainerInitializer
This class is an implementation of ServletContainerInitializer
and
is notified whenever a subclass of ServletProcessApplication
annotated
with the ProcessApplication
annotation is deployed. In such an event,
we automatically add the class as ServletContextListener
to the
ServletContext
.
NOTE: Only works with Servlet 3.0 or better.
Constructor and Description |
---|
ServletProcessApplicationDeployer() |
Modifier and Type | Method and Description |
---|---|
protected String |
getLogMultiplePas(Set<Class<?>> c,
javax.servlet.ServletContext ctx) |
protected String |
getLogWrongType(Class<?> paClass) |
void |
onStartup(Set<Class<?>> c,
javax.servlet.ServletContext ctx) |
Copyright © 2015. All rights reserved.