org.springmodules.validation.valang.functions
Class FunctionWrapper
java.lang.Object
org.springmodules.validation.valang.functions.FunctionWrapper
public class FunctionWrapper
- extends Object
Creates a wrapper for a function for Spring configured functions
so <aop:scoped-proxy> can be used.
- Author:
- David Winterfeldt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionWrapper
public FunctionWrapper()
getFunction
public Function getFunction()
- Gets function.
setFunction
public void setFunction(Function function)
- Sets function.
Copyright © 2009. All Rights Reserved.