Class ServletDescriptor
java.lang.Object
org.nuxeo.ecm.webengine.jaxrs.servlet.config.ServletDescriptor
- Author:
- Bogdan Stefanescu
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.osgi.framework.Bundle
The bundle that deployed this extensionprotected String
protected ArrayList<FilterSetDescriptor>
Must use hashtable since it extends Dictionaryprotected ListenerSetDescriptor
protected String
protected String
The absolute path of the servlet (including the context path)protected String
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
classRef
-
path
The absolute path of the servlet (including the context path) -
resources
-
initParams
Must use hashtable since it extends Dictionary -
filters
-
listeners
-
bundle
protected org.osgi.framework.Bundle bundleThe bundle that deployed this extension
-
-
Constructor Details
-
ServletDescriptor
public ServletDescriptor()
-
-
Method Details
-
setBundle
public void setBundle(org.osgi.framework.Bundle bundle) -
getBundle
public org.osgi.framework.Bundle getBundle() -
getPath
-
getInitParams
-
getClassRef
-
getServlet
public javax.servlet.http.HttpServlet getServlet() throws ReflectiveOperationException, BundleNotFoundException -
getName
-
getListenerSet
-
getResources
-
getFilters
-
toString
-