net.sourceforge.wurfl.core.matchers
Class AbstractSmartTVMatcher
java.lang.Object
net.sourceforge.wurfl.core.matchers.AbstractMatcher
net.sourceforge.wurfl.core.matchers.AbstractSmartTVMatcher
- All Implemented Interfaces:
- Matcher, ResourcePaths
- Direct Known Subclasses:
- AppleTvMatcher, BoxeeTvMatcher, GenericSmartTvMatcher, GoogleTvMatcher
public abstract class AbstractSmartTVMatcher
- extends AbstractMatcher
- Version:
- $Id$
| Methods inherited from interface net.sourceforge.wurfl.core.matchers.Matcher |
canHandle |
AbstractSmartTVMatcher
public AbstractSmartTVMatcher(UserAgentNormalizer normalizer)
- Build AbstractMatcher by handler and collected devices by user-agent.
- Parameters:
normalizer -
lookForMatchingUserAgent
protected String lookForMatchingUserAgent(String userAgent)
- Description copied from class:
AbstractMatcher
- Match the given user-agent to collected user-agents.
Apply RIS(FS) to default(first slash).
- Overrides:
lookForMatchingUserAgent in class AbstractMatcher
- Parameters:
userAgent - The user-agent to match against.
- Returns:
- The collected user-agent matching with given user-agent.
Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.