org.primefaces.convert
Class CharacterConverter

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

public class CharacterConverter
extends javax.faces.convert.CharacterConverter
implements ClientConverter


Field Summary
 
Fields inherited from class javax.faces.convert.CharacterConverter
CHARACTER_ID, CONVERTER_ID, STRING_ID
 
Fields inherited from interface javax.faces.convert.Converter
DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME
 
Constructor Summary
CharacterConverter()
           
 
Method Summary
 String getConverterId()
           
 Map<String,Object> getMetadata()
           
 
Methods inherited from class javax.faces.convert.CharacterConverter
getAsObject, getAsString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharacterConverter

public CharacterConverter()
Method Detail

getMetadata

public Map<String,Object> getMetadata()
Specified by:
getMetadata in interface ClientConverter

getConverterId

public String getConverterId()
Specified by:
getConverterId in interface ClientConverter


Copyright © 2013. All rights reserved.