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 void
PlaceholderReplacer. 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 class
DefaultSystemValueReplacer
Default implementation of aISystemValueReplacer
that contains the built-in system placeholders.
-