|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springmodules.validation.valang.functions.FunctionWrapper
public class FunctionWrapper
Creates a wrapper for a function for Spring configured functions so <aop:scoped-proxy> can be used.
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 |
---|
public FunctionWrapper()
Method Detail |
---|
public String getFunctionName()
public void setFunctionName(String functionName)
public Function getFunction()
public void setFunction(Function function)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |