Package gg.jte

Class TemplateConfig


  • public class TemplateConfig
    extends Object
    • Field Detail

      • packageName

        public final String packageName
      • compileArgs

        public String[] compileArgs
      • trimControlStructures

        public boolean trimControlStructures
      • htmlTags

        public String[] htmlTags
      • htmlAttributes

        public String[] htmlAttributes
      • htmlCommentsPreserved

        public boolean htmlCommentsPreserved
      • binaryStaticContent

        public boolean binaryStaticContent
      • resourceDirectory

        public Path resourceDirectory
      • projectNamespace

        public String projectNamespace
      • generateNativeImageResources

        public boolean generateNativeImageResources
    • Constructor Detail

      • TemplateConfig

        public TemplateConfig​(ContentType contentType,
                              String packageName)