|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Bots
Represents access policy from a single "robots.txt" file.
Access,
BotsUtils| Method Summary | |
|---|---|
Integer |
getCrawlDelay()
Gets crawl delay. |
String |
getHost()
Gets host. |
MatchingStrategy |
getMatchingStrategy()
Gets matching strategy. |
List<String> |
getSitemaps()
Gets sitemaps. |
String |
getUserAgent()
Gets user agent. |
WinningStrategy |
getWinningStrategy()
Gets winning strategy. |
List<Access> |
select(String path,
MatchingStrategy matchingStrategy)
Selects matching accesses. |
| Method Detail |
|---|
String getUserAgent()
Integer getCrawlDelay()
0 if no delayString getHost()
null if no any availableList<String> getSitemaps()
MatchingStrategy getMatchingStrategy()
Matching strategy defines how it is determined if a requested URL is matching a pattern.
null)WinningStrategy getWinningStrategy()
Winning strategy defines how a single matching path is selected amongst a list of matching paths.
null)
List<Access> select(String path,
MatchingStrategy matchingStrategy)
path - pathmatchingStrategy - matcher
null)
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||