Page load support feature.

Enables default page load agents:

  1. Page cache busting agent. If <meta name="wesib-app-rev"> tag is present in initial page, then sends this tag's content with each page load request as __wesib_app_rev__ search parameter. If the loaded page contains the same named meta tag with different content, then reloads the page. This serves both as cache busting technique, and as server-side application updates handler.
  2. Scripts agent. Includes external scripts from loaded page into main document.
  3. Style agent. Replaces external styles of main document styles with the ones from loaded page. Unless loaded page has no external styles.
  4. Title agent. Applies loaded page title to bootstrap window. If there is one.

Hierarchy

  • PageLoadSupport

Constructors

Accessors

Constructors

Accessors

Generated using TypeDoc