net.sourceforge.wurfl.core.handlers
Class SanyoHandler

java.lang.Object
  extended by net.sourceforge.wurfl.core.handlers.Handler
      extended by net.sourceforge.wurfl.core.handlers.SanyoHandler

public class SanyoHandler
extends Handler

Intercept all UAs starting with "Sanyo" or "SANYO"

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

Constructor Summary
SanyoHandler()
           
SanyoHandler(UserAgentNormalizer normalizer)
           
 
Method Summary
 boolean canHandle(String userAgent)
          Checks given UA starts with "Sanyo" or "SANYO"
 
Methods inherited from class net.sourceforge.wurfl.core.handlers.Handler
isMobileBrowser, normalize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SanyoHandler

public SanyoHandler()

SanyoHandler

public SanyoHandler(UserAgentNormalizer normalizer)
Method Detail

canHandle

public boolean canHandle(String userAgent)
Checks given UA starts with "Sanyo" or "SANYO"

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.