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

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

public class IEUserAgentMatcher
extends java.lang.Object
implements UserAgentMatcher

Matches ie6 Mozilla/4.08 (compatible; MSIE 6.0; Windows NT 5.1) Matches MSIE 6

Author:
andy

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

IEUserAgentMatcher

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