org.apache.myfaces.extensions.validator.core.storage
Class DefaultViolationSeverityInterpreterStorage

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.core.storage.DefaultViolationSeverityInterpreterStorage
All Implemented Interfaces:
ViolationSeverityInterpreterStorage

public class DefaultViolationSeverityInterpreterStorage
extends Object
implements ViolationSeverityInterpreterStorage

Since:
x.x.3

Field Summary
protected  Logger logger
           
 
Constructor Summary
DefaultViolationSeverityInterpreterStorage()
           
 
Method Summary
 ViolationSeverityInterpreter getViolationSeverityInterpreter()
          Retrieves the violationSeverityInterpreter from the storage.
 void setViolationSeverityInterpreter(ViolationSeverityInterpreter violationSeverityInterpreter)
          Puts the violationSeverityInterpreter into the storage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final Logger logger
Constructor Detail

DefaultViolationSeverityInterpreterStorage

public DefaultViolationSeverityInterpreterStorage()
Method Detail

setViolationSeverityInterpreter

public void setViolationSeverityInterpreter(ViolationSeverityInterpreter violationSeverityInterpreter)
Description copied from interface: ViolationSeverityInterpreterStorage
Puts the violationSeverityInterpreter into the storage.

Specified by:
setViolationSeverityInterpreter in interface ViolationSeverityInterpreterStorage
Parameters:
violationSeverityInterpreter - ViolationSeverityInterpreter to se tin the storage.

getViolationSeverityInterpreter

public ViolationSeverityInterpreter getViolationSeverityInterpreter()
Description copied from interface: ViolationSeverityInterpreterStorage
Retrieves the violationSeverityInterpreter from the storage.

Specified by:
getViolationSeverityInterpreter in interface ViolationSeverityInterpreterStorage
Returns:
the violationSeverityInterpreter from the storage.


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