| Constructor and Description |
|---|
ContextListenerDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends javax.servlet.ServletContextListener> |
contextListener() |
<T extends javax.servlet.ServletContextListener> |
with(Class<T> contextListener) |
Servlets.ContextListenerDeclaration |
withInitParams(Map<String,String> initParams) |
public <T extends javax.servlet.ServletContextListener> Servlets.ContextListenerDeclaration with(Class<T> contextListener)
public Class<? extends javax.servlet.ServletContextListener> contextListener()
public Servlets.ContextListenerDeclaration withInitParams(Map<String,String> initParams)