|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WURFLRequest | |
|---|---|
| net.sourceforge.wurfl.core | |
| net.sourceforge.wurfl.core.handlers.matchers | |
| net.sourceforge.wurfl.core.request | |
| Uses of WURFLRequest in net.sourceforge.wurfl.core |
|---|
| Methods in net.sourceforge.wurfl.core with parameters of type WURFLRequest | |
|---|---|
protected Object |
DefaultWURFLService.createDeviceKey(WURFLRequest request)
Create a key to store device identifier in cache. |
Device |
WURFLService.getDeviceForRequest(WURFLRequest request)
Return a Device instance obtained by parsing the given WURFLRequest instance. |
Device |
DefaultWURFLService.getDeviceForRequest(WURFLRequest request)
Return a Device instance obtained by parsing the given WURFLRequest instance. |
Device |
WURFLManager.getDeviceForRequest(WURFLRequest request)
Return a Device instance from WURFLRequest instance. |
Device |
DefaultWURFLManager.getDeviceForRequest(WURFLRequest request)
Return a Device instance from WURFLRequest instance. |
| Uses of WURFLRequest in net.sourceforge.wurfl.core.handlers.matchers |
|---|
| Methods in net.sourceforge.wurfl.core.handlers.matchers with parameters of type WURFLRequest | |
|---|---|
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. |
String |
WindowsCEMatcher.applyRecoveryMatch(WURFLRequest request)
return "ms_mobile_browser_ver1" |
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)
|
boolean |
AbstractMatcher.canHandle(WURFLRequest request)
|
boolean |
Matcher.canHandle(WURFLRequest request)
Return if this matcher can handle given request. |
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. |
String |
MatcherManager.matchRequest(WURFLRequest request)
Match the request to obtain a device identifier. |
| Uses of WURFLRequest in net.sourceforge.wurfl.core.request |
|---|
| Classes in net.sourceforge.wurfl.core.request that implement WURFLRequest | |
|---|---|
class |
DefaultWURFLRequest
WURFLRequest default implementation. |
| Methods in net.sourceforge.wurfl.core.request that return WURFLRequest | |
|---|---|
WURFLRequest |
WURFLRequestFactory.createRequest(javax.servlet.http.HttpServletRequest sourceRequest)
Build a WURFLRequest instance from given request. |
WURFLRequest |
DefaultWURFLRequestFactory.createRequest(javax.servlet.http.HttpServletRequest sourceRequest)
Create a instance of DefaultWURFLRequest from an instance of
HttpServletRequest. |
WURFLRequest |
WURFLRequestFactory.createRequest(String userAgent)
Build WURFLRequest using given User-Agent. |
WURFLRequest |
DefaultWURFLRequestFactory.createRequest(String userAgent)
Create a instance of DefaultWURFLRequest from an instance of
HttpServletRequest. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||