| Package | Description |
|---|---|
| org.nuxeo.ecm.webengine.jaxrs.servlet | |
| org.nuxeo.ecm.webengine.jaxrs.servlet.config |
| Modifier and Type | Field and Description |
|---|---|
protected ServletDescriptor |
ServletHolder.descriptor |
| Modifier and Type | Method and Description |
|---|---|
protected ServletDescriptor |
ServletHolder.getDescriptor(javax.servlet.ServletConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestChain.init(ServletDescriptor sd,
javax.servlet.ServletConfig config) |
void |
ManagedServlet.setDescriptor(ServletDescriptor sd) |
void |
ApplicationServlet.setDescriptor(ServletDescriptor sd) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ServletDescriptor> |
ServletRegistry.servlets
Servlets contributed to the extension points.
|
| Modifier and Type | Method and Description |
|---|---|
ServletDescriptor |
ServletRegistry.getServletDescriptor(String name) |
ServletDescriptor[] |
ServletRegistry.getServletDescriptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServletRegistry.addServlet(ServletDescriptor descriptor) |
void |
ServletRegistry.reloadServlet(ServletDescriptor descriptor) |
void |
ServletRegistry.removeServlet(ServletDescriptor descriptor) |
Copyright © 2019 Nuxeo. All rights reserved.