net.sourceforge.wurfl.core.request.normalizer.specific
Class FirefoxNormalizer

java.lang.Object
  extended by net.sourceforge.wurfl.core.request.normalizer.specific.FirefoxNormalizer
All Implemented Interfaces:
UserAgentNormalizer

public class FirefoxNormalizer
extends Object
implements UserAgentNormalizer

Return the firefox string with the major and minor version only.

Version:
$Id: FirefoxNormalizer.java 432 2010-05-06 12:12:53Z filippo.deluca $
Author:
Tommaso Teofili, Filippo De Luca

Constructor Summary
FirefoxNormalizer()
           
 
Method Summary
 String normalize(String userAgent)
          Return the firefox string with the major and minor version only
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirefoxNormalizer

public FirefoxNormalizer()
Method Detail

normalize

public String normalize(String userAgent)
Return the firefox string with the major and minor version only

Specified by:
normalize in interface UserAgentNormalizer
Parameters:
userAgent -
Returns:
String


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