|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilteredDevices | |
|---|---|
| net.sourceforge.wurfl.core.handlers.classifiers | |
| net.sourceforge.wurfl.core.handlers.matchers | |
| Uses of FilteredDevices in net.sourceforge.wurfl.core.handlers.classifiers |
|---|
| Methods in net.sourceforge.wurfl.core.handlers.classifiers that return FilteredDevices | |
|---|---|
FilteredDevices |
FilteredDevices.clear()
FIXME: Document it |
FilteredDevices |
BaseFilter.getFilteredDevices()
Return the held FilteredDevices. |
FilteredDevices |
Filter.getFilteredDevices()
Returns collected FilteredDevices. |
FilteredDevices |
FilterChain.getFilteredDevices(String userAgent)
Returns the FilteredDevices containing the given user-agent. |
FilteredDevices |
FilteredDevices.putDevice(String userAgent,
String deviceId)
Store device identifier with corresponding user-agent. |
| Uses of FilteredDevices in net.sourceforge.wurfl.core.handlers.matchers |
|---|
| Methods in net.sourceforge.wurfl.core.handlers.matchers with parameters of type FilteredDevices | |
|---|---|
protected String |
AbstractMatcher.applyCatchAllRecoveryMatch(WURFLRequest request,
FilteredDevices filteredDevices)
Match the given request using the CatchAll strategy. |
protected String |
MotorolaMatcher.applyCatchAllRecoveryMatch(WURFLRequest request,
FilteredDevices filteredDevices)
if UA contains "MIB/2.2" or "MIB/BER2.2", return "mot_mib22_generic" otherwise return "generic". |
protected String |
AbstractMatcher.applyConclusiveMatch(WURFLRequest request,
FilteredDevices filteredDevices)
Apply conclusive matching strategy, at least returns generic. |
protected String |
BlackBerryMatcher.applyRecoveryMatch(WURFLRequest request,
FilteredDevices filteredDevices)
|
protected String |
BotMatcher.applyRecoveryMatch(WURFLRequest request,
FilteredDevices filteredDevices)
|
protected String |
OperaMatcher.applyRecoveryMatch(WURFLRequest request,
FilteredDevices filteredDevices)
|
protected String |
NokiaMatcher.applyRecoveryMatch(WURFLRequest request,
FilteredDevices filteredDevices)
Search for "Series60" and "Series80". |
protected String |
AbstractMatcher.applyRecoveryMatch(WURFLRequest request,
FilteredDevices filteredDevices)
Match the given request using the recovery matching strategy. |
protected String |
AppleMatcher.applyRecoveryMatch(WURFLRequest request,
FilteredDevices filteredDevices)
|
protected String |
KDDIMatcher.applyRecoveryMatch(WURFLRequest request,
FilteredDevices filteredDevices)
|
protected String |
OperaMiniMatcher.applyRecoveryMatch(WURFLRequest request,
FilteredDevices filteredDevices)
|
protected String |
AndroidMatcher.applyRecoveryMatch(WURFLRequest request,
FilteredDevices filteredDevices)
|
protected String |
SafariMatcher.applyRecoveryMatch(WURFLRequest request,
FilteredDevices filteredDevices)
|
protected String |
DoCoMoMatcher.applyRecoveryMatch(WURFLRequest request,
FilteredDevices filteredDevices)
|
String |
AbstractMatcher.match(WURFLRequest request,
FilteredDevices filteredDevices)
Applies the matching strategy. |
String |
Matcher.match(WURFLRequest request,
FilteredDevices filteredDevices)
Perform matching. |
String |
MatcherChain.match(WURFLRequest request,
FilteredDevices filteredDevices)
Perform matching across Matcher chains. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||