Interface IPlaceholderValueParams
-
- All Superinterfaces:
IContextReplacerParams
,IFormReplacerParams
,II18nValueReplacerParams
,ILanguageTagProviding
,IReplacerParams
,ISessionReplacerParams
,ISystemReplacerParams
,ITemplateReplacerParams
,Serializable
- All Known Implementing Classes:
DefaultReplacerParameters
public interface IPlaceholderValueParams extends IFormReplacerParams, ISessionReplacerParams, ITemplateReplacerParams, ISystemReplacerParams, IContextReplacerParams, II18nValueReplacerParams
Interface for placeholder params that implements all interfaces for the different placeholder types.- Author:
- XIMA MEDIA GmbH
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.xima.fc.interfaces.placeholder.params.IContextReplacerParams
IContextReplacerParams.IValueReplacer
-
-
Method Summary
-
Methods inherited from interface de.xima.fc.interfaces.placeholder.params.IContextReplacerParams
getPlaceholderMap, getReplacerMap
-
Methods inherited from interface de.xima.fc.interfaces.placeholder.params.IFormReplacerParams
getClient, getEscaper, getFormData, getFormVersion, getLanguageTag, getProcess, isEncodeForHTML, isEncodeFormValuesForPlaceholder, setFormData
-
Methods inherited from interface de.xima.fc.interfaces.placeholder.params.II18nValueReplacerParams
getClient, isEncodeForHTML
-
Methods inherited from interface de.xima.fc.interfaces.placeholder.params.ISessionReplacerParams
getBaseUrl, getContextPath, getProcess, getRequest, getResponse, getSessionId
-
Methods inherited from interface de.xima.fc.interfaces.placeholder.params.ISystemReplacerParams
getClient, getCreatorDataJSON, getEditorDataJSON, getFormData, getProcess, getProject, getUserDataJSON, getWorkflowExecutionContext, getWorkflowProcessing, setFormData
-
Methods inherited from interface de.xima.fc.interfaces.placeholder.params.ITemplateReplacerParams
getClient
-
-