Liferay 7.0-ce-b4

com.liferay.portal.editor.configuration
Class BaseEditorConfigurationProvider.EditorServiceReferenceMapper<T>

java.lang.Object
  extended by com.liferay.portal.editor.configuration.BaseEditorConfigurationProvider.EditorServiceReferenceMapper<T>
All Implemented Interfaces:
com.liferay.registry.collections.ServiceReferenceMapper<String,T>
Enclosing class:
BaseEditorConfigurationProvider<T>

protected static class BaseEditorConfigurationProvider.EditorServiceReferenceMapper<T>
extends Object
implements com.liferay.registry.collections.ServiceReferenceMapper<String,T>


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.liferay.registry.collections.ServiceReferenceMapper
com.liferay.registry.collections.ServiceReferenceMapper.Emitter<K>
 
Constructor Summary
protected BaseEditorConfigurationProvider.EditorServiceReferenceMapper()
           
 
Method Summary
 void map(com.liferay.registry.ServiceReference<T> serviceReference, com.liferay.registry.collections.ServiceReferenceMapper.Emitter<String> emitter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseEditorConfigurationProvider.EditorServiceReferenceMapper

protected BaseEditorConfigurationProvider.EditorServiceReferenceMapper()
Method Detail

map

public void map(com.liferay.registry.ServiceReference<T> serviceReference,
                com.liferay.registry.collections.ServiceReferenceMapper.Emitter<String> emitter)
Specified by:
map in interface com.liferay.registry.collections.ServiceReferenceMapper<String,T>

Liferay 7.0-ce-b4