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, waitgetEntityContext, getPlaceholder, getPlaceholderContentpublic 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 IPluginFormReplacerParamsFormVersion for which the replacement is being performed.public IFormDataAdapter getFormDataAdapter()
getFormDataAdapter in interface IPluginFormReplacerParamsIFormDataAdapter that you can use to access the form data of the current FormEingang.public boolean isEncodeForHTML()
isEncodeForHTML in interface IPluginFormReplacerParamspublic IEntityContext getEntityContext()
getEntityContext in interface IPluginGenericReplacerParamsIEntityContext 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 IPluginGenericReplacerParamstf1.IPluginGenericReplacerParams.getPlaceholder()Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.