Interface IPlaceholderHandler
- All Superinterfaces:
IAPIHandler
,Serializable
- All Known Implementing Classes:
PlaceholderHandler
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionparse
(UserContext uc, String text, Vorgang formRecord, boolean encodeForHTML) Deprecated.Use PlaceholderReplace directly insteadreplaceSessionValues
(UserContext uc, String context, String sessionId, String template, Vorgang v) Deprecated.Use PlaceholderReplace directly insteadMethods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
Method Details
-
replaceSessionValues
@Deprecated String replaceSessionValues(UserContext uc, String context, String sessionId, String template, Vorgang v) Deprecated.Use PlaceholderReplace directly instead -
parse
Deprecated.Use PlaceholderReplace directly instead
-