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 Details

    • DwrPasswordConverter

      public DwrPasswordConverter(TypeManager typeManager)
  • Method Details

    • setConverterManager

      public void setConverterManager(org.directwebremoting.extend.ConverterManager converterManager)
      Specified by:
      setConverterManager in interface org.directwebremoting.extend.Converter
    • convertInbound

      @Nullable public @Nullable EncodedPassword convertInbound(Class<?> paramType, org.directwebremoting.extend.InboundVariable data) throws org.directwebremoting.ConversionException
      Specified by:
      convertInbound in interface org.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 interface org.directwebremoting.extend.Converter
      Throws:
      org.directwebremoting.ConversionException