OOP FormGenerator Version 3.1

com.oopreserch.web
Class AcceptAny

java.lang.Object
  |
  +--com.oopreserch.web.AcceptAny
All Implemented Interfaces:
FormValueVerifier

public class AcceptAny
extends java.lang.Object
implements FormValueVerifier

Implementation of FormValueVerifier interface. Returns true for any String.

Author:
Jun Inamori

Constructor Summary
AcceptAny()
           
 
Method Summary
 boolean isValidString(java.lang.String str)
          Returns true for any String.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcceptAny

public AcceptAny()
Method Detail

isValidString

public boolean isValidString(java.lang.String str)
Returns true for any String.

Specified by:
isValidString in interface FormValueVerifier
Parameters:
str - String to be tested.
Returns:
Always returns true.

OOP FormGenerator Version 3.1

ALL CONTENTS COPYRIGHT 2002, Jun Inamori. All rights reserved.
Any questions and comments are welcome to Jun Inamori.