Uses of Interface
ro.isdc.wro.http.handler.factory.RequestHandlerFactory

Packages that use RequestHandlerFactory
ro.isdc.wro.http   
ro.isdc.wro.http.handler.factory   
 

Uses of RequestHandlerFactory in ro.isdc.wro.http
 

Methods in ro.isdc.wro.http that return RequestHandlerFactory
protected  RequestHandlerFactory WroFilter.newRequestHandlerFactory()
           
 

Methods in ro.isdc.wro.http with parameters of type RequestHandlerFactory
 void WroFilter.setRequestHandlerFactory(RequestHandlerFactory requestHandlerFactory)
          Sets the RequestHandlerFactory used to create the collection of requestHandlers
 

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

Classes in ro.isdc.wro.http.handler.factory that implement RequestHandlerFactory
 class ConfigurableRequestHandlerFactory
          A RequestHandler implementation which is easy to configure using a Properties object.
 class DefaultRequestHandlerFactory
          Default RequestHandlerFactory which adds all RequestHandler's provided as spi by RequestHandlerProvider found in classpath.
 class SimpleRequestHandlerFactory
          A RequestHandlerFactory which holds RequestHandler's in a list.
 



Copyright © 2008-2013. All Rights Reserved.