|
Oracle Ultra Search Java API Reference 10g (9.0.4) B10492-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
UrlCandidate is an interface for any url rewriter to read the value of a pending url string and store the rewrite result.
Method Summary | |
java.lang.String |
getAccessUrl() Get access url |
java.lang.String |
getCandidateUrl() Get target url string for rewrite checking |
java.lang.String |
getDisplayUrl() Get display url |
boolean |
isDiscard() check if the candidate url should be ignore and discard |
void |
setAccessUrl(java.lang.String url) Set access url; null if no access url |
void |
setDiscardFlag(boolean flag) Set the discard flag for whether to ignore the candidate url or not |
void |
setDisplayUrl(java.lang.String url) Set display url; can not be null |
Method Detail |
public java.lang.String getAccessUrl()
public java.lang.String getCandidateUrl()
public java.lang.String getDisplayUrl()
public boolean isDiscard()
public void setAccessUrl(java.lang.String url)
url
- the access url stringpublic void setDiscardFlag(boolean flag)
flag
- the boolean flag valuepublic void setDisplayUrl(java.lang.String url)
url
- the display url string
|
Oracle Ultra Search Java API Reference 10g (9.0.4) B10492-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |