|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springmodules.validation.valang.functions.DateLiteralFunction
public class DateLiteralFunction
Literal function that re-parses date string every time the result is asked for.
| Constructor Summary | |
|---|---|
DateLiteralFunction(java.lang.String value,
DateParser dateParser,
int line,
int column)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getResult(java.lang.Object target)
Gets the result of the function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateLiteralFunction(java.lang.String value,
DateParser dateParser,
int line,
int column)
| Method Detail |
|---|
public java.lang.Object getResult(java.lang.Object target)
FunctionGets the result of the function.
getResult in interface Functiontarget - the target bean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||