Interface NamespaceResolver

All Superinterfaces:
Resolver, WithPriority
All Known Subinterfaces:
TemplateGlobalProvider
All Known Implementing Classes:
NamespaceResolver.NamespaceResolverImpl

public interface NamespaceResolver extends Resolver, WithPriority
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.

See Also: