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.
 String getFunctionName()
          Gets function name.
 void setFunction(Function function)
          Sets function.
 void setFunctionName(String functionName)
          Sets function name.
 
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

getFunctionName

public String getFunctionName()
Gets function name. Used during autodiscovery of functions in Spring context.


setFunctionName

public void setFunctionName(String functionName)
Sets function name. Used during autodiscovery of functions in Spring context.


getFunction

public Function getFunction()
Gets function.


setFunction

public void setFunction(Function function)
Sets function.



Copyright © 2009. All Rights Reserved.