static interface PolicyUtils.GeneralExpansionHandler
Modifier and Type | Method and Description |
---|---|
String |
resolve(String protocol,
String data)
Resolves general expansion expressions of the form ${{protocol:data}}.
|
String resolve(String protocol, String data) throws PolicyUtils.ExpansionFailedException
protocol
- denotes type of resolutiondata
- data to be resolved, optional (may be null)PolicyUtils.ExpansionFailedException
- if expansion is impossibleCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.