net.sourceforge.wurfl.core.handlers
Class HandlersFactory

java.lang.Object
  extended by net.sourceforge.wurfl.core.handlers.HandlersFactory

public class HandlersFactory
extends Object

A factory for user-agent Handler.

This class build a Map of user-agent Handler by a key.

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

Constructor Summary
HandlersFactory()
           
 
Method Summary
 Map create()
          Return the Map containig the Handlers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlersFactory

public HandlersFactory()
Method Detail

create

public Map create()
Return the Map containig the Handlers. It is a UnmodifiableMap.

Returns:
A UnmodifiableMap containig the Handler by handlers key.


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