Uses of Interface
de.xima.fc.interfaces.placeholder.ISystemValueReplacer
-
Packages that use ISystemValueReplacer Package Description de.xima.fc.placeholder de.xima.fc.placeholder.replacer -
-
Uses of ISystemValueReplacer in de.xima.fc.placeholder
Methods in de.xima.fc.placeholder with parameters of type ISystemValueReplacer Modifier and Type Method Description static voidPlaceholderReplacer. setDefaultSystemValueReplcaer(ISystemValueReplacer systemReplacer) -
Uses of ISystemValueReplacer in de.xima.fc.placeholder.replacer
Classes in de.xima.fc.placeholder.replacer that implement ISystemValueReplacer Modifier and Type Class Description classDefaultSystemValueReplacerDefault implementation of aISystemValueReplacerthat contains the built-in system placeholders.
-