Class aot
java.lang.Object
com.fizzed.rocker.runtime.DefaultRockerModel
io.micronaut.starter.feature.build.maven.templates.aot
- All Implemented Interfaces:
 com.fizzed.rocker.RockerModel
public class aot
extends com.fizzed.rocker.runtime.DefaultRockerModel
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected com.fizzed.rocker.runtime.DefaultRockerTemplatestatic String[]static com.fizzed.rocker.ContentTypestatic Stringstatic Stringstatic Stringoptimizations(List<MicronautAotOptimization> optimizations) static aottemplate(String packaging, List<MicronautAotOptimization> optimizations) Methods inherited from class com.fizzed.rocker.runtime.DefaultRockerModel
doRender, render, render, render, toString 
- 
Constructor Details
- 
aot
public aot() 
 - 
 - 
Method Details
- 
getContentType
public static com.fizzed.rocker.ContentType getContentType() - 
getTemplateName
 - 
getTemplatePackageName
 - 
getHeaderHash
 - 
getArgumentNames
 - 
packaging
 - 
packaging
 - 
optimizations
 - 
optimizations
 - 
template
 - 
buildTemplate
protected com.fizzed.rocker.runtime.DefaultRockerTemplate buildTemplate() throws com.fizzed.rocker.RenderingException- Overrides:
 buildTemplatein classcom.fizzed.rocker.runtime.DefaultRockerModel- Throws:
 com.fizzed.rocker.RenderingException
 
 -