| Package | Description |
|---|---|
| org.markysoft.vani.core.javascript | |
| org.markysoft.vani.core.util |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaScriptReadException |
| Modifier and Type | Method and Description |
|---|---|
protected void |
VaniJavaScriptExecutor.appendSource(StringBuilder builder,
JavaScriptSource<?> jsSource,
Set<JavaScriptSource<?>> processingSources)
This method resolves the source code for specified
JavaScriptSource and set it to provided StringBuilder.The
builder will contains following things at the end in this order:
dependencies, which are not already available (see
DetectionScript) or already appended to the builder. |
protected Object |
VaniJavaScriptExecutor.doExecuteAsync(String script,
Object... args)
This method is only wrapper for
JavascriptExecutor.executeAsyncScript(String, Object...) and
check whether there was a js-error. |
protected Object |
VaniJavaScriptExecutor.handleResult(Object result)
This method checks whether the javascript execution returned an string
starting with js-error key.
|
protected String |
VaniJavaScriptExecutor.prepareSource(String source)
This method will prepare source code, which will be sent to browser.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
JavaScriptMethodInterceptor.invokeManualImplementation(Method method,
Object... arguments)
This method calls the specified method with given arguments on
corresponding manual implementation instance.
|
Copyright © 2016. All rights reserved.