org.springmodules.validation.valang.functions
Class TargetBeanFunction
java.lang.Object
org.springmodules.validation.valang.functions.TargetBeanFunction
- All Implemented Interfaces:
- Function
public class TargetBeanFunction
- extends Object
- implements Function
This function returns the target bean.
- Since:
- 29-04-2005
- Author:
- Steven Devijver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TargetBeanFunction
public TargetBeanFunction()
getResult
public Object getResult(Object target)
- Description copied from interface:
Function
Gets the result of the function.
- Specified by:
getResult
in interface Function
- Parameters:
target
- the target bean
- Returns:
- the result of the function
Copyright © 2009. All Rights Reserved.