org.springmodules.validation.valang.functions
Class MapEntryFunction

java.lang.Object
  extended by org.springmodules.validation.valang.functions.MapEntryFunction
All Implemented Interfaces:
Function

public class MapEntryFunction
extends Object
implements Function

Since:
27-04-2005
Author:
Steven Devijver

Constructor Summary
MapEntryFunction(Function mapFunction, Function keyFunction, int beginLine, int beginColumn)
           
 
Method Summary
 Function getKeyFunction()
           
 Function getMapFunction()
           
 Object getResult(Object target)
          Gets the result of the function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapEntryFunction

public MapEntryFunction(Function mapFunction,
                        Function keyFunction,
                        int beginLine,
                        int beginColumn)
Method Detail

getMapFunction

public Function getMapFunction()

getKeyFunction

public Function getKeyFunction()

getResult

public Object getResult(Object target)
Description copied from interface: Function

Gets the result of the function.

Specified by:
getResult in interface Function
Parameters:
target - the target bean
Returns:
the result of the function


Copyright © 2009. All Rights Reserved.