org.springmodules.validation.valang.functions
Class FunctionWrapper

java.lang.Object
  extended by 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

Constructor Summary
FunctionWrapper()
           
 
Method Summary
 Function getFunction()
          Gets function.
 void setFunction(Function function)
          Sets function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionWrapper

public FunctionWrapper()
Method Detail

getFunction

public Function getFunction()
Gets function.


setFunction

public void setFunction(Function function)
Sets function.



Copyright © 2009. All Rights Reserved.