ro.isdc.wro.model.resource.processor.support
Interface ProcessorProvider

All Known Subinterfaces:
ConfigurableProvider
All Known Implementing Classes:
ConfigurableProviderSupport, DefaultConfigurableProvider, DefaultConfigurableProvider, DefaultProcessorProvider, DefaultProcessorProvider

public interface ProcessorProvider

All implementation of this interface will contribute to the list of available processors discovered during application initialization.

Author:
Alex Objelean

Method Summary
 Map<String,ResourcePostProcessor> providePostProcessors()
           
 Map<String,ResourcePreProcessor> providePreProcessors()
           
 

Method Detail

providePreProcessors

Map<String,ResourcePreProcessor> providePreProcessors()
Returns:
the preProcessors to contribute. The key represents the processor alias.

providePostProcessors

Map<String,ResourcePostProcessor> providePostProcessors()
Returns:
the postProcessors to contribute. The key represents the processor alias.


Copyright © 2008-2013. All Rights Reserved.