Class BinaryConverter
java.lang.Object
org.directwebremoting.extend.AbstractConverter
ch.tocco.nice2.dms.impl.bind.BinaryConverter
- All Implemented Interfaces:
org.directwebremoting.extend.Converter
@Component
@Deprecated
public class BinaryConverter
extends org.directwebremoting.extend.AbstractConverter
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionBinaryConverter(org.slf4j.Logger log, MultiUploadService multiUploadService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionconvertInbound(Class<?> aClass, org.directwebremoting.extend.InboundVariable inboundVariable) Deprecated.It can handle two types of values: * entity uri (when we select another resource which should be copied to this place): entity://Resource/109 * tmp file url (for uploads): tmp://9824b7c2-c149-4cec-900b-e8043d1f5c62;image/png;image.png;68754org.directwebremoting.extend.OutboundVariableconvertOutbound(Object o, org.directwebremoting.extend.OutboundContext outboundContext) Deprecated.voidsetConverterManager(org.directwebremoting.extend.ConverterManager converterManager) Deprecated.
-
Constructor Details
-
BinaryConverter
Deprecated.
-
-
Method Details
-
setConverterManager
public void setConverterManager(org.directwebremoting.extend.ConverterManager converterManager) Deprecated.- Specified by:
setConverterManagerin interfaceorg.directwebremoting.extend.Converter- Overrides:
setConverterManagerin classorg.directwebremoting.extend.AbstractConverter
-
convertInbound
public Binary convertInbound(Class<?> aClass, org.directwebremoting.extend.InboundVariable inboundVariable) throws org.directwebremoting.ConversionException Deprecated.It can handle two types of values: * entity uri (when we select another resource which should be copied to this place): entity://Resource/109 * tmp file url (for uploads): tmp://9824b7c2-c149-4cec-900b-e8043d1f5c62;image/png;image.png;68754- Throws:
org.directwebremoting.ConversionException
-
convertOutbound
public org.directwebremoting.extend.OutboundVariable convertOutbound(Object o, org.directwebremoting.extend.OutboundContext outboundContext) throws org.directwebremoting.ConversionException Deprecated.- Throws:
org.directwebremoting.ConversionException
-