Uses of Class
de.xima.fc.mdl.enums.EContentDisposition
- 
Packages that use EContentDisposition Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. - 
- 
Uses of EContentDisposition in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type EContentDisposition Modifier and Type Method Description IServletResponseIWorkflowHttpHandler. requestResponseBinaryFile(byte[] data, String mimeType, EContentDisposition disposition, String fileName)Request an HTTP response with the given binary data. - 
Uses of EContentDisposition in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EContentDisposition Modifier and Type Method Description static EContentDispositionEContentDisposition. valueOf(String name)Returns the enum constant of this type with the specified name.static EContentDisposition[]EContentDisposition. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -