|
|||||||||
| 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.RegExFunction
public class RegExFunction
Regular expression match function. Takes two arguments: the pattern as a string and the string to be matched. The toString method of the second parameter value is called to retrieve the string value. This function is not null-safe.
| Constructor Summary | |
|---|---|
RegExFunction(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 RegExFunction(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 | ||||||||