org.springmodules.validation.valang.functions
Class LengthOfFunction
java.lang.Object
  
org.springmodules.validation.valang.functions.AbstractFunction
      
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
 
 
 
| 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 | 
 
LengthOfFunction
public LengthOfFunction(Function[] arguments,
                        int line,
                        int column)
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.