public class application
extends com.fizzed.rocker.runtime.DefaultRockerModel
Modifier and Type | Class and Description |
---|---|
static class |
application.Template |
Constructor and Description |
---|
application() |
Modifier and Type | Method and Description |
---|---|
protected com.fizzed.rocker.runtime.DefaultRockerTemplate |
buildTemplate() |
ApplicationRenderingContext |
context() |
application |
context(ApplicationRenderingContext context) |
Features |
features() |
application |
features(Features features) |
static java.lang.String[] |
getArgumentNames() |
static com.fizzed.rocker.ContentType |
getContentType() |
static java.lang.String |
getHeaderHash() |
static java.lang.String |
getTemplateName() |
static java.lang.String |
getTemplatePackageName() |
Project |
project() |
application |
project(Project project) |
static application |
template(Project project,
Features features,
ApplicationRenderingContext context) |
public static com.fizzed.rocker.ContentType getContentType()
public static java.lang.String getTemplateName()
public static java.lang.String getTemplatePackageName()
public static java.lang.String getHeaderHash()
public static java.lang.String[] getArgumentNames()
public application project(Project project)
public Project project()
public application features(Features features)
public Features features()
public application context(ApplicationRenderingContext context)
public ApplicationRenderingContext context()
public static application template(Project project, Features features, ApplicationRenderingContext context)
protected com.fizzed.rocker.runtime.DefaultRockerTemplate buildTemplate() throws com.fizzed.rocker.RenderingException
buildTemplate
in class com.fizzed.rocker.runtime.DefaultRockerModel
com.fizzed.rocker.RenderingException