com.liferay.portal.editor.configuration
Class BaseEditorConfigurationProvider.EditorServiceReferenceMapper<T>
java.lang.Object
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 classes/interfaces inherited from interface com.liferay.registry.collections.ServiceReferenceMapper |
com.liferay.registry.collections.ServiceReferenceMapper.Emitter<K> |
|
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 |
BaseEditorConfigurationProvider.EditorServiceReferenceMapper
protected BaseEditorConfigurationProvider.EditorServiceReferenceMapper()
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>