Package org.benow.web.path.page.ua

Interface Summary
UserAgentMatcher A thing which identifies user agent types from browser user agent strings.
 

Class Summary
FirefoxUserAgentMatcher Matches firefox User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.10 (intrepid) Firefox/3.0.6 Matches Firefox
IE5UserAgentMatcher Matches ie5.5 Mozilla/4.0 (compatible; MSIE 5.5; Windows NT5) Matches MSIE 5
IE6UserAgentMatcher Matches ie6 Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0) Matches MSIE
IEUserAgentMatcher Matches ie6 Mozilla/4.08 (compatible; MSIE 6.0; Windows NT 5.1) Matches MSIE 6
IPodUserAgentMatcher Matches ipod/iphone Mozilla/5.0 (iPod; U; CPU iPhone OS 2_2_1 like Mac OS X; en-us) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.1 Mobile/5H11a Safari/525.20 Matches iPhone
UserAgentMatcherManager Manager that collects declared UserAgentMatchers and performs user agent matching.