Package de.xima.fc.handler.system
Class PlaceholderHandler
java.lang.Object
de.xima.fc.handler.AMSApiHandler
de.xima.fc.handler.system.PlaceholderHandler
- All Implemented Interfaces:
IAPIHandler
,IPlaceholderHandler
,Serializable
The Class PlaceholderHandler.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse
(UserContext uc, String text, Vorgang formRecord, boolean encodeForHTML) replaceSessionValues
(UserContext uc, String baseUrl, String sessionId, String template, Vorgang formRecord) Methods inherited from class de.xima.fc.handler.AMSApiHandler
getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
Constructor Details
-
PlaceholderHandler
public PlaceholderHandler()
-
-
Method Details
-
replaceSessionValues
public String replaceSessionValues(UserContext uc, String baseUrl, String sessionId, String template, Vorgang formRecord) - Specified by:
replaceSessionValues
in interfaceIPlaceholderHandler
-
parse
- Specified by:
parse
in interfaceIPlaceholderHandler
-