rewrite-integration-faces 2.0.0.Alpha3

org.ocpsoft.rewrite.faces.artifact
Class FacesValidatorProvider

java.lang.Object
  extended by 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

Constructor Summary
FacesValidatorProvider()
           
 
Method Summary
 Validator<?> getByTargetType(Class<?> targetType)
           
 Validator<?> getByValidatorId(String id)
           
 Validator<?> getByValidatorType(Class<?> validatorType)
           
 int priority()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesValidatorProvider

public FacesValidatorProvider()
Method Detail

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

rewrite-integration-faces 2.0.0.Alpha3

Copyright © 2013 OCPsoft. All Rights Reserved.