net.sourceforge.wurfl.core.handlers
Class HandlersFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlersFactory
public HandlersFactory()
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.