public class ServletDescriptor extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected org.osgi.framework.Bundle | 
bundle
The bundle that deployed this extension 
 | 
protected String | 
classRef  | 
protected ArrayList<FilterSetDescriptor> | 
filters  | 
protected HashMap<String,String> | 
initParams
Must use hashtable since it extends Dictionary 
 | 
protected ListenerSetDescriptor | 
listeners  | 
protected String | 
name  | 
protected String | 
path
The absolute path of the servlet (including the context path) 
 | 
protected String | 
resources  | 
| Constructor and Description | 
|---|
ServletDescriptor()  | 
| Modifier and Type | Method and Description | 
|---|---|
org.osgi.framework.Bundle | 
getBundle()  | 
Utils.ClassRef | 
getClassRef()  | 
FilterSet[] | 
getFilters()  | 
HashMap<String,String> | 
getInitParams()  | 
ListenerSetDescriptor | 
getListenerSet()  | 
String | 
getName()  | 
String | 
getPath()  | 
String | 
getResources()  | 
javax.servlet.http.HttpServlet | 
getServlet()  | 
void | 
setBundle(org.osgi.framework.Bundle bundle)  | 
String | 
toString()  | 
protected HashMap<String,String> initParams
protected ArrayList<FilterSetDescriptor> filters
protected ListenerSetDescriptor listeners
protected org.osgi.framework.Bundle bundle
public ServletDescriptor()
public void setBundle(org.osgi.framework.Bundle bundle)
public org.osgi.framework.Bundle getBundle()
public HashMap<String,String> getInitParams()
public Utils.ClassRef getClassRef() throws ClassNotFoundException, BundleNotFoundException
public javax.servlet.http.HttpServlet getServlet() throws ReflectiveOperationException, BundleNotFoundException
public ListenerSetDescriptor getListenerSet()
public String getResources()
public FilterSet[] getFilters()
Copyright © 2019 Nuxeo. All rights reserved.