org.cofax.cds
Class WebBrowser


java.lang.Object

  |

  +--org.cofax.cds.WebBrowser


public class WebBrowser
extends java.lang.Object

Gets Web Browser information for Cofax. To determine if the current browser is a search engine's web crawler, it uses a copy of the database obtained from http://info.webcrawler.com/mak/projects/robots/active/all.txt

Version:
1.5
Author:
Rajiv Pant, Hung Dao, Karl Martino

Constructor Summary
WebBrowser(javax.servlet.http.HttpServletRequest req)
           
 
Method Summary
static void init(java.lang.String db)
           
 boolean isCrawler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebBrowser


public WebBrowser(javax.servlet.http.HttpServletRequest req)
Method Detail

init


public static void init(java.lang.String db)

isCrawler


public boolean isCrawler()


Copyright 2001 KnightRidder.com. All Rights Reserved.