Package io.quarkus.qute
Interface NamespaceResolver
- All Superinterfaces:
Resolver,WithPriority
- All Known Subinterfaces:
TemplateGlobalProvider
- All Known Implementing Classes:
NamespaceResolver.NamespaceResolverImpl
Namespace resolvers are used to find the current context object for an expression that starts with a namespace declaration.
For example the expression data:colors declares a namespace data.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA convenient builder.static final class -
Field Summary
Fields inherited from interface io.quarkus.qute.WithPriority
DEFAULT_PRIORITY -
Method Summary
Modifier and TypeMethodDescriptionstatic NamespaceResolver.BuilderA valid namespace consists of alphanumeric characters and underscores.Methods inherited from interface io.quarkus.qute.WithPriority
getPriority
-
Method Details
-
builder
- Parameters:
namespace-- Returns:
- a new builder instance
-
getNamespace
String getNamespace()A valid namespace consists of alphanumeric characters and underscores.- Returns:
- the namespace
- See Also:
-