net.sourceforge.wurfl.core.request.normalizer
Interface UserAgentNormalizer

All Known Implementing Classes:
AndroidNormalizer, BabelFishNormalizer, BlackBerryNormalizer, ChromeNormalizer, FirefoxNormalizer, KonquerorNormalizer, MSIENormalizer, NullNormalizer, OperaNormalizer, SafariNormalizer, UPLinkNormalizer, UserAgentNormalizerChain, VodafoneNormalizer, YesWAPNormalizer

public interface UserAgentNormalizer

User-Agent normalizer.

The normalization is responsible to improve chances to match right user-agent by the API. The implementing Object reflect the rules described in "Getting the Most out of User-Agent Strings" on wurflpro.com.

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

Method Summary
 String normalize(String userAgent)
          Return normalized user-agent.
 

Method Detail

normalize

String normalize(String userAgent)
Return normalized user-agent.

Parameters:
userAgent - String contains user-agent to normalize.
Returns:
String contains normalized user-agent.


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