public class ServletContextListenerDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
protected Class<? extends javax.servlet.ServletContextListener> |
clazz |
protected String |
context |
protected String |
name |
Constructor and Description |
---|
ServletContextListenerDescriptor() |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getClazz() |
String |
getContext() |
String |
getName() |
void |
setName(String name) |
public ServletContextListenerDescriptor()
Copyright © 2015 Nuxeo SA. All rights reserved.