Package-level declarations
Types
Link copied to clipboard
class CommonWidgetPage(val siteRoot: <Error class: unknown class>, page: String, val instance: String) : HTMLBase
Link copied to clipboard
Link copied to clipboard
class HtmlMessagePage(val siteRoot: <Error class: unknown class>, val msg: String, val instance: String) : HTMLBase
Link copied to clipboard
class JsonMessagePage<T>(val siteRoot: <Error class: unknown class>, val msg: JsonResponse<T>, debug: Boolean = false)
Link copied to clipboard
Transforms links in the rendering phase. Mainly replaces the absolute links and the file:// scheme with relative .
Link copied to clipboard
CSS optimizer & bundler.
Link copied to clipboard
interface PageWithMIME
Link copied to clipboard
class RawBinaryPage(val siteRoot: <Error class: unknown class>, document: String, content: ByteArray)