org.springmodules.validation.bean.rule
Class NotEmptyValidationRule

java.lang.Object
  extended by org.springmodules.validation.bean.rule.AbstractValidationRule
      extended by org.springmodules.validation.bean.rule.NotEmptyValidationRule
All Implemented Interfaces:
ValidationRule

public class NotEmptyValidationRule
extends AbstractValidationRule

An AbstractValidationRule implementation that validates and checks that a collection or an array is not empty.

Author:
Uri Boness

Field Summary
static String DEFAULT_ERROR_CODE
           
 
Constructor Summary
NotEmptyValidationRule()
          Constructs a new NotEmptyValidationRule.
 
Method Summary
 Condition getCondition()
          Returns the condition of this validation rule.
 
Methods inherited from class org.springmodules.validation.bean.rule.AbstractValidationRule
checkContexts, createErrorArgumentsResolver, createErrorArgumentsResolver, createErrorArgumentsResolver, createErrorArgumentsResolver, getDefaultErrorMessage, getErrorArguments, getErrorCode, isApplicable, setApplicabilityCondition, setContextTokens, setDefaultErrorMessage, setErrorArgumentsResolver, setErrorCode, supportsNullValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ERROR_CODE

public static final String DEFAULT_ERROR_CODE
See Also:
Constant Field Values
Constructor Detail

NotEmptyValidationRule

public NotEmptyValidationRule()
Constructs a new NotEmptyValidationRule.

Method Detail

getCondition

public Condition getCondition()
Returns the condition of this validation rule.

Returns:
The condition of this validation rule.
See Also:
ValidationRule.getCondition()


Copyright © 2009. All Rights Reserved.