public class ServletRegistryComponent extends DefaultComponent
| Modifier and Type | Field and Description |
|---|---|
protected ServletRegistry |
registry |
static String |
XP_FILTERS |
static String |
XP_RESOURCES |
static String |
XP_SERVLETS |
static String |
XP_SUBRESOURCES |
lastModified| Constructor and Description |
|---|
ServletRegistryComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(ComponentContext context) |
void |
deactivate(ComponentContext context) |
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
applicationStarted, getAdapter, getApplicationStartedOrder, getLastModified, registerExtension, setLastModified, setModifiedNow, unregisterExtensionpublic static final String XP_SERVLETS
public static final String XP_FILTERS
public static final String XP_RESOURCES
public static final String XP_SUBRESOURCES
protected ServletRegistry registry
public void activate(ComponentContext context) throws Exception
activate in interface Componentactivate in class DefaultComponentExceptionpublic void deactivate(ComponentContext context) throws Exception
deactivate in interface Componentdeactivate in class DefaultComponentExceptionpublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
registerContribution in class DefaultComponentExceptionpublic void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
unregisterContribution in class DefaultComponentExceptionCopyright © 2020 Nuxeo SA. All rights reserved.