Class UriBuilderFactoryWebClient
java.lang.Object
org.htmlunit.WebClient
org.springframework.boot.test.web.htmlunit.UriBuilderFactoryWebClient
- All Implemented Interfaces:
Serializable, AutoCloseable
public class UriBuilderFactoryWebClient
extends org.htmlunit.WebClient
HTML Unit
WebClient supported by a UriBuilderFactory.- Since:
- 4.0.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.htmlunit.WebClient
org.htmlunit.WebClient.PooledCSS3Parser -
Field Summary
Fields inherited from class org.htmlunit.WebClient
TARGET_BLANK, TARGET_SELF -
Constructor Summary
ConstructorsConstructorDescriptionUriBuilderFactoryWebClient(org.springframework.web.util.UriBuilderFactory uriBuilderFactory) -
Method Summary
Methods inherited from class org.htmlunit.WebClient
addCookie, addRequestHeader, addWebWindowListener, buildWebSocketAdapter, close, containsWebWindow, deregisterWebWindow, download, expandUrl, getAjaxController, getAlertHandler, getAttachmentHandler, getBroadcastChannels, getBrowserVersion, getCache, getClipboardHandler, getConfirmHandler, getCookieManager, getCookies, getCredentialsProvider, getCSS3Parser, getCssErrorHandler, getCurrentWindow, getExecutor, getFrameContentHandler, getHTMLParserListener, getIncorrectnessListener, getJavaScriptEngine, getJavaScriptErrorListener, getJavaScriptTimeout, getOnbeforeunloadHandler, getOptions, getPage, getPage, getPage, getPageCreator, getPrintHandler, getPromptHandler, getRefreshHandler, getScriptPreProcessor, getStatusHandler, getStorageHolder, getTopLevelWindows, getWebConnection, getWebConsole, getWebStartHandler, getWebWindowByName, getWebWindows, guessContentType, initialize, initializeEmptyWindow, isJavaScriptEnabled, isJavaScriptEngineEnabled, loadDownloadedResponses, loadHtmlCodeIntoCurrentWindow, loadWebResponse, loadWebResponseInto, loadWebResponseInto, loadXHtmlCodeIntoCurrentWindow, openDialogWindow, openTargetWindow, openWindow, openWindow, printContentIfNecessary, registerWebWindow, removeRequestHeader, removeWebWindowListener, reset, setAjaxController, setAlertHandler, setAttachmentHandler, setCache, setClipboardHandler, setConfirmHandler, setCookieManager, setCredentialsProvider, setCssErrorHandler, setCurrentWindow, setExecutor, setFrameContentHandler, setHTMLParserListener, setIncorrectnessListener, setJavaScriptEngine, setJavaScriptErrorListener, setJavaScriptTimeout, setOnbeforeunloadHandler, setPageCreator, setPrintHandler, setPromptHandler, setRefreshHandler, setScriptPreProcessor, setStatusHandler, setWebConnection, setWebSocketAdapter, setWebStartHandler, throwFailingHttpStatusCodeExceptionIfNecessary, waitForBackgroundJavaScript, waitForBackgroundJavaScriptStartingBefore, waitForBackgroundJavaScriptStartingBefore
-
Constructor Details
-
UriBuilderFactoryWebClient
public UriBuilderFactoryWebClient(org.springframework.web.util.UriBuilderFactory uriBuilderFactory)
-
-
Method Details
-
getPage
public <P extends org.htmlunit.Page> P getPage(String url) throws IOException, org.htmlunit.FailingHttpStatusCodeException - Overrides:
getPagein classorg.htmlunit.WebClient- Throws:
IOExceptionorg.htmlunit.FailingHttpStatusCodeException
-