public interface AliasSelectorResolver
SelectorParser to use it in your application.
Yoga provides default implementations for defining aliases through property files or configured maps, but defining
your own is as simple as implementing the interface.DynamicPropertyResolver,
MapSelectorResolver| Modifier and Type | Method and Description |
|---|---|
String |
resolveSelector(String aliasSelectorExpression)
The method that translates an alias into a fully-formed selector expression
|
String resolveSelector(String aliasSelectorExpression) throws ParseSelectorException
aliasSelectorExpression - the alias expression passed in on the URIParseSelectorException - thrown if the input alias expression is not validCopyright © 2014. All Rights Reserved.