public class PluginFormReplacerParams extends Object implements IPluginFormReplacerParams
| Constructor and Description |
|---|
PluginFormReplacerParams(IEntityContext ec,
String placeholder,
String placeholderContent,
IFormDataAdapter fda,
FormVersion formversion,
boolean encodeForHTML) |
| Modifier and Type | Method and Description |
|---|---|
IEntityContext |
getEntityContext()
Getter für den EntityContext auf welchem Datenbank-Aktionen ausgeführt werden können
|
IFormDataAdapter |
getFormDataAdapter()
Getter für den Formular-Daten-Adapter in welchem Werte gesucht werden
|
FormVersion |
getFormversion()
Getter für die Formular-Version auf welche die Ersetzung durchgeführt wird
|
String |
getPlaceholder()
Getter für den kompletten String des Platzhalters.
|
String |
getPlaceholderContent()
Getter für den Inhalt des Platzhalters.
|
boolean |
isEncodeForHTML()
Getter für das Flag ob die Rückgabe HTML-konform codiert werden soll
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityContext, getPlaceholder, getPlaceholderContentpublic PluginFormReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, IFormDataAdapter fda, FormVersion formversion, boolean encodeForHTML)
public FormVersion getFormversion()
IPluginFormReplacerParamsgetFormversion in interface IPluginFormReplacerParamsFormVersionpublic IFormDataAdapter getFormDataAdapter()
IPluginFormReplacerParamsgetFormDataAdapter in interface IPluginFormReplacerParamsIFormDataAdapterpublic boolean isEncodeForHTML()
IPluginFormReplacerParamsisEncodeForHTML in interface IPluginFormReplacerParamspublic IEntityContext getEntityContext()
IPluginGenericReplacerParamsgetEntityContext in interface IPluginGenericReplacerParamsIEntityContextpublic String getPlaceholder()
IPluginGenericReplacerParamsgetPlaceholder in interface IPluginGenericReplacerParamsString den kompletten Platzhalterpublic String getPlaceholderContent()
IPluginGenericReplacerParamsgetPlaceholderContent in interface IPluginGenericReplacerParamsString der Inhlat des PlatzhaltersCopyright © 2019 XIMA MEDIA GmbH. All rights reserved.