public final class EscapingSubstResolver extends Object
UtlStr.ISubstResolvers with escaping semantics.| Constructor and Description |
|---|
EscapingSubstResolver() |
| Modifier and Type | Method and Description |
|---|---|
static UtlStr.ISubstResolver |
create(UtlTailoring.PropertySource rawSubstResolver)
Returns an
UtlStr.ISubstResolver that intercepts calls to
UtlTailoringCore.PropertySource.getValue(String, String) such that "special"
characters (e.g. |
public static final UtlStr.ISubstResolver create(UtlTailoring.PropertySource rawSubstResolver)
UtlStr.ISubstResolver that intercepts calls to
UtlTailoringCore.PropertySource.getValue(String, String) such that "special"
characters (e.g. XML characters with certain semantics, like <, >, & etc.) are automatically escaped
in the returned values.Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.