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

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

public class FirefoxUserAgentMatcher
extends java.lang.Object
implements UserAgentMatcher

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

Author:
andy

Constructor Summary
FirefoxUserAgentMatcher()
           
 
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

FirefoxUserAgentMatcher

public FirefoxUserAgentMatcher()
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