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 Closeable
close
in interface AutoCloseable
IOException
public Fn defineFn(String string, String... strings)
defineFn
in interface Fn.Presenter
public void loadScript(Reader reader) throws Exception
loadScript
in interface Fn.Presenter
Exception
public Fn defineFn(String string, String[] strings, boolean[] blns)
defineFn
in interface Fn.KeepAlive
public void flush() throws IOException
flush
in interface Flushable
IOException
public final void displayPage(URL page, Runnable onPageLoad)
displayPage
in interface Fn.Presenter
Copyright © 2020. All rights reserved.