Class handlerReadme

java.lang.Object
com.fizzed.rocker.runtime.DefaultRockerModel
io.micronaut.starter.rocker.feature.function.template.handlerReadme
All Implemented Interfaces:
com.fizzed.rocker.RockerModel

public class handlerReadme extends com.fizzed.rocker.runtime.DefaultRockerModel
  • Constructor Details

    • handlerReadme

      public handlerReadme()
  • Method Details

    • getContentType

      public static com.fizzed.rocker.ContentType getContentType()
    • getTemplateName

      public static String getTemplateName()
    • getTemplatePackageName

      public static String getTemplatePackageName()
    • getHeaderHash

      public static String getHeaderHash()
    • getModifiedAt

      public static long getModifiedAt()
    • getArgumentNames

      public static String[] getArgumentNames()
    • feature

      public handlerReadme feature(HandlerClassFeature feature)
    • feature

      public HandlerClassFeature feature()
    • applicationType

      public handlerReadme applicationType(ApplicationType applicationType)
    • applicationType

      public ApplicationType applicationType()
    • project

      public handlerReadme project(Project project)
    • project

      public Project project()
    • documentationLink

      public handlerReadme documentationLink(DocumentationLink documentationLink)
    • documentationLink

      public 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:
      buildTemplate in class com.fizzed.rocker.runtime.DefaultRockerModel
      Throws:
      com.fizzed.rocker.RenderingException