Class application

java.lang.Object
com.fizzed.rocker.runtime.DefaultRockerModel
io.micronaut.starter.feature.lang.groovy.application
All Implemented Interfaces:
com.fizzed.rocker.RockerModel

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

    • application

      public application()
  • 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()
    • getArgumentNames

      public static String[] getArgumentNames()
    • project

      public application project(Project project)
    • project

      public Project project()
    • features

      public application features(Features features)
    • features

      public Features features()
    • context

      public application context(ApplicationRenderingContext context)
    • context

      public ApplicationRenderingContext context()
    • template

      public static application template(Project project, Features features, ApplicationRenderingContext context)
    • 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