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

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

public class IE6UserAgentMatcher
extends java.lang.Object
implements UserAgentMatcher

Matches ie6 Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0) Matches MSIE

Author:
andy

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

IE6UserAgentMatcher

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