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

All Known Implementing Classes:
DefaultViolationSeverityInterpreterStorage

public interface ViolationSeverityInterpreterStorage

Interface for a ViolationSeverityInterpreter storage. Used by add-ons to change the interpreter for the current request.

Since:
x.x.3

Method Summary
 ViolationSeverityInterpreter getViolationSeverityInterpreter()
          Retrieves the violationSeverityInterpreter from the storage.
 void setViolationSeverityInterpreter(ViolationSeverityInterpreter violationSeverityInterpreter)
          Puts the violationSeverityInterpreter into the storage.
 

Method Detail

setViolationSeverityInterpreter

void setViolationSeverityInterpreter(ViolationSeverityInterpreter violationSeverityInterpreter)
Puts the violationSeverityInterpreter into the storage.

Parameters:
violationSeverityInterpreter - ViolationSeverityInterpreter to se tin the storage.

getViolationSeverityInterpreter

ViolationSeverityInterpreter getViolationSeverityInterpreter()
Retrieves the violationSeverityInterpreter from the storage.

Returns:
the violationSeverityInterpreter from the storage.


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