public class FacesValidatorProvider extends Object implements org.ocpsoft.rewrite.spi.ValidatorProvider
ConverterProvider that allows to use JSF converters with Rewrite.| Constructor and Description |
|---|
FacesValidatorProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.ocpsoft.rewrite.param.Validator<?> |
getByTargetType(Class<?> targetType) |
org.ocpsoft.rewrite.param.Validator<?> |
getByValidatorId(String id) |
org.ocpsoft.rewrite.param.Validator<?> |
getByValidatorType(Class<?> validatorType) |
int |
priority() |
public org.ocpsoft.rewrite.param.Validator<?> getByTargetType(Class<?> targetType)
getByTargetType in interface org.ocpsoft.rewrite.spi.ValidatorProviderpublic org.ocpsoft.rewrite.param.Validator<?> getByValidatorId(String id)
getByValidatorId in interface org.ocpsoft.rewrite.spi.ValidatorProviderpublic org.ocpsoft.rewrite.param.Validator<?> getByValidatorType(Class<?> validatorType)
getByValidatorType in interface org.ocpsoft.rewrite.spi.ValidatorProviderpublic int priority()
priority in interface org.ocpsoft.common.pattern.WeightedCopyright © 2019 OCPsoft. All rights reserved.