|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPageDaemons
@ThreadSafe public final class PageDaemons
Common to page daemons. The single instance of PageDaemons is available via PageDaemons.i().
Browser in-memory caching must be disabled. It conflicts with JSObject, which is used by the page daemon. Moreover, in-memory caching might retain dynamic markup across page visits, which would be inappropriate. We no longer attempt to clean that away, for each visit.
| Constructor Summary | |
|---|---|
PageDaemons()
Creates the single instance of PageDaemons, and makes it available via i(). |
|
| Method Summary | |
|---|---|
Connections |
connections()
Shared communication links. |
static PageDaemons |
i()
The single instance of PageDaemons. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
PageDaemons()
| Method Detail |
|---|
public static PageDaemons i()
public Connections connections()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||