Uses of Interface
org.apache.myfaces.extensions.validator.core.validation.parameter.ViolationSeverityInterpreter

Packages that use ViolationSeverityInterpreter
org.apache.myfaces.extensions.validator.core   
org.apache.myfaces.extensions.validator.core.storage   
org.apache.myfaces.extensions.validator.core.validation.parameter   
 

Uses of ViolationSeverityInterpreter in org.apache.myfaces.extensions.validator.core
 

Methods in org.apache.myfaces.extensions.validator.core that return ViolationSeverityInterpreter
 ViolationSeverityInterpreter ExtValContext.getViolationSeverityInterpreter()
           
 

Methods in org.apache.myfaces.extensions.validator.core with parameters of type ViolationSeverityInterpreter
 void ExtValContext.setViolationSeverityInterpreter(ViolationSeverityInterpreter violationSeverityInterpreter)
           
 void ExtValContext.setViolationSeverityInterpreter(ViolationSeverityInterpreter violationSeverityInterpreter, boolean forceOverride)
           
 

Uses of ViolationSeverityInterpreter in org.apache.myfaces.extensions.validator.core.storage
 

Methods in org.apache.myfaces.extensions.validator.core.storage that return ViolationSeverityInterpreter
 ViolationSeverityInterpreter ViolationSeverityInterpreterStorage.getViolationSeverityInterpreter()
          Retrieves the violationSeverityInterpreter from the storage.
 ViolationSeverityInterpreter DefaultViolationSeverityInterpreterStorage.getViolationSeverityInterpreter()
           
 

Methods in org.apache.myfaces.extensions.validator.core.storage with parameters of type ViolationSeverityInterpreter
 void ViolationSeverityInterpreterStorage.setViolationSeverityInterpreter(ViolationSeverityInterpreter violationSeverityInterpreter)
          Puts the violationSeverityInterpreter into the storage.
 void DefaultViolationSeverityInterpreterStorage.setViolationSeverityInterpreter(ViolationSeverityInterpreter violationSeverityInterpreter)
           
 

Uses of ViolationSeverityInterpreter in org.apache.myfaces.extensions.validator.core.validation.parameter
 

Classes in org.apache.myfaces.extensions.validator.core.validation.parameter that implement ViolationSeverityInterpreter
 class DefaultViolationSeverityInterpreter
          mechanism to change the default behavior of extval
 



Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.