public interface Resolver extends WithPriority
BUILTIN_RESOLVERS_DEFAULT_PRIORITY, BUILTIN_TEMPLATE_LOCATORS_DEFAULT_PRIORITY, EXTENSION_RESOLVERS_DEFAULT_PRIORITY| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationKey> |
getConfigurationKeys() |
void |
init(Configuration configuration)
Initialize the resolver instance.
|
Object |
resolve(Object contextObject,
String name)
Resolve the value from specified context object and name.
|
getPriorityObject resolve(Object contextObject, String name)
null in case of the resolver is not capable
of resolving it.contextObject - The context object may be nullname - The name (part of the key) is never nullnullvoid init(Configuration configuration)
configuration - List<ConfigurationKey> getConfigurationKeys()
Copyright © 2013. All Rights Reserved.