sparkPagesBuilder function

Builder sparkPagesBuilder(
  1. BuilderOptions options
)

Creates a builder that processes @Page annotations.

This builder generates handler functions for each annotated page class.

Implementation

Builder sparkPagesBuilder(BuilderOptions options) =>
    SharedPartBuilder([PageGenerator(), EndpointGenerator()], 'spark');