org.springmodules.validation.valang.functions
Interface ConfigurableFunction


public interface ConfigurableFunction

Allows a Function to be configured in Spring and then have it's arguments, line number, and row number set.

Author:
David Winterfeldt

Method Summary
 int getExpectedNumberOfArguments()
          Gets number of expected arguments.
 void setArguments(int expectedNumberOfArguments, Function[] arguments, int line, int column)
          Sets arguments, line number, and column number.
 

Method Detail

getExpectedNumberOfArguments

int getExpectedNumberOfArguments()
Gets number of expected arguments.


setArguments

void setArguments(int expectedNumberOfArguments,
                  Function[] arguments,
                  int line,
                  int column)
Sets arguments, line number, and column number.



Copyright © 2009. All Rights Reserved.