Package io.quarkus.qute
Interface WithPriority
- All Known Subinterfaces:
NamespaceResolver,ResultMapper,TemplateGlobalProvider,TemplateLocator,ValueResolver
- All Known Implementing Classes:
HtmlEscaper,NamespaceResolver.NamespaceResolverImpl,ReflectionValueResolver
public interface WithPriority
-
Field Summary
Fields -
Method Summary
-
Field Details
-
DEFAULT_PRIORITY
static final int DEFAULT_PRIORITY- See Also:
-
-
Method Details
-
getPriority
default int getPriority()- Returns:
- the priority value
-