IndexPage

class IndexPage @Inject constructor(siteService: SiteService) : Page<IndexPageRequest>

Author

Jordan Abraham

See also

Constructors

Link copied to clipboard
@Inject
constructor(siteService: SiteService)

Injects the siteService for pulling the latest website information from the database for this page template.

Functions

Link copied to clipboard
inline suspend fun <R : PageRequest> Page<R>.html(request: R): Html

Properties

Link copied to clipboard

The resources name of this page template file.

Link copied to clipboard

The template builder for building the html of this page.