Class serverYml

  • All Implemented Interfaces:
    com.fizzed.rocker.RockerModel

    public class serverYml
    extends com.fizzed.rocker.runtime.DefaultRockerModel
    • Constructor Detail

      • serverYml

        public serverYml()
    • Method Detail

      • 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()
      • serviceId

        public String serviceId()
      • enableHttp

        public Boolean enableHttp()
      • httpPort

        public String httpPort()
      • enableHttps

        public Boolean enableHttps()
      • httpsPort

        public String httpsPort()
      • enableHttp2

        public Boolean enableHttp2()
      • enableRegistry

        public Boolean enableRegistry()
      • version

        public String version()
      • 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