public class LibrarySelectorService extends DefaultComponent implements LibrarySelector
| Modifier and Type | Field and Description | 
|---|---|
static String | 
LIBRARY_SELECTOR  | 
| Constructor and Description | 
|---|
LibrarySelectorService()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
deactivate(ComponentContext context)
Deactivates the component. 
 | 
ImageUtils | 
getImageUtils()  | 
MetadataUtils | 
getMetadataUtils()  | 
MimeUtils | 
getMimeUtils()
Deprecated.  
 | 
void | 
registerContribution(Object contribution,
                    String extensionPoint,
                    ComponentInstance contributor)  | 
void | 
registerLibrarySelector(LibrarySelectorServiceDescriptor libraryDescriptor)  | 
activate, applicationStarted, getAdapter, getApplicationStartedOrder, getLastModified, registerExtension, setLastModified, unregisterContribution, unregisterExtensionpublic static final String LIBRARY_SELECTOR
public 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 registerLibrarySelector(LibrarySelectorServiceDescriptor libraryDescriptor)
public ImageUtils getImageUtils()
getImageUtils in interface LibrarySelector@Deprecated public MimeUtils getMimeUtils()
getMimeUtils in interface LibrarySelectorpublic MetadataUtils getMetadataUtils()
getMetadataUtils in interface LibrarySelectorCopyright © 2014 Nuxeo SA. All Rights Reserved.