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

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

public class NullNormalizer
extends Object
implements UserAgentNormalizer

This Normalizer returns the user-agent unchanged.

Version:
$Id: NullNormalizer.java 432 2010-05-06 12:12:53Z filippo.deluca $
Author:
Tommaso Teofili

Field Summary
static UserAgentNormalizer INSTANCE
           
 
Constructor Summary
NullNormalizer()
           
 
Method Summary
 String normalize(String userAgent)
          Return normalized user-agent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final UserAgentNormalizer INSTANCE
Constructor Detail

NullNormalizer

public NullNormalizer()
Method Detail

normalize

public String normalize(String userAgent)
Description copied from interface: UserAgentNormalizer
Return normalized user-agent.

Specified by:
normalize in interface UserAgentNormalizer
Parameters:
userAgent - String contains user-agent to normalize.
Returns:
String contains normalized user-agent.


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