net.sourceforge.wurfl.core.request.normalizer.specific
Class LGUPLUSNormalizer
java.lang.Object
net.sourceforge.wurfl.core.request.normalizer.specific.LGUPLUSNormalizer
- All Implemented Interfaces:
- UserAgentNormalizer
public class LGUPLUSNormalizer
- extends Object
- implements UserAgentNormalizer
Normalizes lgtelecom user agents by removing all characters before
the model name
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LGUPLUSNormalizer
public LGUPLUSNormalizer()
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 © 2012 ScientiaMobile Inc.. All Rights Reserved.