Uses of Class
io.goobi.viewer.model.variables.VariableReplacer
Packages that use VariableReplacer
Package
Description
-
Uses of VariableReplacer in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller with parameters of type VariableReplacer -
Uses of VariableReplacer in io.goobi.viewer.controller.config.filter
Methods in io.goobi.viewer.controller.config.filter with parameters of type VariableReplacerModifier and TypeMethodDescriptionboolean
AbstractFilterConfiguration.applies
(VariableReplacer vr) Test whether all conditions of this filter apply, if any.boolean
ConfiguredValueFilter.passes
(VariableReplacer vr) This is the main method to apply the filter.boolean
ConfiguredValueFilter.passes
(String value, VariableReplacer vr) boolean
IFilterConfiguration.passes
(String value, VariableReplacer vr) boolean
PassedValueFilter.passes
(String value, VariableReplacer vr) This is the main method to apply the filter. -
Uses of VariableReplacer in io.goobi.viewer.controller.model
Constructors in io.goobi.viewer.controller.model with parameters of type VariableReplacerModifierConstructorDescriptionProviderConfiguration
(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> config, VariableReplacer vr) WebResourceConfiguration
(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> config, VariableReplacer vr) -
Uses of VariableReplacer in io.goobi.viewer.model.variables
Subclasses of VariableReplacer in io.goobi.viewer.model.variables