Class DwrPasswordConverter
java.lang.Object
ch.tocco.nice2.netui.impl.dwr.convert.DwrPasswordConverter
- All Implemented Interfaces:
org.directwebremoting.extend.Converter
@Component
public class DwrPasswordConverter
extends Object
implements org.directwebremoting.extend.Converter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable EncodedPassword
convertInbound
(Class<?> paramType, org.directwebremoting.extend.InboundVariable data) org.directwebremoting.extend.OutboundVariable
convertOutbound
(Object data, org.directwebremoting.extend.OutboundContext outctx) void
setConverterManager
(org.directwebremoting.extend.ConverterManager converterManager)
-
Constructor Details
-
DwrPasswordConverter
-
-
Method Details
-
setConverterManager
public void setConverterManager(org.directwebremoting.extend.ConverterManager converterManager) - Specified by:
setConverterManager
in interfaceorg.directwebremoting.extend.Converter
-
convertInbound
@Nullable public @Nullable EncodedPassword convertInbound(Class<?> paramType, org.directwebremoting.extend.InboundVariable data) throws org.directwebremoting.ConversionException - Specified by:
convertInbound
in interfaceorg.directwebremoting.extend.Converter
- Throws:
org.directwebremoting.ConversionException
-
convertOutbound
public org.directwebremoting.extend.OutboundVariable convertOutbound(Object data, org.directwebremoting.extend.OutboundContext outctx) throws org.directwebremoting.ConversionException - Specified by:
convertOutbound
in interfaceorg.directwebremoting.extend.Converter
- Throws:
org.directwebremoting.ConversionException
-