Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.picture.core.libraryselector
Class LibrarySelectorService

java.lang.Object
  extended by org.nuxeo.runtime.model.DefaultComponent
      extended by org.nuxeo.ecm.platform.picture.core.libraryselector.LibrarySelectorService
All Implemented Interfaces:
LibrarySelector, Adaptable, Component, Extensible

public class LibrarySelectorService
extends DefaultComponent
implements LibrarySelector


Field Summary
static String LIBRARY_SELECTOR
           
 
Constructor Summary
LibrarySelectorService()
           
 
Method Summary
 void deactivate(ComponentContext context)
          Deactivates the component.
 ImageUtils getImageUtils()
           
 MetadataUtils getMetadataUtils()
           
 MimeUtils getMimeUtils()
           
 void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
           
 void registerLibrarySelector(LibrarySelectorServiceDescriptor libraryDescriptor)
           
 
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, applicationStarted, getAdapter, registerExtension, unregisterContribution, unregisterExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIBRARY_SELECTOR

public static final String LIBRARY_SELECTOR
See Also:
Constant Field Values
Constructor Detail

LibrarySelectorService

public LibrarySelectorService()
Method Detail

deactivate

public void deactivate(ComponentContext context)
Description copied from interface: Component
Deactivates the component.

This method is called by the runtime when a component is deactivated.

Specified by:
deactivate in interface Component
Overrides:
deactivate in class DefaultComponent
Parameters:
context - the runtime context

registerContribution

public void registerContribution(Object contribution,
                                 String extensionPoint,
                                 ComponentInstance contributor)
Overrides:
registerContribution in class DefaultComponent

registerLibrarySelector

public void registerLibrarySelector(LibrarySelectorServiceDescriptor libraryDescriptor)

getImageUtils

public ImageUtils getImageUtils()
Specified by:
getImageUtils in interface LibrarySelector

getMimeUtils

public MimeUtils getMimeUtils()
Specified by:
getMimeUtils in interface LibrarySelector

getMetadataUtils

public MetadataUtils getMetadataUtils()
Specified by:
getMetadataUtils in interface LibrarySelector

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.