All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.qute.runtime.QuteConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.17.0.CR1
Show newest version
#
#Wed Mar 03 12:44:15 CET 2021
io.quarkus.qute.runtime.QuteConfig.suffixes=The list of suffixes used when attempting to locate a template file.\n\nBy default, `engine.getTemplate("foo")` would result in several lookups\: `foo`, `foo.html`, `foo.txt`, etc.\n\n@asciidoclet
io.quarkus.qute.runtime.QuteConfig.typeCheckExcludes=The list of exclude rules used to intentionally ignore some parts of an expression when performing type-safe validation.\n

\nAn element value must have at least two parts separated by dot. The last part is used to match the property/method name.\nThe prepended parts are used to match the class name. The value {@code *} can be used to match any name.\n

\nExamples\:\n

    \n
  • {@code org.acme.Foo.name} - exclude the property/method {@code name} on the {@code org.acme.Foo} class
  • \n
  • {@code org.acme.Foo.*} - exclude any property/method on the {@code org.acme.Foo} class
  • \n
  • {@code *.age} - exlude the property/method {@code age} on any class
  • \n
io.quarkus.qute.runtime.QuteConfig.contentTypes=The additional map of suffixes to content types. This map is used when working with template variants. By default, the\n{@link java.net.URLConnection\#getFileNameMap()} is used to determine the content type of a template file.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy