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