Interface PageBuilderService


public interface PageBuilderService
Service for working with the page being rendered by the current HTTP request.
Since:
v3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the request-local WebResourceAssembler.
    void
    seed(WebResourceAssembler webResourceAssembler)
    Deprecated.
    since 3.3.2
  • Method Details

    • assembler

      Retrieves the request-local WebResourceAssembler. If none is found, a new instance is constructed and stored in the request-local cached.
    • seed

      @Deprecated void seed(WebResourceAssembler webResourceAssembler)
      Deprecated.
      since 3.3.2
      Seeds the request-local WebResourceAssembler. This can be done to allow specific configuration of the request-local assembler - for example, to not include superbatch resources.
      Throws:
      IllegalStateException - if the request-local WebResourceAssembler has already been initialised via a call to seed(WebResourceAssembler) or to assembler().