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 String name
protected String classRef
protected String path
protected String resources
protected HashMap<String,String> initParams
protected ArrayList<FilterSetDescriptor> filters
protected ListenerSetDescriptor listeners
protected org.osgi.framework.Bundle bundle
public void setBundle(org.osgi.framework.Bundle bundle)
public org.osgi.framework.Bundle getBundle()
public String getPath()
public Utils.ClassRef getClassRef() throws ClassNotFoundException, BundleNotFoundException
public String getName()
public ListenerSetDescriptor getListenerSet()
public String getResources()
Copyright © 2020 Nuxeo SA. All rights reserved.