Uses of Class
ro.isdc.wro.http.handler.factory.SimpleRequestHandlerFactory

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

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

Subclasses of SimpleRequestHandlerFactory in ro.isdc.wro.http.handler.factory
 class DefaultRequestHandlerFactory
          Default RequestHandlerFactory which adds all RequestHandler's provided as spi by RequestHandlerProvider found in classpath.
 

Methods in ro.isdc.wro.http.handler.factory that return SimpleRequestHandlerFactory
 SimpleRequestHandlerFactory SimpleRequestHandlerFactory.addHandler(RequestHandler handler)
          Adds a single handler to existing collection.
 SimpleRequestHandlerFactory SimpleRequestHandlerFactory.setHandlers(Collection<RequestHandler> handlers)
          Sets a not null collection of handlers.
 



Copyright © 2008-2013. All Rights Reserved.