public class PlaceholderAPI extends ASubAPI
| Constructor and Description | 
|---|
PlaceholderAPI()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
parse(UserContext uc,
     String text,
     Vorgang formRecord,
     boolean encodeForHTML)
Deprecated. 
 
Use PlaceholderReplace directly instead. 
 | 
String | 
replaceI18nValiable(UserContext uc,
                   Mandant client,
                   String i18nKey,
                   String languageTag,
                   Object... params)  | 
String | 
replaceSessionValues(UserContext uc,
                    String context,
                    String sessionId,
                    String templateText,
                    Vorgang v)
Deprecated. 
 
Use PlaceholderReplace directly instead. 
 | 
getHandlerProvider@Deprecated public String replaceSessionValues(UserContext uc, String context, String sessionId, String templateText, Vorgang v)
uc - UserContext the user context in which the action is to be performed.context - String the current context.sessionId - String for determining session attributes.templateText - String String in the placeholder to be replaced occur.v - - Vorgang via which the system attributes are determined.@Deprecated public String parse(UserContext uc, String text, Vorgang formRecord, boolean encodeForHTML)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.