-
public final class WebKt
-
-
Method Summary
Modifier and Type Method Description final static UnittemplateType(Call $self, String template)final static Map<String, ?>fullContext(Call $self)final static LocaleobtainLocale(Call $self)TODO Review order precedence and complete code (now only taking request attribute) Request
Session
Cookie
Accept-language
Server default locale
final static Unittemplate(Call $self, TemplatePort templateEngine, String templateName, Map<String, ?> context, Locale locale)final static Unittemplate(Call $self, String templateName, Map<String, ?> context, Locale locale)final static Unithtml(Call $self, Function1<HTML, Unit> block)Return HTML setting the proper content type. -
-
Method Detail
-
templateType
final static Unit templateType(Call $self, String template)
-
fullContext
final static Map<String, ?> fullContext(Call $self)
-
obtainLocale
final static Locale obtainLocale(Call $self)
TODO Review order precedence and complete code (now only taking request attribute)
Request
Session
Cookie
Accept-language
Server default locale
-
template
final static Unit template(Call $self, TemplatePort templateEngine, String templateName, Map<String, ?> context, Locale locale)
-
template
final static Unit template(Call $self, String templateName, Map<String, ?> context, Locale locale)
-
-
-