net.sourceforge.wurfl.core.handlers.matchers
Class BlackBerryMatcher

java.lang.Object
  extended by net.sourceforge.wurfl.core.handlers.matchers.AbstractMatcher
      extended by net.sourceforge.wurfl.core.handlers.matchers.BlackBerryMatcher
All Implemented Interfaces:
Matcher

public class BlackBerryMatcher
extends AbstractMatcher

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

Field Summary
 
Fields inherited from class net.sourceforge.wurfl.core.handlers.matchers.AbstractMatcher
detected, logger, undetected
 
Constructor Summary
BlackBerryMatcher(Handler handler)
           
 
Method Summary
protected  String applyRecoveryMatch(WURFLRequest request, FilteredDevices filteredDevices)
          Match the given request using the recovery matching strategy.
 
Methods inherited from class net.sourceforge.wurfl.core.handlers.matchers.AbstractMatcher
applyCatchAllRecoveryMatch, applyConclusiveMatch, canHandle, lookForMatchingUserAgent, match
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlackBerryMatcher

public BlackBerryMatcher(Handler handler)
Method Detail

applyRecoveryMatch

protected String applyRecoveryMatch(WURFLRequest request,
                                    FilteredDevices filteredDevices)
Description copied from class: AbstractMatcher
Match the given request using the recovery matching strategy.

Overrides:
applyRecoveryMatch in class AbstractMatcher
Parameters:
request - The request to match.
Returns:
The device identifier matched from request, at least returns generic.


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