|
Oracle Ultra Search Java API Reference 9.0.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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 getCandidateUrl()
public void setDisplayUrl(java.lang.String url)
url - the display url stringpublic java.lang.String getDisplayUrl()
public void setAccessUrl(java.lang.String url)
url - the access url stringpublic java.lang.String getAccessUrl()
public void setDiscardFlag(boolean flag)
flag - the boolean flag valuepublic boolean isDiscard()
|
Oracle Ultra Search Java API Reference 9.0.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||