|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.ecyrd.jspwiki.QueryItem
This simple class just fulfils the role of a container for searches. It tells the word and whether it is requested or not.
| Field Summary | |
static int |
FORBIDDEN
The word may NOT be in the pages |
static int |
REQUESTED
The word should be in the pages, but the search engine may use its own discretion. |
static int |
REQUIRED
The word is required to be in the pages |
int |
type
The type of the word. |
java.lang.String |
word
The word that is being searched |
| Constructor Summary | |
QueryItem()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int REQUIRED
public static final int FORBIDDEN
public static final int REQUESTED
public java.lang.String word
public int type
| Constructor Detail |
public QueryItem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||