|
Oracle Secure Enterprise Search Java API Reference 11g Release 1 (11.1.2.2.0) E21607-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UrlCandidate
UrlCandidate is an interface for any URL rewriter to read the value of a pending URL string and store the rewrite result.
| Method Summary | |
|---|---|
String |
getAccessUrl()Gets access URL. |
String |
getCandidateUrl()Gets the target URL string for rewrite checking. |
String |
getDisplayUrl()Gets the display URL. |
boolean |
isDiscard()Checks if the candidate URL should be ignored and discarded. |
void |
setAccessUrl(String url)Sets the access URL. |
void |
setDiscardFlag(boolean flag)Sets the discard flag for whether to ignore the candidate URL. |
void |
setDisplayUrl(String url)Sets the display URL. |
| Method Detail |
|---|
String getCandidateUrl()
void setDisplayUrl(String url)
url - the display URL string; it cannot be nullString getDisplayUrl()
void setAccessUrl(String url)
url - - the access URL string, or null if there is no access URLString getAccessUrl()
void setDiscardFlag(boolean flag)
flag - - the Boolean flag valueboolean isDiscard()
|
Oracle Secure Enterprise Search Java API Reference 11g Release 1 (11.1.2.2.0) E21607-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||