Uses of Class
ro.isdc.wro.util.LazyInitializer

Packages that use LazyInitializer
ro.isdc.wro.http.handler   
ro.isdc.wro.model.factory   
ro.isdc.wro.model.resource.processor.decorator   
ro.isdc.wro.util   
 

Uses of LazyInitializer in ro.isdc.wro.http.handler
 

Constructors in ro.isdc.wro.http.handler with parameters of type LazyInitializer
LazyRequestHandlerDecorator(LazyInitializer<RequestHandler> initializer)
           
 

Uses of LazyInitializer in ro.isdc.wro.model.factory
 

Constructors in ro.isdc.wro.model.factory with parameters of type LazyInitializer
LazyWroModelFactoryDecorator(LazyInitializer<WroModelFactory> initializer)
           
 

Uses of LazyInitializer in ro.isdc.wro.model.resource.processor.decorator
 

Constructors in ro.isdc.wro.model.resource.processor.decorator with parameters of type LazyInitializer
LazyProcessorDecorator(LazyInitializer<ResourcePreProcessor> processor)
           
 

Uses of LazyInitializer in ro.isdc.wro.util
 

Subclasses of LazyInitializer in ro.isdc.wro.util
 class DestroyableLazyInitializer<T>
          A subclass of LazyInitializer allows to destroy the created object.
 

Methods in ro.isdc.wro.util with parameters of type LazyInitializer
static SchedulerHelper SchedulerHelper.create(LazyInitializer<Runnable> runnableFactory)
           
static SchedulerHelper SchedulerHelper.create(LazyInitializer<Runnable> runnableFactory, String name)
          Factory method.
 



Copyright © 2008-2013. All Rights Reserved.