SecurityCheckPage

class SecurityCheckPage @Inject constructor(siteService: SiteService) : Page<SecurityCheckPageRequest>

Author

Jordan Abraham

Constructors

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

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.