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
public class ProcessingResultHTML extends ProcessingResultStringValue implements IProcessingResultHTML
-
-
Constructor Summary
Constructors Constructor Description ProcessingResultHTML(String value)
ProcessingResultHTML(String value, String encoding)
ProcessingResultHTML(String value, String encoding, boolean success)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEncoding()
Getter for the encoding to return the HTML withvoid
setEncoding(String encoding)
-
Methods inherited from class de.xima.fc.bl.fdv.processing.result.ProcessingResultStringValue
getPlaceholderValue, getValue, getValuesCount
-
Methods inherited from class de.xima.fc.bl.fdv.processing.result.AProcessingResult
getSessionAttributeMap, getSuccessValue, setSessionAttributeMap
-
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.interfaces.processing.IProcessingResult
getErrorCode, getErrorMessage, getPlaceholderValue, getSessionAttributeMap, getSuccessValue, getValuesCount
-
Methods inherited from interface de.xima.fc.interfaces.processing.result.IProcessingResultStringValue
getValue
-
-
-
-
Method Detail
-
getEncoding
public String getEncoding()
Description copied from interface:IProcessingResultHTML
Getter for the encoding to return the HTML with- Specified by:
getEncoding
in interfaceIProcessingResultHTML
- Returns:
String
the encoding
-
setEncoding
public void setEncoding(String encoding)
-
-