Uses of Interface
ro.isdc.wro.http.handler.RequestHandler

Packages that use RequestHandler
ro.isdc.wro.http.handler   
ro.isdc.wro.http.handler.factory   
ro.isdc.wro.http.handler.spi   
ro.isdc.wro.util.provider   
 

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

Classes in ro.isdc.wro.http.handler that implement RequestHandler
 class LazyRequestHandlerDecorator
          A decorator which allows lazy instantiation of RequestHandler object.
 class ReloadCacheRequestHandler
          This RequestHandler will reload the cache on HTTP requests to "wroAPI/reloadCache".
 class ReloadModelRequestHandler
          This RequestHandler will reload the model on HTTP requests to "wroAPI/reloadModel"

This handler is available only in debug mode by default.

 class RequestHandlerSupport
          A handler which implements all the methods.
 class ResourceProxyRequestHandler
          Provides access to wro resources via a resource proxy.
 

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

Uses of RequestHandler in ro.isdc.wro.http.handler.factory
 

Methods in ro.isdc.wro.http.handler.factory that return types with arguments of type RequestHandler
 Collection<RequestHandler> SimpleRequestHandlerFactory.create()
          
 Collection<RequestHandler> ConfigurableRequestHandlerFactory.create()
          
protected  Map<String,RequestHandler> ConfigurableRequestHandlerFactory.getStrategies(RequestHandlerProvider provider)
          
 

Methods in ro.isdc.wro.http.handler.factory with parameters of type RequestHandler
 SimpleRequestHandlerFactory SimpleRequestHandlerFactory.addHandler(RequestHandler handler)
          Adds a single handler to existing collection.
 

Method parameters in ro.isdc.wro.http.handler.factory with type arguments of type RequestHandler
 SimpleRequestHandlerFactory SimpleRequestHandlerFactory.setHandlers(Collection<RequestHandler> handlers)
          Sets a not null collection of handlers.
 

Uses of RequestHandler in ro.isdc.wro.http.handler.spi
 

Methods in ro.isdc.wro.http.handler.spi that return types with arguments of type RequestHandler
 Map<String,RequestHandler> RequestHandlerProvider.provideRequestHandlers()
           
 Map<String,RequestHandler> DefaultRequestHandlerProvider.provideRequestHandlers()
          
 

Uses of RequestHandler in ro.isdc.wro.util.provider
 

Methods in ro.isdc.wro.util.provider that return types with arguments of type RequestHandler
 Map<String,RequestHandler> DefaultConfigurableProvider.provideRequestHandlers()
          
 Map<String,RequestHandler> ConfigurableProviderSupport.provideRequestHandlers()
          
 



Copyright © 2008-2013. All Rights Reserved.