public class SCIWrapper extends Object implements javax.servlet.ServletContainerInitializer, Comparable<SCIWrapper>
ServletContainerInitializer that calls actual SCI with different ServletContext| Constructor and Description |
|---|
SCIWrapper(OsgiDynamicServletContext context,
ContainerInitializerModel model) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SCIWrapper o) |
ContainerInitializerModel |
getModel() |
void |
onStartup()
No-arg version that uses the classes from the model itself.
|
void |
onStartup(Set<Class<?>> c,
javax.servlet.ServletContext ctx) |
public SCIWrapper(OsgiDynamicServletContext context, ContainerInitializerModel model)
public void onStartup()
throws javax.servlet.ServletException
javax.servlet.ServletExceptionpublic void onStartup(Set<Class<?>> c, javax.servlet.ServletContext ctx) throws javax.servlet.ServletException
onStartup in interface javax.servlet.ServletContainerInitializerjavax.servlet.ServletExceptionpublic ContainerInitializerModel getModel()
public int compareTo(SCIWrapper o)
compareTo in interface Comparable<SCIWrapper>Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.