net.sourceforge.wurfl.core.request.normalizer.generic
Class LocaleRemover
java.lang.Object
net.sourceforge.wurfl.core.request.normalizer.generic.LocaleRemover
- All Implemented Interfaces:
- UserAgentNormalizer
public class LocaleRemover
- extends Object
- implements UserAgentNormalizer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocaleRemover
public LocaleRemover()
normalize
public String normalize(String userAgent)
- Removes the locale part of the user-agent.
- Specified by:
normalize in interface UserAgentNormalizer
- Parameters:
userAgent - String contains user-agent to normalize.
- Returns:
- String contains normalized user-agent.
Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.