|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IterationContext
Harvest context.
Method Summary | |
---|---|
void |
assertAccess(String url)
Asserts access to the resource referenced by the url |
Bots |
getRobotsTxt()
Gets RobotsTxt if available. |
HttpClientRequest |
newHttpClientRequest()
Factory method to create instance of HttpClientRequest |
void |
onIterationException(Exception ex)
Provides a way to capture exception which cannot be re-thrown. |
Method Detail |
---|
void onIterationException(Exception ex)
Iterator.hasNext()
and Iterator.next()
don't allow to throw any checked exception even if an implementation actually
should throw it.
ex
- HttpClientRequest newHttpClientRequest()
HttpClientRequest
void assertAccess(String url) throws AccessException
url
- url of the resource
AccessException
- if access deniedBots getRobotsTxt()
null
if robots txt unavailable.
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |