Package-level declarations
Types
Link copied to clipboard
class ClientPage @Inject constructor(siteService: SiteService, playersService: PlayersService) : Page<ClientPageRequest>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ClientPageService @Inject constructor(page: ClientPage) : PageService<ClientPageRequest, Html, None>