ro.isdc.wro.manager.factory.standalone
Interface StandaloneContextAware

All Known Implementing Classes:
ConfigurableStandaloneContextAwareManagerFactory, ConfigurableWroManagerFactory, DefaultStandaloneContextAwareManagerFactory, ExtensionsStandaloneManagerFactory, FingerprintAwareStandaloneManagerFactory, GoogleAdvancedStandaloneManagerFactory, GoogleStandaloneManagerFactory

public interface StandaloneContextAware

An implementation of WroManagerFactory aware about the run context.
TODO: find a way to not require StandaloneContextAware for build time processing, but use any instance of WroManagerFactory.

Author:
Alex Objelean

Method Summary
 void initialize(StandaloneContext standaloneContext)
          Called by standalone process for initialization.
 

Method Detail

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.


Copyright © 2008-2013. All Rights Reserved.