Uses of Interface
de.xima.fc.interfaces.placeholder.params.IContextReplacerParams.IContextValueReplacer
Packages that use IContextReplacerParams.IContextValueReplacer
-
Uses of IContextReplacerParams.IContextValueReplacer in de.xima.fc.interfaces.placeholder.params
Methods in de.xima.fc.interfaces.placeholder.params that return IContextReplacerParams.IContextValueReplacerModifier and TypeMethodDescriptionIContextReplacerParams.getContextReplacer()Gets the replacer for context placeholders such as[%params.user.name%]. -
Uses of IContextReplacerParams.IContextValueReplacer in de.xima.fc.mdl.placeholder
Methods in de.xima.fc.mdl.placeholder that return IContextReplacerParams.IContextValueReplacerMethods in de.xima.fc.mdl.placeholder with parameters of type IContextReplacerParams.IContextValueReplacerModifier and TypeMethodDescriptionvoidDefaultReplacerParameters.setContextReplacer(IContextReplacerParams.IContextValueReplacer contextReplacer) Sets the replacer for context placeholders such as[%params.user.name%], i.e. the value that will be returned byDefaultReplacerParameters.getContextReplacer().