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 Details

    • FacesConverterProvider

      public FacesConverterProvider()
  • Method Details

    • getByTargetType

      public org.ocpsoft.rewrite.param.Converter<?> getByTargetType(Class<?> targetType)
      Specified by:
      getByTargetType in interface org.ocpsoft.rewrite.spi.ConverterProvider
    • getByConverterId

      public org.ocpsoft.rewrite.param.Converter<?> getByConverterId(String id)
      Specified by:
      getByConverterId in interface org.ocpsoft.rewrite.spi.ConverterProvider
    • getByConverterType

      public org.ocpsoft.rewrite.param.Converter<?> getByConverterType(Class<?> converterType)
      Specified by:
      getByConverterType in interface org.ocpsoft.rewrite.spi.ConverterProvider
    • priority

      public int priority()
      Specified by:
      priority in interface org.ocpsoft.common.pattern.Weighted