Package | Description |
---|---|
org.htmlunit |
Framework classes (contains the
WebClient
class which is the main entry point). |
org.htmlunit.javascript.preprocessor |
Some special ScriptPreProcessor's to make this working with common js libs.
|
Modifier and Type | Method and Description |
---|---|
ScriptPreProcessor |
WebClient.getScriptPreProcessor()
Returns the script pre processor for this
WebClient . |
Modifier and Type | Method and Description |
---|---|
void |
WebClient.setScriptPreProcessor(ScriptPreProcessor scriptPreProcessor)
Sets the script pre processor for this
WebClient . |
Modifier and Type | Class and Description |
---|---|
class |
HtmxTwoZeroSevenScriptPreProcessor
A
ScriptPreProcessor implementation that applies compatibility patches to
htmx 2.0.3 - 2.0.7 versions of the htmx JavaScript library. |
Constructor and Description |
---|
HtmxTwoZeroSevenScriptPreProcessor(ScriptPreProcessor nextScriptPreProcessor)
Ctor.
|
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.