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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.ocpsoft.rewrite.param.Validator<?>getByTargetType(Class<?> targetType) org.ocpsoft.rewrite.param.Validator<?>org.ocpsoft.rewrite.param.Validator<?>getByValidatorType(Class<?> validatorType) intpriority()
-
Constructor Details
-
FacesValidatorProvider
public FacesValidatorProvider()
-
-
Method Details
-
getByTargetType
- Specified by:
getByTargetTypein interfaceorg.ocpsoft.rewrite.spi.ValidatorProvider
-
getByValidatorId
- Specified by:
getByValidatorIdin interfaceorg.ocpsoft.rewrite.spi.ValidatorProvider
-
getByValidatorType
- Specified by:
getByValidatorTypein interfaceorg.ocpsoft.rewrite.spi.ValidatorProvider
-
priority
public int priority()- Specified by:
priorityin interfaceorg.ocpsoft.common.pattern.Weighted
-