net.sourceforge.wurfl.core.matchers
Class WebOSMatcher
java.lang.Object
net.sourceforge.wurfl.core.matchers.AbstractMatcher
net.sourceforge.wurfl.core.matchers.WebOSMatcher
- All Implemented Interfaces:
- Matcher, ResourcePaths
public class WebOSMatcher
- extends AbstractMatcher
WebOSMatcher
public WebOSMatcher(UserAgentNormalizer normalizer)
canHandle
public boolean canHandle(WURFLRequest request)
- Description copied from interface:
Matcher
- Return if this matcher can handle given request.
lookForMatchingUserAgent
protected String lookForMatchingUserAgent(String userAgent)
- Match the given user-agent to collected user-agents.
Apply RIS(FS) to '---'.
- Overrides:
lookForMatchingUserAgent in class AbstractMatcher
- Parameters:
userAgent - The user-agent to match against.
- Returns:
- The collected user-agent matching with given user-agent.
applyRecoveryMatch
protected String applyRecoveryMatch(WURFLRequest request)
- Description copied from class:
AbstractMatcher
- Match the given request using the recovery matching strategy.
- Overrides:
applyRecoveryMatch in class AbstractMatcher
- Parameters:
request - The request to match.
- Returns:
- The device identifier matched from request, at least returns
generic.
Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.