org.apache.turbine.util.validation
Class NotEmpty

java.lang.Object
  |
  +--org.apache.turbine.util.validation.InputValidator
        |
        +--org.apache.turbine.util.validation.NotEmpty

public class NotEmpty
extends InputValidator

Version:
$Id: NotEmpty.java,v 1.1.1.1 2001/08/16 05:10:04 jvanzyl Exp $
Author:
Mike Haberman

Fields inherited from class org.apache.turbine.util.validation.InputValidator
allowNullInput, AllowNullInput, argv, EmptyArgv, maxSize, MaxSizeExceededError, NoMaxSize, NullInputError
 
Constructor Summary
NotEmpty()
          default Constructor,
 
Method Summary
protected  void check(java.lang.String input)
           
 java.lang.String getExpectedFormat()
           
 
Methods inherited from class org.apache.turbine.util.validation.InputValidator
checkInput, getErrorMessage, isValid, setAllowNullInput, setArgv, setMaxSize
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

NotEmpty

public NotEmpty()
default Constructor,
Method Detail

check

protected void check(java.lang.String input)
              throws java.lang.Exception
Overrides:
check in class InputValidator
Parameters:
String - input, input to be checked

getExpectedFormat

public java.lang.String getExpectedFormat()
Overrides:
getExpectedFormat in class InputValidator
Returns:
String, the expected format of the input


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.