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
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
replaceSessionValuesin interfaceIPlaceholderHandler
-
parse
- Specified by:
parsein interfaceIPlaceholderHandler
-