ro.isdc.wro.manager.factory
Class InjectableWroManagerFactoryDecorator

java.lang.Object
  extended by ro.isdc.wro.util.AbstractDecorator<WroManagerFactory>
      extended by ro.isdc.wro.manager.factory.WroManagerFactoryDecorator
          extended by ro.isdc.wro.manager.factory.InjectableWroManagerFactoryDecorator
All Implemented Interfaces:
WroConfigurationChangeListener, WroManagerFactory, ObjectDecorator<WroManagerFactory>, ObjectFactory<WroManager>

Deprecated. Not required anymore. The WroManager objects are injected in WroManager.Builder during initialization. This class with be removed in 1.7.0.

@Deprecated
public class InjectableWroManagerFactoryDecorator
extends WroManagerFactoryDecorator

Responsible for injecting WroManager each time it is created by decorated factory.

Since:
1.4.7
Author:
Alex Objelean

Constructor Summary
InjectableWroManagerFactoryDecorator(WroManagerFactory decorated)
          Deprecated.  
 
Method Summary
 WroManager create()
          Deprecated. 
 Injector getInjector()
          Deprecated. 
 
Methods inherited from class ro.isdc.wro.manager.factory.WroManagerFactoryDecorator
destroy, onBeforeBuild, onCachePeriodChanged, onModelPeriodChanged
 
Methods inherited from class ro.isdc.wro.util.AbstractDecorator
getDecoratedObject, getOriginalDecoratedObject, getOriginalDecoratedObject, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InjectableWroManagerFactoryDecorator

public InjectableWroManagerFactoryDecorator(WroManagerFactory decorated)
Deprecated. 
Method Detail

create

public WroManager create()
Deprecated. 

Specified by:
create in interface ObjectFactory<WroManager>
Overrides:
create in class WroManagerFactoryDecorator

getInjector

@Deprecated
public Injector getInjector()
Deprecated. 

Returns:
Injector used to inject the created manager.


Copyright © 2008-2013. All Rights Reserved.