|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.search.SearchIndex
public final class SearchIndex
Field Summary | |
---|---|
static short |
TYPE_CUSTOM
Field TYPE_CUSTOM |
static short |
TYPE_FILE
Field TYPE_FILE |
static short |
TYPE_PATH
Field TYPE_PATH |
static short |
TYPE_URL
Field TYPE_URL |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String[] |
getCategories()
|
String |
getCategoryTree()
|
String |
getCustom1()
|
String |
getCustom2()
|
String |
getCustom3()
|
String |
getCustom4()
|
String[] |
getExtensions()
|
String |
getId()
|
String |
getKey()
|
String |
getLanguage()
|
String |
getQuery()
|
String |
getTitle()
|
short |
getType()
|
String |
getUrlpath()
|
static String |
toId(short type,
String key,
String queryName)
|
String |
toString()
|
static String |
toStringType(short type)
cast short type to string |
static String |
toStringTypeEL(short type)
cast short type to string |
static short |
toType(String type)
cast string type to short |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final short TYPE_FILE
TYPE_FILE
public static final short TYPE_PATH
TYPE_PATH
public static final short TYPE_CUSTOM
TYPE_CUSTOM
public static final short TYPE_URL
TYPE_URL
Method Detail |
---|
public static short toType(String type) throws SearchException
type
- type to cast
SearchException
public static String toStringType(short type) throws SearchException
type
- type to cast
SearchException
public static String toStringTypeEL(short type)
type
- type to cast
SearchException
public boolean equals(Object o)
equals
in class Object
public String getCustom1()
public String getCustom2()
public String getCustom3()
public String getCustom4()
public String[] getExtensions()
public String getKey()
public String getLanguage()
public String getTitle()
public short getType()
public String getId()
public String getUrlpath()
public String getQuery()
public String toString()
toString
in class Object
public static String toId(short type, String key, String queryName)
type
- key
- queryName
-
public String[] getCategories()
public String getCategoryTree()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |