Class FacesConversionService

java.lang.Object
org.springframework.binding.convert.service.GenericConversionService
org.springframework.binding.convert.service.DefaultConversionService
org.springframework.faces.model.converter.FacesConversionService
All Implemented Interfaces:
org.springframework.binding.convert.ConversionService

public class FacesConversionService extends org.springframework.binding.convert.service.DefaultConversionService
Convenient ConversionService implementation for JSF that composes JSF-specific converters with the standard Web Flow converters.

In addition to the standard Web Flow conversion, this service provide conversion from a list into a OneSelectionTrackingListDataModel using a "dataModel" alias for the type.

Author:
Jeremy Grelle
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    FacesConversionService(org.springframework.core.convert.ConversionService delegateConversionService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class org.springframework.binding.convert.service.DefaultConversionService

    addDefaultAliases, addDefaultConverters

    Methods inherited from class org.springframework.binding.convert.service.GenericConversionService

    addAlias, addConverter, addConverter, executeConversion, executeConversion, getClassForAlias, getConversionExecutor, getConversionExecutor, getDelegateConversionService, getParent, setParent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FacesConversionService

      public FacesConversionService()
    • FacesConversionService

      public FacesConversionService(org.springframework.core.convert.ConversionService delegateConversionService)
  • Method Details

    • addFacesConverters

      protected void addFacesConverters()