org.apache.myfaces.extensions.validator.core.validation.parameter
Interface ViolationSeverity


public interface ViolationSeverity

ValidationParameter to indicate the severity of the FacesMessage in case of a validation failure. By default, the severity is Error.

Since:
x.x.3
Author:
Gerhard Petracek

Nested Class Summary
static interface ViolationSeverity.Error
          ViolationSeverity Error.
static interface ViolationSeverity.Fatal
          ViolationSeverity Fatal.
static interface ViolationSeverity.Info
          ViolationSeverity Info.
static interface ViolationSeverity.Warn
          ViolationSeverity Warn.
 



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