public class ELServiceComponent extends DefaultComponent implements ELService
| Modifier and Type | Field and Description |
|---|---|
protected static ELContextFactory |
DEFAULT_EL_CONTEXT_FACTORY |
protected ELContextFactory |
elContextFactory |
protected List<ELContextFactoryDescriptor> |
elContextFactoryDescriptors |
lastModified| Constructor and Description |
|---|
ELServiceComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(ComponentContext context)
Activates the component.
|
javax.el.ELContext |
createELContext()
Creates a new ELContext according to the configured factory.
|
void |
deactivate(ComponentContext context)
Deactivates the component.
|
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
registerELContextFactoryDescriptor(ELContextFactoryDescriptor desc) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
unregisterELContextFactoryDescriptor(ELContextFactoryDescriptor desc) |
getAdapter, getLastModified, registerExtension, setLastModified, setModifiedNow, start, stop, unregisterExtensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplicationStarted, getApplicationStartedOrderprotected static final ELContextFactory DEFAULT_EL_CONTEXT_FACTORY
protected List<ELContextFactoryDescriptor> elContextFactoryDescriptors
protected ELContextFactory elContextFactory
public ELServiceComponent()
public void activate(ComponentContext context)
ComponentThis method is called by the runtime when a component is activated.
activate in interface Componentactivate in class DefaultComponentcontext - the runtime contextpublic void deactivate(ComponentContext context)
ComponentThis method is called by the runtime when a component is deactivated.
deactivate in interface Componentdeactivate in class DefaultComponentcontext - the runtime contextpublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution in class DefaultComponentpublic void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution in class DefaultComponentpublic void registerELContextFactoryDescriptor(ELContextFactoryDescriptor desc)
public void unregisterELContextFactoryDescriptor(ELContextFactoryDescriptor desc)
public javax.el.ELContext createELContext()
ELServicecreateELContext in interface ELServiceCopyright © 2017 Nuxeo. All rights reserved.