public class ServletDescriptor extends Object
| 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() |
HttpServlet |
getServlet() |
void |
setBundle(org.osgi.framework.Bundle bundle) |
String |
toString() |
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 HttpServlet getServlet() throws Exception
Exceptionpublic String getName()
public ListenerSetDescriptor getListenerSet()
public String getResources()
Copyright © 2013 Nuxeo SA. All Rights Reserved.