ro.isdc.wro.manager.factory.standalone
Interface StandaloneContextAwareManagerFactory
- All Superinterfaces:
- ObjectFactory<WroManager>, WroManagerFactory
- All Known Implementing Classes:
- ConfigurableStandaloneContextAwareManagerFactory, DefaultStandaloneContextAwareManagerFactory
public interface StandaloneContextAwareManagerFactory
- extends WroManagerFactory
An implementation of WroManagerFactory aware about the run context.
- Author:
- Alex Objelean
initialize
void initialize(StandaloneContext standaloneContext)
- Called by standalone process for initialization. It is responsibility of the implementor to take care of
StandaloneContext in order to initialize the internals.
- Parameters:
standaloneContext - StandaloneContext holding properties associated with current context.
setProcessorsFactory
void setProcessorsFactory(ProcessorsFactory processorsFactory)
- set the processor factory to be used by the
WroManagerFactory created by this factory.
- Parameters:
processorsFactory -
Copyright © 2008-2011. All Rights Reserved.