ro.isdc.wro.http.handler.factory
Class DefaultRequestHandlerFactory

java.lang.Object
  extended by ro.isdc.wro.http.handler.factory.SimpleRequestHandlerFactory
      extended by ro.isdc.wro.http.handler.factory.DefaultRequestHandlerFactory
All Implemented Interfaces:
RequestHandlerFactory, ObjectFactory<Collection<RequestHandler>>

public class DefaultRequestHandlerFactory
extends SimpleRequestHandlerFactory

Default RequestHandlerFactory which adds all RequestHandler's provided as spi by RequestHandlerProvider found in classpath.

Since:
1.4.7
Author:
Ivar Conradi Ă˜sthus

Constructor Summary
DefaultRequestHandlerFactory()
          Creates a factory with a list of default handlers.
 
Method Summary
 
Methods inherited from class ro.isdc.wro.http.handler.factory.SimpleRequestHandlerFactory
addHandler, create, setHandlers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRequestHandlerFactory

public DefaultRequestHandlerFactory()
Creates a factory with a list of default handlers.



Copyright © 2008-2013. All Rights Reserved.