org.ocpsoft.rewrite.faces.artifact
Class FacesValidatorProvider
java.lang.Object
org.ocpsoft.rewrite.faces.artifact.FacesValidatorProvider
- All Implemented Interfaces:
- org.ocpsoft.common.pattern.Weighted, ValidatorProvider
public class FacesValidatorProvider
- extends Object
- implements ValidatorProvider
ConverterProvider that allows to use JSF converters with Rewrite.
- Author:
- Christian Kaltepoth
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacesValidatorProvider
public FacesValidatorProvider()
getByTargetType
public Validator<?> getByTargetType(Class<?> targetType)
- Specified by:
getByTargetType in interface ValidatorProvider
getByValidatorId
public Validator<?> getByValidatorId(String id)
- Specified by:
getByValidatorId in interface ValidatorProvider
getByValidatorType
public Validator<?> getByValidatorType(Class<?> validatorType)
- Specified by:
getByValidatorType in interface ValidatorProvider
priority
public int priority()
- Specified by:
priority in interface org.ocpsoft.common.pattern.Weighted
Copyright © 2013 OCPsoft. All Rights Reserved.