Class FacesConverterProvider
java.lang.Object
org.ocpsoft.rewrite.faces.artifact.FacesConverterProvider
- All Implemented Interfaces:
org.ocpsoft.common.pattern.Weighted,org.ocpsoft.rewrite.spi.ConverterProvider
public class FacesConverterProvider
extends Object
implements org.ocpsoft.rewrite.spi.ConverterProvider
ConverterProvider that allows to use JSF converters with Rewrite.- Author:
- Christian Kaltepoth
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.ocpsoft.rewrite.param.Converter<?>org.ocpsoft.rewrite.param.Converter<?>getByConverterType(Class<?> converterType) org.ocpsoft.rewrite.param.Converter<?>getByTargetType(Class<?> targetType) intpriority()
-
Constructor Details
-
FacesConverterProvider
public FacesConverterProvider()
-
-
Method Details
-
getByTargetType
- Specified by:
getByTargetTypein interfaceorg.ocpsoft.rewrite.spi.ConverterProvider
-
getByConverterId
- Specified by:
getByConverterIdin interfaceorg.ocpsoft.rewrite.spi.ConverterProvider
-
getByConverterType
- Specified by:
getByConverterTypein interfaceorg.ocpsoft.rewrite.spi.ConverterProvider
-
priority
public int priority()- Specified by:
priorityin interfaceorg.ocpsoft.common.pattern.Weighted
-