org.springmodules.validation.valang.functions
Class LengthOfFunction

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

public class LengthOfFunction
extends AbstractFunction

Gets the length of a string.

Since:
Apr 23, 2005
Author:
Steven Devijver, Uri Boness

Constructor Summary
LengthOfFunction(Function[] arguments, int line, int column)
           
 
Method Summary
protected  Object doGetResult(Object target)
          Processes result for subclasses.
 
Methods inherited from class org.springmodules.validation.valang.functions.AbstractFunction
definedExactNumberOfArguments, definedMaxNumberOfArguments, definedMinNumberOfArguments, getArguments, getResult, getTemplate, init, isAutowireByName, isAutowireByType, setArguments, setTemplate, setTemplate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LengthOfFunction

public LengthOfFunction(Function[] arguments,
                        int line,
                        int column)
Method Detail

doGetResult

protected Object doGetResult(Object target)
Description copied from class: AbstractFunction
Processes result for subclasses.

Specified by:
doGetResult in class AbstractFunction


Copyright © 2009. All Rights Reserved.