net.sourceforge.wurfl.core.handlers.classifiers
Class FilterChainFactory

java.lang.Object
  extended by net.sourceforge.wurfl.core.handlers.classifiers.FilterChainFactory

public class FilterChainFactory
extends Object

Factory used to build FilterChain.

Version:
$Id: FilterChainFactory.java 432 2010-05-06 12:12:53Z filippo.deluca $
Author:
Fantayeneh Asres Gizaw, Filippo De Luca

Constructor Summary
FilterChainFactory(HandlersFactory handlersFactory)
          Build FilterChainFactory by HandlersFactory
FilterChainFactory(Map handlers)
          Build FiltersChainFactory by handlers Map.
 
Method Summary
 FilterChain create()
          Return held FilterChain instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterChainFactory

public FilterChainFactory(HandlersFactory handlersFactory)
Build FilterChainFactory by HandlersFactory

Parameters:
handlersFactory - The HandlersFactory used to obtain handlers.

FilterChainFactory

public FilterChainFactory(Map handlers)
Build FiltersChainFactory by handlers Map.

Parameters:
handlers - Map containig handlers and relative key.
Method Detail

create

public FilterChain create()
Return held FilterChain instance.

Returns:
FilterChain build by this factory.


Copyright © 2008-2010 WURFL-Pro srl. All Rights Reserved.