controllers

package controllers

Visibility
  1. Public
  2. All

Type Members

  1. class Deduping extends Controller

    This controller shows an example of how remote service calls can be transparently de-duped using the DedupingCache to ensure that we only make one remote call for each unique URL.

  2. class Mock extends Controller

    This controller is used as a mock remote endpoint in other tests.

    This controller is used as a mock remote endpoint in other tests. This allows you to make actual remote calls, but still completely control the response you get back.

  3. class MoreBigPipeExamples extends Controller

    A few more BigPipe examples

  4. class ReverseAssets extends AnyRef

  5. class ReverseDeduping extends AnyRef

  6. class ReverseMock extends AnyRef

  7. class ReverseMoreBigPipeExamples extends AnyRef

  8. class ReverseWithBigPipe extends AnyRef

  9. class ReverseWithoutBigPipe extends AnyRef

  10. class WithBigPipe extends Controller

    A page that uses BigPipe style streaming to show you how much faster it is to load.

  11. class WithoutBigPipe extends Controller

    An example that shows a page that does NOT use BigPipe streaming and how much slower it is to load.

  12. class routes extends AnyRef

Value Members

  1. package javascript

Ungrouped