Class handlerReadme
java.lang.Object
com.fizzed.rocker.runtime.DefaultRockerModel
io.micronaut.starter.feature.function.template.handlerReadme
- All Implemented Interfaces:
 com.fizzed.rocker.RockerModel
public class handlerReadme
extends com.fizzed.rocker.runtime.DefaultRockerModel
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionapplicationType(ApplicationType applicationType) protected com.fizzed.rocker.runtime.DefaultRockerTemplatedocumentationLink(DocumentationLink documentationLink) feature()feature(HandlerClassFeature feature) static String[]static com.fizzed.rocker.ContentTypestatic Stringstatic Stringstatic Stringproject()static handlerReadmetemplate(HandlerClassFeature feature, ApplicationType applicationType, Project project, DocumentationLink documentationLink) Methods inherited from class com.fizzed.rocker.runtime.DefaultRockerModel
doRender, render, render, render, toString 
- 
Constructor Details
- 
handlerReadme
public handlerReadme() 
 - 
 - 
Method Details
- 
getContentType
public static com.fizzed.rocker.ContentType getContentType() - 
getTemplateName
 - 
getTemplatePackageName
 - 
getHeaderHash
 - 
getArgumentNames
 - 
feature
 - 
feature
 - 
applicationType
 - 
applicationType
 - 
project
 - 
project
 - 
documentationLink
 - 
documentationLink
 - 
template
public static handlerReadme template(HandlerClassFeature feature, ApplicationType applicationType, Project project, DocumentationLink documentationLink)  - 
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
 
 -