OOP FormGenerator Version 3.1

com.oopreserch.web
Class IsEmailAddress

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

public class IsEmailAddress
extends AbstractVerifierByRegEx

Implementation of FormValueVerifier interface. Returns true for the valid e-mail address.

Because this class is the sub-class of AbstractVerifierByRegEx, only init( ) method is implemented.

Author:
Jun Inamori

Constructor Summary
IsEmailAddress()
           
 
Method Summary
 void init()
          Specifies the regular expression for the valid e-mail address.
 
Methods inherited from class com.oopreserch.web.AbstractVerifierByRegEx
isValidString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsEmailAddress

public IsEmailAddress()
Method Detail

init

public void init()
Specifies the regular expression for the valid e-mail address.

Overrides:
init in class AbstractVerifierByRegEx

OOP FormGenerator Version 3.1

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