Class FacesValidatorProvider

java.lang.Object
org.ocpsoft.rewrite.faces.artifact.FacesValidatorProvider
All Implemented Interfaces:
org.ocpsoft.common.pattern.Weighted, org.ocpsoft.rewrite.spi.ValidatorProvider

public class FacesValidatorProvider extends Object implements org.ocpsoft.rewrite.spi.ValidatorProvider
ConverterProvider that allows to use JSF converters with Rewrite.
Author:
Christian Kaltepoth
  • Constructor Details

    • FacesValidatorProvider

      public FacesValidatorProvider()
  • Method Details

    • getByTargetType

      public org.ocpsoft.rewrite.param.Validator<?> getByTargetType(Class<?> targetType)
      Specified by:
      getByTargetType in interface org.ocpsoft.rewrite.spi.ValidatorProvider
    • getByValidatorId

      public org.ocpsoft.rewrite.param.Validator<?> getByValidatorId(String id)
      Specified by:
      getByValidatorId in interface org.ocpsoft.rewrite.spi.ValidatorProvider
    • getByValidatorType

      public org.ocpsoft.rewrite.param.Validator<?> getByValidatorType(Class<?> validatorType)
      Specified by:
      getByValidatorType in interface org.ocpsoft.rewrite.spi.ValidatorProvider
    • priority

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