|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springmodules.validation.valang.functions.AbstractFunction
org.springmodules.validation.valang.functions.EmailFunction
public class EmailFunction
Email function. Takes one argument. Converts the argument to a string using the toString() method, and
checks whether the returned string is a valid email address.
| Constructor Summary | |
|---|---|
EmailFunction(Function[] arguments,
int line,
int column)
|
|
| Method Summary | |
|---|---|
protected java.lang.Object |
doGetResult(java.lang.Object target)
|
| Methods inherited from class org.springmodules.validation.valang.functions.AbstractFunction |
|---|
definedExactNumberOfArguments, definedMaxNumberOfArguments, definedMinNumberOfArguments, getArguments, getResult, getTemplate, init, isAutowireByName, isAutowireByType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmailFunction(Function[] arguments,
int line,
int column)
| Method Detail |
|---|
protected java.lang.Object doGetResult(java.lang.Object target)
throws java.lang.Exception
doGetResult in class AbstractFunctionjava.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||