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
Modifier and TypeMethodDescriptiondefault ClockgetClock()default IPlaceholderEscaperThe placeholder escaper, which should applied for the replaced placeholder values before they returned to the documentMethods inherited from interface de.xima.fc.interfaces.placeholder.params.IContextReplacerParams
getPlaceholderMap, getReplacerMap, isReplaceContextPlaceholdersMethods inherited from interface de.xima.fc.interfaces.placeholder.params.IFormReplacerParams
getClient, getFormData, getFormVersion, getLanguageTag, getProcess, getRepetitionContainer, isEncodeForHTML, isEncodeFormValuesForPlaceholder, isReplaceFormPlaceholders, setFormDataMethods inherited from interface de.xima.fc.interfaces.placeholder.params.II18nValueReplacerParams
getClient, isEncodeForHTML, isReplaceI18nPlaceholdersMethods inherited from interface de.xima.fc.interfaces.placeholder.params.ISessionReplacerParams
getBaseUrl, getContextPath, getProcess, getRequest, getResponse, getSessionId, isReplaceSessionPlaceholdersMethods inherited from interface de.xima.fc.interfaces.placeholder.params.ISystemReplacerParams
getClient, getContextPath, getCreatorDataJSON, getEditorDataJSON, getFormData, getProcess, getProject, getUserDataJSON, getWorkflowExecutionContext, getWorkflowProcessing, isReplaceSystemPlaceholders, setFormDataMethods inherited from interface de.xima.fc.interfaces.placeholder.params.ITemplateReplacerParams
getClient, isReplaceTemplatePlaceholders 
- 
Method Details
- 
getEscaper
The placeholder escaper, which should applied for the replaced placeholder values before they returned to the document- Specified by:
 getEscaperin interfaceIFormReplacerParams- Specified by:
 getEscaperin interfaceIReplacerParams- Returns:
 - an instance of 
IPlaceholderEscaper 
 - 
getClock
- Specified by:
 getClockin interfaceISessionReplacerParams- Specified by:
 getClockin interfaceISystemReplacerParams- Returns:
 - The clock to use for obtaining the current time.
 
 
 -