org.apache.turbine.util.validation
Class NotEmpty

java.lang.Object
  extended byorg.apache.turbine.util.validation.InputValidator
      extended byorg.apache.turbine.util.validation.NotEmpty

Deprecated. Use Intake or commons-validator

public class NotEmpty
extends InputValidator

Version:
$Id: NotEmpty.java 264148 2005-08-29 14:21:04Z henning $
Author:
Mike Haberman

Field Summary
 
Fields inherited from class org.apache.turbine.util.validation.InputValidator
AllowNullInput, EmptyArgv, NoMaxSize
 
Constructor Summary
NotEmpty()
          Deprecated. default Constructor,
 
Method Summary
protected  void check(java.lang.String input)
          Deprecated.  
 java.lang.String getExpectedFormat()
          Deprecated.  
 
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, toString, wait, wait, wait
 

Constructor Detail

NotEmpty

public NotEmpty()
Deprecated. 
default Constructor,

Method Detail

check

protected void check(java.lang.String input)
              throws java.lang.Exception
Deprecated. 
Specified by:
check in class InputValidator
Throws:
java.lang.Exception

getExpectedFormat

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


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