Package-level declarations

Types

Link copied to clipboard
data class NameCheckAjaxRequest(val name: String?) : PageRequest
Link copied to clipboard
class NameCheckAjaxRouting @Inject constructor(service: NameCheckAjaxService) : PageRouting
Link copied to clipboard
class NameCheckAjaxService @Inject constructor(playersService: PlayersService) : BlankPageService<NameCheckAjaxRequest, None, Ajax>
Link copied to clipboard
sealed class NameCheckStatus