Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
object Authentications
Link copied to clipboard
abstract class BlankPageService<R : PageRequest, G : ResponseType, P : ResponseType>(get: suspend R.() -> G? = null, post: suspend R.() -> P? = null) : PageService<R, G, P>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class Page<R : PageRequest>(val name: String, val template: suspend MutableMap<String, Any>.(R) -> Unit)
Link copied to clipboard
Link copied to clipboard
interface PageRequest
Link copied to clipboard
Link copied to clipboard
abstract class PageService<R : PageRequest, G : ResponseType, P : ResponseType>(get: suspend R.() -> G? = null, post: suspend R.() -> P? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface ResponseType