net.sourceforge.wurfl.core.handlers
Class OperaMiniHandler
java.lang.Object
net.sourceforge.wurfl.core.handlers.Handler
net.sourceforge.wurfl.core.handlers.OperaMiniHandler
public class OperaMiniHandler
- extends Handler
- Author:
- Fantayeneh Asres Gizaw, Filippo De Luca
|
Method Summary |
boolean |
canHandle(String userAgent)
Test if this Handler handles the given user-agent. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperaMiniHandler
public OperaMiniHandler()
OperaMiniHandler
public OperaMiniHandler(UserAgentNormalizer normalizer)
canHandle
public boolean canHandle(String userAgent)
- Description copied from class:
Handler
- Test if this Handler handles the given user-agent.
- Specified by:
canHandle in class Handler
- Parameters:
userAgent - The user-agent to probe.
- Returns:
- True if this user-agent can be handled, false otherwise.
Copyright © 2008-2010 WURFL-Pro srl. All Rights Reserved.