Class PluginSessionReplacerParams
java.lang.Object
de.xima.fc.plugin.models.params.replacer.PluginSessionReplacerParams
- All Implemented Interfaces:
IPluginParameters,IPluginGenericReplacerParams,IPluginSessionReplacerParams
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPluginSessionReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, Vorgang vorgang, String sessionID, String contextName) Deprecated.PluginSessionReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, ISessionReplacerParams parameters) -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.interfaces.plugin.param.replacer.IPluginGenericReplacerParams
getEscaperMethods inherited from interface de.xima.fc.interfaces.plugin.param.replacer.IPluginSessionReplacerParams
getEntityContext, getPlaceholder, getPlaceholderContent
-
Field Details
-
replacerParams
-
-
Constructor Details
-
PluginSessionReplacerParams
public PluginSessionReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, ISessionReplacerParams parameters) -
PluginSessionReplacerParams
@Deprecated public PluginSessionReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, Vorgang vorgang, String sessionID, String contextName) Deprecated.- Parameters:
ec- Current entity context for database interaction.placeholder- Placeholder to process.placeholderContent- Content of the placeholder to process.vorgang- Current form record being processed.sessionID- Current ID of the HTTP session.contextName- Name of the context where the web app is running.
-
-
Method Details
-
getVorgang
Deprecated.- Specified by:
getVorgangin interfaceIPluginSessionReplacerParams- Returns:
- The current
Vorgang, if there is one.
-
getSessionId
Deprecated.- Specified by:
getSessionIdin interfaceIPluginSessionReplacerParams- Returns:
- The current session ID of the
HttpSession.
-
getContextName
Deprecated.- Specified by:
getContextNamein interfaceIPluginSessionReplacerParams- Returns:
- The current context name of the web application.
-
getReplacerParams
- Specified by:
getReplacerParamsin interfaceIPluginGenericReplacerParams- Specified by:
getReplacerParamsin interfaceIPluginSessionReplacerParams- Returns:
- The current replacer parameters for the replacement process.
-
getEntityContext
- Specified by:
getEntityContextin interfaceIPluginGenericReplacerParams- Returns:
- An
IEntityContextthat can be used to send queries to the database.
-
getPlaceholder
- Specified by:
getPlaceholderin interfaceIPluginGenericReplacerParams- Returns:
- The entire placeholder, including the name of the placeholder as well as the prefix and the suffix, such
as
[%tf1%]. - See Also:
-
getPlaceholderContent
- Specified by:
getPlaceholderContentin interfaceIPluginGenericReplacerParams- Returns:
- The name of the placeholder, without the prefix and the suffix, such as
tf1. - See Also:
-
PluginSessionReplacerParams(IEntityContext, String, String, ISessionReplacerParams).