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
public class PlaceholderHandler extends AMSApiHandler implements IPlaceholderHandler
The Class PlaceholderHandler.- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PlaceholderHandler() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringparse(UserContext uc, String text, Vorgang formRecord, boolean encodeForHTML)StringreplaceSessionValues(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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
replaceSessionValues
public String replaceSessionValues(UserContext uc, String baseUrl, String sessionId, String template, Vorgang formRecord)
- Specified by:
 replaceSessionValuesin interfaceIPlaceholderHandler
 
- 
parse
public String parse(UserContext uc, String text, Vorgang formRecord, boolean encodeForHTML)
- Specified by:
 parsein interfaceIPlaceholderHandler
 
 - 
 
 -