|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.wurfl.core.handlers.matchers.AbstractMatcher
net.sourceforge.wurfl.core.handlers.matchers.SamsungMatcher
public class SamsungMatcher
| Field Summary |
|---|
| Fields inherited from class net.sourceforge.wurfl.core.handlers.matchers.AbstractMatcher |
|---|
detected, logger, undetected |
| Constructor Summary | |
|---|---|
SamsungMatcher(Handler handler)
|
|
| Method Summary | |
|---|---|
protected String |
lookForMatchingUserAgent(SortedSet userAgentsSet,
String userAgent)
If UA starts with one of the following ("SEC-", "SAMSUNG-", "SCH"), apply default. |
| Methods inherited from class net.sourceforge.wurfl.core.handlers.matchers.AbstractMatcher |
|---|
applyCatchAllRecoveryMatch, applyConclusiveMatch, applyRecoveryMatch, canHandle, match |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SamsungMatcher(Handler handler)
| Method Detail |
|---|
protected String lookForMatchingUserAgent(SortedSet userAgentsSet,
String userAgent)
If UA starts with one of the following ("SEC-", "SAMSUNG-", "SCH"), apply default.
Else if UA starts with one of the following ("Samsung-","SPH", "SGH" ), apply RIS(FP).
Else if UA starts with "SAMSUNG/", apply RIS(SS).
lookForMatchingUserAgent in class AbstractMatcheruserAgentsSet - A SortedSet of String containing user-agent string naturally
ordered.userAgent - The user-agent to match against.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||