public class AjaxSpider extends AjaxSpiderDeprecated
| Constructor and Description |
|---|
AjaxSpider(ClientApi api) |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse |
fullResults()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
numberOfResults()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionBrowserId()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionClickDefaultElems()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionClickElemsOnce()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionEventWait()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionMaxCrawlDepth()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionMaxCrawlStates()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionMaxDuration()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionNumberOfBrowsers()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionRandomInputs()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionReloadWait()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
results(java.lang.String start,
java.lang.String count)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
scan(java.lang.String url,
java.lang.String inscope,
java.lang.String contextname,
java.lang.String subtreeonly)
Runs the spider against the given URL and/or context, optionally, spidering everything in
scope.
|
ApiResponse |
scanAsUser(java.lang.String contextname,
java.lang.String username,
java.lang.String url,
java.lang.String subtreeonly)
Runs the spider from the perspective of a User, obtained using the given context name and
user name.
|
ApiResponse |
setOptionBrowserId(java.lang.String string)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionClickDefaultElems(boolean bool)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionClickElemsOnce(boolean bool)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionEventWait(int i)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionMaxCrawlDepth(int i)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionMaxCrawlStates(int i)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionMaxDuration(int i)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionNumberOfBrowsers(int i)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionRandomInputs(boolean bool)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionReloadWait(int i)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
status()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
stop()
This component is optional and therefore the API will only work if it is installed
|
scan, setOptionBrowserId, setOptionClickDefaultElems, setOptionClickElemsOnce, setOptionEventWait, setOptionMaxCrawlDepth, setOptionMaxCrawlStates, setOptionMaxDuration, setOptionNumberOfBrowsers, setOptionRandomInputs, setOptionReloadWait, stoppublic AjaxSpider(ClientApi api)
public ApiResponse status() throws ClientApiException
ClientApiExceptionpublic ApiResponse results(java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiExceptionpublic ApiResponse numberOfResults() throws ClientApiException
ClientApiExceptionpublic ApiResponse fullResults() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionBrowserId() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionEventWait() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionMaxCrawlDepth() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionMaxCrawlStates() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionMaxDuration() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionNumberOfBrowsers() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionReloadWait() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionClickDefaultElems() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionClickElemsOnce() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionRandomInputs() throws ClientApiException
ClientApiExceptionpublic ApiResponse scan(java.lang.String url, java.lang.String inscope, java.lang.String contextname, java.lang.String subtreeonly) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiExceptionpublic ApiResponse scanAsUser(java.lang.String contextname, java.lang.String username, java.lang.String url, java.lang.String subtreeonly) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiExceptionpublic ApiResponse stop() throws ClientApiException
ClientApiExceptionpublic ApiResponse setOptionBrowserId(java.lang.String string) throws ClientApiException
ClientApiExceptionpublic ApiResponse setOptionClickDefaultElems(boolean bool) throws ClientApiException
ClientApiExceptionpublic ApiResponse setOptionClickElemsOnce(boolean bool) throws ClientApiException
ClientApiExceptionpublic ApiResponse setOptionEventWait(int i) throws ClientApiException
ClientApiExceptionpublic ApiResponse setOptionMaxCrawlDepth(int i) throws ClientApiException
ClientApiExceptionpublic ApiResponse setOptionMaxCrawlStates(int i) throws ClientApiException
ClientApiExceptionpublic ApiResponse setOptionMaxDuration(int i) throws ClientApiException
ClientApiExceptionpublic ApiResponse setOptionNumberOfBrowsers(int i) throws ClientApiException
ClientApiExceptionpublic ApiResponse setOptionRandomInputs(boolean bool) throws ClientApiException
ClientApiExceptionpublic ApiResponse setOptionReloadWait(int i) throws ClientApiException
ClientApiException