Browser.@Deprecated public final class Browser extends Object implements Fn.Presenter, Fn.KeepAlive, Flushable, Executor, Closeable
| Modifier and Type | Class and Description |
|---|---|
static class |
Browser.Config
Deprecated.
Use
Browser.Config. |
| Constructor and Description |
|---|
Browser()
Deprecated.
|
Browser(Browser.Config config)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
Fn |
defineFn(String string,
String... strings)
Deprecated.
|
Fn |
defineFn(String string,
String[] strings,
boolean[] blns)
Deprecated.
|
void |
displayPage(URL page,
Runnable onPageLoad)
Deprecated.
|
void |
execute(Runnable r)
Deprecated.
|
void |
flush()
Deprecated.
|
void |
loadScript(Reader reader)
Deprecated.
|
public Browser(Browser.Config config)
public final void execute(Runnable r)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic Fn defineFn(String string, String... strings)
defineFn in interface Fn.Presenterpublic void loadScript(Reader reader) throws Exception
loadScript in interface Fn.PresenterExceptionpublic Fn defineFn(String string, String[] strings, boolean[] blns)
defineFn in interface Fn.KeepAlivepublic void flush()
throws IOException
flush in interface FlushableIOExceptionpublic final void displayPage(URL page, Runnable onPageLoad)
displayPage in interface Fn.PresenterCopyright © 2020. All rights reserved.