Class ProcessingResultHTML
java.lang.Object
de.xima.fc.bl.fdv.processing.result.AProcessingResult
de.xima.fc.bl.fdv.processing.result.ProcessingResultStringValue
de.xima.fc.bl.fdv.processing.result.ProcessingResultHTML
- All Implemented Interfaces:
IPluginReturnValue,IPluginProcessingRetVal,IProcessingResult,IProcessingResultHTML,IProcessingResultStringValue
@Deprecated
public class ProcessingResultHTML
extends ProcessingResultStringValue
implements IProcessingResultHTML
Deprecated.
This is part of the old workflow engine. Use the new workflow engine.
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingResultHTML(String value) Deprecated.ProcessingResultHTML(String value, String encoding) Deprecated.ProcessingResultHTML(String value, String encoding, boolean success) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Getter for the encoding to return the HTML withvoidsetEncoding(String encoding) Deprecated.Methods inherited from class de.xima.fc.bl.fdv.processing.result.ProcessingResultStringValue
getPlaceholderValue, getValue, getValuesCountMethods inherited from class de.xima.fc.bl.fdv.processing.result.AProcessingResult
getSessionAttributeMap, getSuccessValue, setSessionAttributeMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.interfaces.processing.IProcessingResult
getErrorCode, getErrorMessage, getPlaceholderValue, getSessionAttributeMap, getSuccessValue, getValuesCountMethods inherited from interface de.xima.fc.interfaces.processing.result.IProcessingResultStringValue
getValue
-
Constructor Details
-
ProcessingResultHTML
Deprecated. -
ProcessingResultHTML
Deprecated. -
ProcessingResultHTML
Deprecated.
-
-
Method Details
-
getEncoding
Deprecated.Description copied from interface:IProcessingResultHTMLGetter for the encoding to return the HTML with- Specified by:
getEncodingin interfaceIProcessingResultHTML- Returns:
Stringthe encoding
-
setEncoding
Deprecated.
-