Class ByteConverter

java.lang.Object
javax.faces.convert.ByteConverter
org.primefaces.convert.ByteConverter
All Implemented Interfaces:
javax.faces.convert.Converter, ClientConverter

public class ByteConverter extends javax.faces.convert.ByteConverter implements ClientConverter
  • Field Summary

    Fields inherited from class javax.faces.convert.ByteConverter

    BYTE_ID, CONVERTER_ID, STRING_ID

    Fields inherited from interface javax.faces.convert.Converter

    DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class javax.faces.convert.ByteConverter

    getAsObject, getAsString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.primefaces.convert.ClientConverter

    getMetadata
  • Constructor Details

    • ByteConverter

      public ByteConverter()
  • Method Details