public class FacesConverterProvider extends Object implements org.ocpsoft.rewrite.spi.ConverterProvider
ConverterProvider that allows to use JSF converters with Rewrite.| Constructor and Description |
|---|
FacesConverterProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.ocpsoft.rewrite.param.Converter<?> |
getByConverterId(String id) |
org.ocpsoft.rewrite.param.Converter<?> |
getByConverterType(Class<?> converterType) |
org.ocpsoft.rewrite.param.Converter<?> |
getByTargetType(Class<?> targetType) |
int |
priority() |
public org.ocpsoft.rewrite.param.Converter<?> getByTargetType(Class<?> targetType)
getByTargetType in interface org.ocpsoft.rewrite.spi.ConverterProviderpublic org.ocpsoft.rewrite.param.Converter<?> getByConverterId(String id)
getByConverterId in interface org.ocpsoft.rewrite.spi.ConverterProviderpublic org.ocpsoft.rewrite.param.Converter<?> getByConverterType(Class<?> converterType)
getByConverterType in interface org.ocpsoft.rewrite.spi.ConverterProviderpublic int priority()
priority in interface org.ocpsoft.common.pattern.WeightedCopyright © 2019 OCPsoft. All rights reserved.