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

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

public class MSIENormalizer
extends Object
implements UserAgentNormalizer


Constructor Summary
MSIENormalizer()
           
 
Method Summary
 String normalize(String userAgent)
          Return MSIE 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

MSIENormalizer

public MSIENormalizer()
Method Detail

normalize

public String normalize(String userAgent)
Return MSIE 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.