Class application
java.lang.Object
com.fizzed.rocker.runtime.DefaultRockerModel
io.micronaut.starter.feature.lang.java.application
- All Implemented Interfaces:
com.fizzed.rocker.RockerModel
public class application
extends com.fizzed.rocker.runtime.DefaultRockerModel
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.fizzed.rocker.runtime.DefaultRockerTemplate
context()
context
(ApplicationRenderingContext context) features()
static String[]
static com.fizzed.rocker.ContentType
static String
static String
static String
boolean
jul()
jul
(boolean jul) project()
static application
template
(Project project, Features features, ApplicationRenderingContext context, boolean jul) Methods inherited from class com.fizzed.rocker.runtime.DefaultRockerModel
doRender, render, render, render, toString
-
Constructor Details
-
application
public application()
-
-
Method Details
-
getContentType
public static com.fizzed.rocker.ContentType getContentType() -
getTemplateName
-
getTemplatePackageName
-
getHeaderHash
-
getArgumentNames
-
project
-
project
-
features
-
features
-
context
-
context
-
jul
-
jul
public boolean jul() -
template
public static application template(Project project, Features features, ApplicationRenderingContext context, boolean jul) -
buildTemplate
protected com.fizzed.rocker.runtime.DefaultRockerTemplate buildTemplate() throws com.fizzed.rocker.RenderingException- Overrides:
buildTemplate
in classcom.fizzed.rocker.runtime.DefaultRockerModel
- Throws:
com.fizzed.rocker.RenderingException
-