|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--iglu.net.BlackListItem
An entry in the BlackList.
| Field Summary | |
int |
blClass
where the blacklisted text should occur |
java.lang.String |
blText
what text should indicate a blacklisted URL |
static int |
CONTENT
block when the text occurs in the content |
static int |
TITLE
block when the text occurs in the title |
static int |
URL
block when the text occurs in the url |
| Constructor Summary | |
BlackListItem(int nc,
java.lang.String blt)
constructor |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int blClass
public java.lang.String blText
public static final int URL
public static final int TITLE
public static final int CONTENT
| Constructor Detail |
public BlackListItem(int nc,
java.lang.String blt)
nc - blt -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||