org.benow.web.path.page.ua
Class IPodUserAgentMatcher

java.lang.Object
  extended by org.benow.web.path.page.ua.IPodUserAgentMatcher
All Implemented Interfaces:
UserAgentMatcher

public class IPodUserAgentMatcher
extends java.lang.Object
implements UserAgentMatcher

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

Author:
andy

Constructor Summary
IPodUserAgentMatcher()
           
 
Method Summary
 java.lang.String getTypeName()
           
 boolean matches(java.lang.String uaString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPodUserAgentMatcher

public IPodUserAgentMatcher()
Method Detail

getTypeName

public java.lang.String getTypeName()
Specified by:
getTypeName in interface UserAgentMatcher

matches

public boolean matches(java.lang.String uaString)
Specified by:
matches in interface UserAgentMatcher