Uses of Class
org.jusecase.jte.ContentType
-
Packages that use ContentType Package Description org.jusecase.jte -
-
Uses of ContentType in org.jusecase.jte
Methods in org.jusecase.jte that return ContentType Modifier and Type Method Description static ContentTypeContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentType[]ContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jusecase.jte with parameters of type ContentType Modifier and Type Method Description static TemplateEngineTemplateEngine. create(CodeResolver codeResolver, Path classDirectory, ContentType contentType)Creates a new template engine.static TemplateEngineTemplateEngine. create(CodeResolver codeResolver, ContentType contentType)Creates a new template engine.static TemplateEngineTemplateEngine. createPrecompiled(Path classDirectory, ContentType contentType)Creates a new template engine.
-