public class ReferenceResolver extends Object
${ref} - Resolves to the 'ref' configuration's value $sys{ref} - Resolves to the 'ref' system property $env{ref} - Resolves to the 'ref' environment variable
There can also be combinations of the above. eg.
http://$env{hostname}:${port}/somecontext/
| Modifier and Type | Method and Description |
|---|---|
static void |
resolve(Context context)
Resolves the placeholder strings.
|
public static void resolve(Context context) throws ConfigParserException
context - Context objectConfigParserExceptionCopyright © 2019 WSO2. All rights reserved.