Package-level declarations

Types

Link copied to clipboard
class MePage @Inject constructor(siteService: SiteService, playersService: PlayersService) : Page<MePageRequest>
Link copied to clipboard
data class MePageRequest(val userId: Int) : PageRequest
Link copied to clipboard
class MePageRouting @Inject constructor(service: MePageService) : PageRouting
Link copied to clipboard
class MePageService @Inject constructor(page: MePage) : PageService<MePageRequest, Html, None>