|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springmodules.validation.valang.functions.LiteralFunction
public class LiteralFunction
Container class for a literal function. Stricly speaking this is not a function as it does not manipulate data.
| Constructor Summary | |
|---|---|
LiteralFunction(java.lang.Object literal)
|
|
| 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 LiteralFunction(java.lang.Object literal)
| 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 | ||||||||