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)
Activates the component.
|
void |
deactivate(ComponentContext context)
Deactivates the component.
|
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
applicationStarted, getAdapter, getApplicationStartedOrder, getLastModified, registerExtension, setLastModified, setModifiedNow, unregisterExtension
public 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 ServletRegistryComponent()
public void activate(ComponentContext context)
Component
This method is called by the runtime when a component is activated.
activate
in interface Component
activate
in class DefaultComponent
context
- the runtime contextpublic void deactivate(ComponentContext context)
Component
This method is called by the runtime when a component is deactivated.
deactivate
in interface Component
deactivate
in class DefaultComponent
context
- the runtime contextpublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution
in class DefaultComponent
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution
in class DefaultComponent
Copyright © 2015 Nuxeo SA. All rights reserved.