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 TypeMethodDescriptionRetrieves the request-local WebResourceAssembler.voidseed(WebResourceAssembler webResourceAssembler) Deprecated.since 3.3.2
-
Method Details
-
assembler
WebResourceAssembler assembler()Retrieves the request-local WebResourceAssembler. If none is found, a new instance is constructed and stored in the request-local cached. -
seed
Deprecated.since 3.3.2Seeds 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 toseed(WebResourceAssembler)or toassembler().
-