A B C D E F G H I K L M N O P Q R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addToInt(Integer, String, Integer) - Static method in class io.quarkus.qute.runtime.extensions.NumberTemplateExtensions
- addToInt(Integer, String, Long) - Static method in class io.quarkus.qute.runtime.extensions.NumberTemplateExtensions
- addToLong(Long, String, Integer) - Static method in class io.quarkus.qute.runtime.extensions.NumberTemplateExtensions
- addToLong(Long, String, Long) - Static method in class io.quarkus.qute.runtime.extensions.NumberTemplateExtensions
- appliesTo(TemplateNode.Origin, Object) - Method in class io.quarkus.qute.runtime.PropertyNotFoundNoop
- appliesTo(TemplateNode.Origin, Object) - Method in class io.quarkus.qute.runtime.PropertyNotFoundOutputOriginal
- appliesTo(TemplateNode.Origin, Object) - Method in class io.quarkus.qute.runtime.PropertyNotFoundThrowException
- ATTRIBUTE_LOCALE - Static variable in class io.quarkus.qute.i18n.MessageBundles
B
- booleanProperty(String) - Static method in class io.quarkus.qute.runtime.extensions.ConfigTemplateExtensions
C
- cache - Variable in class io.quarkus.qute.runtime.cache.CacheConfigurator
- CacheConfigurator - Class in io.quarkus.qute.runtime.cache
- CacheConfigurator() - Constructor for class io.quarkus.qute.runtime.cache.CacheConfigurator
- CDI_NAMESPACE - Static variable in class io.quarkus.qute.runtime.EngineProducer
- clearCache() - Static method in class io.quarkus.qute.runtime.extensions.TimeTemplateExtensions
- CollectionTemplateExtensions - Class in io.quarkus.qute.runtime.extensions
- CollectionTemplateExtensions() - Constructor for class io.quarkus.qute.runtime.extensions.CollectionTemplateExtensions
- config - Variable in class io.quarkus.qute.runtime.ContentTypes
- CONFIG - Static variable in class io.quarkus.qute.runtime.extensions.ConfigTemplateExtensions
- ConfigTemplateExtensions - Class in io.quarkus.qute.runtime.extensions
- ConfigTemplateExtensions() - Constructor for class io.quarkus.qute.runtime.extensions.ConfigTemplateExtensions
- configureEngine(EngineBuilder) - Method in class io.quarkus.qute.runtime.cache.CacheConfigurator
- configureEngine(EngineBuilder) - Method in class io.quarkus.qute.runtime.cache.MissingCacheConfigurator
- configureEngine(EngineBuilder) - Method in class io.quarkus.qute.runtime.cache.UnsupportedRemoteCacheConfigurator
- consume(Consumer<String>) - Method in class io.quarkus.qute.runtime.TemplateProducer.InjectableTemplate.InjectableTemplateInstanceImpl
- containsKey(Map<?, ?>, Object) - Static method in class io.quarkus.qute.runtime.extensions.MapTemplateExtensions
- contentTypes - Variable in class io.quarkus.qute.runtime.QuteConfig
-
The additional map of suffixes to content types.
- ContentTypes - Class in io.quarkus.qute.runtime
- ContentTypes() - Constructor for class io.quarkus.qute.runtime.ContentTypes
- createContext(List<String>, List<String>, List<String>, Map<String, List<String>>, List<String>) - Method in class io.quarkus.qute.runtime.QuteRecorder
- createContext(Map<String, String>, Map<String, Map<String, Class<?>>>) - Method in class io.quarkus.qute.runtime.MessageBundleRecorder
- createMulti() - Method in class io.quarkus.qute.runtime.TemplateProducer.InjectableTemplate.InjectableTemplateInstanceImpl
- createUni() - Method in class io.quarkus.qute.runtime.TemplateProducer.InjectableTemplate.InjectableTemplateInstanceImpl
- createVariant(String) - Method in class io.quarkus.qute.runtime.EngineProducer
D
- DEFAULT - io.quarkus.qute.runtime.QuteRuntimeConfig.PropertyNotFoundStrategy
-
Output the
NOT_FOUND
constant. - DEFAULT_LOCALE - Static variable in annotation type io.quarkus.qute.i18n.MessageBundle
-
Constant value for
MessageBundle.locale()
indicating that the default locale specified via thequarkus.default-locale
config property should be used. - DEFAULT_LOCALE - Static variable in class io.quarkus.qute.i18n.MessageBundles
- DEFAULT_NAME - Static variable in annotation type io.quarkus.qute.i18n.Message
-
Constant value for
Message.key()
indicating that the default strategy specified byMessageBundle.defaultKey()
should be used. - DEFAULT_NAME - Static variable in annotation type io.quarkus.qute.i18n.MessageBundle
-
Constant value for
MessageBundle.value()
. - DEFAULT_VALUE - Static variable in annotation type io.quarkus.qute.i18n.Message
-
Constant value for
Message.value()
indicating that message template value specified in a localized file should be used. - defaultCharset - Variable in class io.quarkus.qute.runtime.QuteConfig
-
The default charset of the templates files.
- DEFAULTED_NAME - Static variable in annotation type io.quarkus.qute.i18n.MessageBundle
-
Constant value for
MessageBundle.value()
indicating that the name should be defaulted. - defaultKey() - Method in annotation type io.quarkus.qute.i18n.MessageBundle
-
The value may be one of the following:
Message.ELEMENT_NAME
,Message.HYPHENATED_ELEMENT_NAME
andMessage.UNDERSCORED_ELEMENT_NAME
. - defaultTemplate - Variable in class io.quarkus.qute.runtime.TemplateProducer.TemplateVariants
- DEPENDENT_INSTANCES - Static variable in class io.quarkus.qute.runtime.EngineProducer
E
- ELEMENT_NAME - Static variable in annotation type io.quarkus.qute.i18n.Message
-
Constant value for
Message.key()
indicating that the annotated element's name should be used as-is. - engine() - Method in class io.quarkus.qute.runtime.TemplateProducer.InjectableTemplate.InjectableTemplateInstanceImpl
- EngineProducer - Class in io.quarkus.qute.runtime
- EngineProducer(QuteRecorder.QuteContext, QuteConfig, QuteRuntimeConfig, Event<EngineBuilder>, Event<Engine>, ContentTypes, LaunchMode, LocalesBuildTimeConfig, List<TemplateLocator>, List<SectionHelperFactory<?>>, List<ValueResolver>, List<NamespaceResolver>) - Constructor for class io.quarkus.qute.runtime.EngineProducer
- EngineProducer.ResourceTemplateLocation - Class in io.quarkus.qute.runtime
- equals(Object) - Method in class io.quarkus.qute.runtime.extensions.TimeTemplateExtensions.Key
- escapeContentTypes - Variable in class io.quarkus.qute.runtime.QuteConfig
-
The list of content types for which the
'
,"
,<
,>
and&
characters are escaped if a template variant is set.
F
- findExpression(Predicate<Expression>) - Method in class io.quarkus.qute.runtime.TemplateProducer.InjectableTemplate
- first(List<T>) - Static method in class io.quarkus.qute.runtime.extensions.CollectionTemplateExtensions
- fmt(String, String, Object...) - Static method in class io.quarkus.qute.runtime.extensions.StringTemplateExtensions
-
E.g.
- fmt(String, Locale, String, Object...) - Static method in class io.quarkus.qute.runtime.extensions.StringTemplateExtensions
-
E.g.
- fmtInstance(String, String, Object...) - Static method in class io.quarkus.qute.runtime.extensions.StringTemplateExtensions
-
E.g.
- fmtInstance(String, String, Locale, Object...) - Static method in class io.quarkus.qute.runtime.extensions.StringTemplateExtensions
-
E.g.
- format(Object, String) - Static method in class io.quarkus.qute.runtime.extensions.TimeTemplateExtensions
- format(Object, String, Locale) - Static method in class io.quarkus.qute.runtime.extensions.TimeTemplateExtensions
- format(Object, String, Locale, ZoneId) - Static method in class io.quarkus.qute.runtime.extensions.TimeTemplateExtensions
- format(TemporalAccessor, String) - Static method in class io.quarkus.qute.runtime.extensions.TimeTemplateExtensions
- format(TemporalAccessor, String, Locale) - Static method in class io.quarkus.qute.runtime.extensions.TimeTemplateExtensions
- format(TemporalAccessor, String, Locale, ZoneId) - Static method in class io.quarkus.qute.runtime.extensions.TimeTemplateExtensions
G
- generatePage(Throwable) - Method in class io.quarkus.qute.runtime.devmode.QuteErrorPageSetup
- get(Class<T>) - Static method in class io.quarkus.qute.i18n.MessageBundles
- get(Class<T>, Localized) - Static method in class io.quarkus.qute.i18n.MessageBundles
- get(List<T>, int) - Static method in class io.quarkus.qute.runtime.extensions.CollectionTemplateExtensions
- get(Map<?, V>, Object) - Static method in class io.quarkus.qute.runtime.extensions.MapTemplateExtensions
- getBasePath() - Method in class io.quarkus.qute.runtime.EngineProducer
- getBundleInterfaces() - Method in interface io.quarkus.qute.runtime.MessageBundleRecorder.BundleContext
- getByIndex(List<T>, String) - Static method in class io.quarkus.qute.runtime.extensions.CollectionTemplateExtensions
- getConfigProperty(String) - Static method in class io.quarkus.qute.runtime.extensions.ConfigTemplateExtensions
- getContentType(String) - Method in class io.quarkus.qute.runtime.ContentTypes
- getDefaultTemplate(InjectionPoint) - Method in class io.quarkus.qute.runtime.TemplateProducer
- getEngine() - Method in class io.quarkus.qute.runtime.EngineProducer
- getExpressions() - Method in class io.quarkus.qute.runtime.TemplateProducer.InjectableTemplate
- getFragment(String) - Method in class io.quarkus.qute.runtime.TemplateProducer.InjectableTemplate
- getFragmentIds() - Method in class io.quarkus.qute.runtime.TemplateProducer.InjectableTemplate
- getGeneratedId() - Method in class io.quarkus.qute.runtime.TemplateProducer.InjectableTemplate
- getId() - Method in class io.quarkus.qute.runtime.TemplateProducer.InjectableTemplate
- getId(String) - Method in class io.quarkus.qute.runtime.TemplateProducer.TemplateVariants
- getInjectableTemplate(String) - Method in class io.quarkus.qute.runtime.TemplateProducer
-
Used by NativeCheckedTemplateEnhancer to inject calls to this method in the native type-safe methods.
- getMessageTemplates() - Method in interface io.quarkus.qute.runtime.MessageBundleRecorder.BundleContext
- getParameterDeclarations() - Method in class io.quarkus.qute.runtime.TemplateProducer.InjectableTemplate
- getPriority() - Method in class io.quarkus.qute.runtime.PropertyNotFoundNoop
- getPriority() - Method in class io.quarkus.qute.runtime.PropertyNotFoundOutputOriginal
- getPriority() - Method in class io.quarkus.qute.runtime.PropertyNotFoundThrowException
- getProblemInfo(int, Throwable, Template, Escaper) - Method in class io.quarkus.qute.runtime.devmode.QuteErrorPageSetup
- getResolverClasses() - Method in interface io.quarkus.qute.runtime.QuteRecorder.QuteContext
- getTagPath() - Method in class io.quarkus.qute.runtime.EngineProducer
- getTags() - Method in interface io.quarkus.qute.runtime.QuteRecorder.QuteContext
- getTemplate() - Method in class io.quarkus.qute.runtime.TemplateProducer.InjectableTemplate.InjectableTemplateInstanceImpl
- getTemplate(InjectionPoint) - Method in class io.quarkus.qute.runtime.TemplateProducer
- getTemplate(String) - Static method in class io.quarkus.qute.i18n.MessageBundles
- getTemplateInstanceInitializerClasses() - Method in interface io.quarkus.qute.runtime.QuteRecorder.QuteContext
- getTemplatePaths() - Method in interface io.quarkus.qute.runtime.QuteRecorder.QuteContext
- getVariant() - Method in class io.quarkus.qute.runtime.EngineProducer.ResourceTemplateLocation
- getVariant() - Method in class io.quarkus.qute.runtime.TemplateProducer.InjectableTemplate
- getVariants() - Method in interface io.quarkus.qute.runtime.QuteRecorder.QuteContext
H
- hashCode() - Method in class io.quarkus.qute.runtime.extensions.TimeTemplateExtensions.Key
- htmlPadRight(String, int) - Static method in class io.quarkus.qute.runtime.devmode.QuteErrorPageSetup
- HYPHENATED_ELEMENT_NAME - Static variable in annotation type io.quarkus.qute.i18n.Message
-
Constant value for
Message.key()
indicating that the annotated element's name should be de-camel-cased and hyphenated, and then used.
I
- INJECT_NAMESPACE - Static variable in class io.quarkus.qute.runtime.EngineProducer
- InjectableTemplate(String, Map<String, TemplateProducer.TemplateVariants>, Engine) - Constructor for class io.quarkus.qute.runtime.TemplateProducer.InjectableTemplate
- InjectableTemplateInstanceImpl() - Constructor for class io.quarkus.qute.runtime.TemplateProducer.InjectableTemplate.InjectableTemplateInstanceImpl
- instance() - Method in class io.quarkus.qute.runtime.TemplateProducer.InjectableTemplate
- integerProperty(String) - Static method in class io.quarkus.qute.runtime.extensions.ConfigTemplateExtensions
- io.quarkus.qute.cache - package io.quarkus.qute.cache
- io.quarkus.qute.i18n - package io.quarkus.qute.i18n
- io.quarkus.qute.runtime - package io.quarkus.qute.runtime
- io.quarkus.qute.runtime.cache - package io.quarkus.qute.runtime.cache
- io.quarkus.qute.runtime.devmode - package io.quarkus.qute.runtime.devmode
- io.quarkus.qute.runtime.extensions - package io.quarkus.qute.runtime.extensions
- iterationMetadataPrefix - Variable in class io.quarkus.qute.runtime.QuteConfig
-
The prefix is used to access the iteration metadata inside a loop section.
K
- key() - Method in annotation type io.quarkus.qute.i18n.Message
-
The key of a message.
- Key(String, Locale, ZoneId) - Constructor for class io.quarkus.qute.runtime.extensions.TimeTemplateExtensions.Key
L
- last(List<T>) - Static method in class io.quarkus.qute.runtime.extensions.CollectionTemplateExtensions
- Literal(String) - Constructor for class io.quarkus.qute.i18n.Localized.Literal
- locale() - Method in annotation type io.quarkus.qute.i18n.MessageBundle
-
The language tag (IETF) of the default locale.
- Localized - Annotation Type in io.quarkus.qute.i18n
-
Marks a localized message bundle interface.
- Localized.Literal - Class in io.quarkus.qute.i18n
- LocationLiteral - Class in io.quarkus.qute.runtime
-
Supports inline instantiation of
Location
. - LocationLiteral(String) - Constructor for class io.quarkus.qute.runtime.LocationLiteral
M
- map(Object, Expression) - Method in class io.quarkus.qute.runtime.PropertyNotFoundNoop
- map(Object, Expression) - Method in class io.quarkus.qute.runtime.PropertyNotFoundOutputOriginal
- map(Object, Expression) - Method in class io.quarkus.qute.runtime.PropertyNotFoundThrowException
- map(Map, String) - Static method in class io.quarkus.qute.runtime.extensions.MapTemplateExtensions
- MapTemplateExtensions - Class in io.quarkus.qute.runtime.extensions
- MapTemplateExtensions() - Constructor for class io.quarkus.qute.runtime.extensions.MapTemplateExtensions
- Message - Annotation Type in io.quarkus.qute.i18n
-
Identifies a message bundle method that represents a single message of the enclosing bundle.
- MessageBundle - Annotation Type in io.quarkus.qute.i18n
-
Denotes a message bundle interface.
- MessageBundleRecorder - Class in io.quarkus.qute.runtime
- MessageBundleRecorder() - Constructor for class io.quarkus.qute.runtime.MessageBundleRecorder
- MessageBundleRecorder.BundleContext - Interface in io.quarkus.qute.runtime
- MessageBundles - Class in io.quarkus.qute.i18n
- MessageParam - Annotation Type in io.quarkus.qute.i18n
-
This annotation can be used to bind a message bundle method parameter with a template parameter declaration.
- MissingCacheConfigurator - Class in io.quarkus.qute.runtime.cache
- MissingCacheConfigurator() - Constructor for class io.quarkus.qute.runtime.cache.MissingCacheConfigurator
- mod(Integer, Integer) - Static method in class io.quarkus.qute.runtime.extensions.NumberTemplateExtensions
N
- NAME - Static variable in class io.quarkus.qute.cache.QuteCache
-
The name of the cache used to cache parts of templates
- NOOP - io.quarkus.qute.runtime.QuteRuntimeConfig.PropertyNotFoundStrategy
-
No operation - no output.
- NumberTemplateExtensions - Class in io.quarkus.qute.runtime.extensions
- NumberTemplateExtensions() - Constructor for class io.quarkus.qute.runtime.extensions.NumberTemplateExtensions
O
- of(String) - Static method in class io.quarkus.qute.i18n.Localized.Literal
- onShutdown(ShutdownEvent) - Method in class io.quarkus.qute.runtime.EngineProducer
- or(T, T) - Static method in class io.quarkus.qute.runtime.extensions.OrOperatorTemplateExtensions
- orEmpty(Collection<T>) - Static method in class io.quarkus.qute.runtime.extensions.CollectionTemplateExtensions
- OrOperatorTemplateExtensions - Class in io.quarkus.qute.runtime.extensions
- OrOperatorTemplateExtensions() - Constructor for class io.quarkus.qute.runtime.extensions.OrOperatorTemplateExtensions
- OUTPUT_ORIGINAL - io.quarkus.qute.runtime.QuteRuntimeConfig.PropertyNotFoundStrategy
-
Output the original expression string, e.g.
P
- plus(String, Object) - Static method in class io.quarkus.qute.runtime.extensions.StringTemplateExtensions
- property(String) - Static method in class io.quarkus.qute.runtime.extensions.ConfigTemplateExtensions
- PropertyNotFoundNoop - Class in io.quarkus.qute.runtime
- PropertyNotFoundNoop() - Constructor for class io.quarkus.qute.runtime.PropertyNotFoundNoop
- PropertyNotFoundOutputOriginal - Class in io.quarkus.qute.runtime
- PropertyNotFoundOutputOriginal() - Constructor for class io.quarkus.qute.runtime.PropertyNotFoundOutputOriginal
- propertyNotFoundStrategy - Variable in class io.quarkus.qute.runtime.QuteRuntimeConfig
-
The strategy used when a standalone expression evaluates to a "not found" value at runtime and the
quarkus.qute.strict-rendering
config property is set tofalse
- PropertyNotFoundThrowException - Class in io.quarkus.qute.runtime
- PropertyNotFoundThrowException() - Constructor for class io.quarkus.qute.runtime.PropertyNotFoundThrowException
Q
- QuteCache - Class in io.quarkus.qute.cache
- QuteCache() - Constructor for class io.quarkus.qute.cache.QuteCache
- QuteConfig - Class in io.quarkus.qute.runtime
- QuteConfig() - Constructor for class io.quarkus.qute.runtime.QuteConfig
- QuteErrorPageSetup - Class in io.quarkus.qute.runtime.devmode
- QuteErrorPageSetup() - Constructor for class io.quarkus.qute.runtime.devmode.QuteErrorPageSetup
- QuteRecorder - Class in io.quarkus.qute.runtime
- QuteRecorder() - Constructor for class io.quarkus.qute.runtime.QuteRecorder
- QuteRecorder.QuteContext - Interface in io.quarkus.qute.runtime
- QuteRuntimeConfig - Class in io.quarkus.qute.runtime
- QuteRuntimeConfig() - Constructor for class io.quarkus.qute.runtime.QuteRuntimeConfig
- QuteRuntimeConfig.PropertyNotFoundStrategy - Enum in io.quarkus.qute.runtime
R
- read() - Method in class io.quarkus.qute.runtime.EngineProducer.ResourceTemplateLocation
- removeStandaloneLines - Variable in class io.quarkus.qute.runtime.QuteRuntimeConfig
-
Specify whether the parser should remove standalone lines from the output.
- render() - Method in class io.quarkus.qute.runtime.TemplateProducer.InjectableTemplate.InjectableTemplateInstanceImpl
- renderAsync() - Method in class io.quarkus.qute.runtime.TemplateProducer.InjectableTemplate.InjectableTemplateInstanceImpl
- ResourceTemplateLocation(URL, Variant) - Constructor for class io.quarkus.qute.runtime.EngineProducer.ResourceTemplateLocation
- reversed(List<T>) - Static method in class io.quarkus.qute.runtime.extensions.CollectionTemplateExtensions
S
- setupHotDeployment(HotReplacementContext) - Method in class io.quarkus.qute.runtime.devmode.QuteErrorPageSetup
- setupMessageTemplates(Engine, MessageBundleRecorder.BundleContext) - Static method in class io.quarkus.qute.i18n.MessageBundles
- setupNamespaceResolvers(EngineBuilder, MessageBundleRecorder.BundleContext) - Static method in class io.quarkus.qute.i18n.MessageBundles
- STR - Static variable in class io.quarkus.qute.runtime.extensions.StringTemplateExtensions
- strictRendering - Variable in class io.quarkus.qute.runtime.QuteRuntimeConfig
-
If set to
true
then any expression that is evaluated to aResults.NotFound
value will always result in aTemplateException
and the rendering is aborted. - StringTemplateExtensions - Class in io.quarkus.qute.runtime.extensions
- StringTemplateExtensions() - Constructor for class io.quarkus.qute.runtime.extensions.StringTemplateExtensions
- subtractFromInt(Integer, String, Integer) - Static method in class io.quarkus.qute.runtime.extensions.NumberTemplateExtensions
- subtractFromInt(Integer, String, Long) - Static method in class io.quarkus.qute.runtime.extensions.NumberTemplateExtensions
- subtractFromLong(Long, String, Integer) - Static method in class io.quarkus.qute.runtime.extensions.NumberTemplateExtensions
- subtractFromLong(Long, String, Long) - Static method in class io.quarkus.qute.runtime.extensions.NumberTemplateExtensions
- suffixes - Variable in class io.quarkus.qute.runtime.QuteConfig
-
The list of suffixes used when attempting to locate a template file.
T
- take(List<T>, int) - Static method in class io.quarkus.qute.runtime.extensions.CollectionTemplateExtensions
- takeLast(List<T>, int) - Static method in class io.quarkus.qute.runtime.extensions.CollectionTemplateExtensions
- templatePathExclude - Variable in class io.quarkus.qute.runtime.QuteConfig
-
This regular expression is used to exclude template files from the
templates
directory. - TemplateProducer - Class in io.quarkus.qute.runtime
- TemplateProducer(Engine, QuteRecorder.QuteContext, ContentTypes) - Constructor for class io.quarkus.qute.runtime.TemplateProducer
- TemplateProducer.InjectableTemplate - Class in io.quarkus.qute.runtime
- TemplateProducer.InjectableTemplate.InjectableTemplateInstanceImpl - Class in io.quarkus.qute.runtime
- TemplateProducer.TemplateVariants - Class in io.quarkus.qute.runtime
- TemplateVariants(Map<Variant, String>, String) - Constructor for class io.quarkus.qute.runtime.TemplateProducer.TemplateVariants
- THROW_EXCEPTION - io.quarkus.qute.runtime.QuteRuntimeConfig.PropertyNotFoundStrategy
-
Throw a
TemplateException
. - timeout - Variable in class io.quarkus.qute.runtime.QuteRuntimeConfig
-
The global rendering timeout in milliseconds.
- TimeTemplateExtensions - Class in io.quarkus.qute.runtime.extensions
- TimeTemplateExtensions() - Constructor for class io.quarkus.qute.runtime.extensions.TimeTemplateExtensions
- TimeTemplateExtensions.Key - Class in io.quarkus.qute.runtime.extensions
- toString() - Method in class io.quarkus.qute.runtime.TemplateProducer.InjectableTemplate
- toString() - Method in class io.quarkus.qute.runtime.TemplateProducer.TemplateVariants
- typeCheckExcludes - Variable in class io.quarkus.qute.runtime.QuteConfig
-
The list of exclude rules used to intentionally ignore some parts of an expression when performing type-safe validation.
U
- UNDERSCORED_ELEMENT_NAME - Static variable in annotation type io.quarkus.qute.i18n.Message
-
Constant value for
Message.key()
indicating that the annotated element's name should be de-camel-cased and parts separated by underscores, and then used. - UnsupportedRemoteCacheConfigurator - Class in io.quarkus.qute.runtime.cache
- UnsupportedRemoteCacheConfigurator() - Constructor for class io.quarkus.qute.runtime.cache.UnsupportedRemoteCacheConfigurator
- useAsyncTimeout - Variable in class io.quarkus.qute.runtime.QuteRuntimeConfig
-
If set to
true
then the timeout should also be used for asynchronous rendering methods, such asTemplateInstance.createUni()
andTemplateInstance.renderAsync()
.
V
- value() - Method in class io.quarkus.qute.i18n.Localized.Literal
- value() - Method in annotation type io.quarkus.qute.i18n.Localized
- value() - Method in annotation type io.quarkus.qute.i18n.Message
-
This value has higher priority over a message template specified in a localized file, and it's considered a good practice to specify it.
- value() - Method in annotation type io.quarkus.qute.i18n.MessageBundle
-
The name is used as a namespace in templates expressions -
{msg:hello_world}
, and as a part of the name of a message bundle localized file -msg_de.properties
. - value() - Method in annotation type io.quarkus.qute.i18n.MessageParam
- value() - Method in class io.quarkus.qute.runtime.LocationLiteral
- valueOf(String) - Static method in enum io.quarkus.qute.runtime.QuteRuntimeConfig.PropertyNotFoundStrategy
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.quarkus.qute.runtime.QuteRuntimeConfig.PropertyNotFoundStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- variantToTemplate - Variable in class io.quarkus.qute.runtime.TemplateProducer.TemplateVariants
All Classes All Packages