public class PluginGenericReplacerRetVal extends Object implements IPluginFormReplacerRetVal, IPluginSessionReplacerRetVal, IPluginSystemReplacerRetVal, IPluginTemplateReplacerRetVal
Constructor and Description |
---|
PluginGenericReplacerRetVal(String replacedValue) |
Modifier and Type | Method and Description |
---|---|
String |
getReplacedValue()
The value that should be used as the replacement for the form placeholder.
|
public PluginGenericReplacerRetVal(String replacedValue)
public String getReplacedValue()
IPluginFormReplacerRetVal
Also, a plugin may not want to handle all placeholders and delegate some placeholders to other plugins or to the default placeholder replacer. Return the name of the placeholder as the replaced value to indicate that the plugin cannot (or does not with to) handle that placeholder.
getReplacedValue
in interface IPluginFormReplacerRetVal
getReplacedValue
in interface IPluginSessionReplacerRetVal
getReplacedValue
in interface IPluginSystemReplacerRetVal
getReplacedValue
in interface IPluginTemplateReplacerRetVal
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.