public class PluginFormReplacerParams extends Object implements IPluginFormReplacerParams
Constructor and Description |
---|
PluginFormReplacerParams(IEntityContext ec,
String placeholder,
String placeholderContent,
IFormDataAdapter fda,
FormVersion formversion,
boolean encodeForHTML) |
PluginFormReplacerParams(IEntityContext ec,
String placeholder,
String placeholderContent,
IFormReplacerParams parameters) |
Modifier and Type | Method and Description |
---|---|
IEntityContext |
getEntityContext() |
IFormDataAdapter |
getFormDataAdapter() |
FormVersion |
getFormversion() |
String |
getPlaceholder() |
String |
getPlaceholderContent() |
boolean |
isEncodeForHTML() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEntityContext, getPlaceholder, getPlaceholderContent
public PluginFormReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, IFormReplacerParams parameters)
public PluginFormReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, IFormDataAdapter fda, FormVersion formversion, boolean encodeForHTML)
public FormVersion getFormversion()
getFormversion
in interface IPluginFormReplacerParams
FormVersion
for which the replacement is being performed.public IFormDataAdapter getFormDataAdapter()
getFormDataAdapter
in interface IPluginFormReplacerParams
IFormDataAdapter
that you can use to access the form data of the current FormEingang
.public boolean isEncodeForHTML()
isEncodeForHTML
in interface IPluginFormReplacerParams
public IEntityContext getEntityContext()
getEntityContext
in interface IPluginGenericReplacerParams
IEntityContext
that can be used to send queries to the database.public String getPlaceholder()
getPlaceholder
in interface IPluginGenericReplacerParams
[%tf1%]
.IPluginGenericReplacerParams.getPlaceholderContent()
public String getPlaceholderContent()
getPlaceholderContent
in interface IPluginGenericReplacerParams
tf1
.IPluginGenericReplacerParams.getPlaceholder()
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.