Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.lenya.net
Class ProxyItem  view ProxyItem download ProxyItem.java

java.lang.Object
  extended byorg.apache.lenya.net.ProxyItem

public class ProxyItem
extends java.lang.Object

DOCUMENT ME!


Field Summary
(package private)  boolean action
           
(package private)  org.apache.regexp.RE filter
           
 
Constructor Summary
ProxyItem(org.w3c.dom.Element itemElement)
          Creates a new ProxyItem object.
 
Method Summary
 int check(java.lang.String hostname)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filter

org.apache.regexp.RE filter

action

boolean action
Constructor Detail

ProxyItem

public ProxyItem(org.w3c.dom.Element itemElement)
Creates a new ProxyItem object.

Method Detail

check

public int check(java.lang.String hostname)
DOCUMENT ME!