org.apache.myfaces.extensions.validator.core.storage
Interface ViolationSeverityInterpreterStorage

All Known Implementing Classes:
DefaultViolationSeverityInterpreterStorage

public interface ViolationSeverityInterpreterStorage

suggested interface for a violation-severity-interpreter storage used by add-ons to change the interpreter for the current request

Since:
x.x.3
Author:
Gerhard Petracek

Method Summary
 ViolationSeverityInterpreter getViolationSeverityInterpreter()
           
 void setViolationSeverityInterpreter(ViolationSeverityInterpreter violationSeverityInterpreter)
           
 

Method Detail

setViolationSeverityInterpreter

void setViolationSeverityInterpreter(ViolationSeverityInterpreter violationSeverityInterpreter)

getViolationSeverityInterpreter

ViolationSeverityInterpreter getViolationSeverityInterpreter()


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