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:
ConversionService
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
ConstructorDescriptionFacesConversionService
(org.springframework.core.convert.ConversionService delegateConversionService) -
Method Summary
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
-
Constructor Details
-
FacesConversionService
public FacesConversionService() -
FacesConversionService
public FacesConversionService(org.springframework.core.convert.ConversionService delegateConversionService)
-
-
Method Details
-
addFacesConverters
protected void addFacesConverters()
-