textbender.a.r.page
Class PageDaemons

java.lang.Object
  extended by PageDaemons

@ThreadSafe
public final class PageDaemons
extends Object

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

PageDaemons()
Creates the single instance of PageDaemons, and makes it available via i().

Method Detail

i

public static PageDaemons i()
The single instance of PageDaemons.


connections

public Connections connections()
Shared communication links.