net.sourceforge.wurfl.core.request.normalizer.specific
Class FirefoxNormalizer
java.lang.Object
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 934 2012-03-27 13:34:26Z fulvio.crivellaro $
|
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 |
FirefoxNormalizer
public FirefoxNormalizer()
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 © 2012 ScientiaMobile Inc.. All Rights Reserved.