net.sourceforge.wurfl.core.request.normalizer.generic
Class LocaleReplacerNormalizer

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

public class LocaleReplacerNormalizer
extends Object
implements UserAgentNormalizer


Constructor Summary
LocaleReplacerNormalizer()
           
 
Method Summary
 String normalize(String userAgent)
          Normalizes the locale part of the user-agent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleReplacerNormalizer

public LocaleReplacerNormalizer()
Method Detail

normalize

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