Package org.springmodules.validation.valang.functions

Interface Summary
ConfigurableFunction Allows a Function to be configured in Spring and then have it's arguments, line number, and row number set.
Function A function is an implementation that returns a value based on one of more arguments.
FunctionCallback The FunctionCallback interface should be implemented by functions that want to delegate exception reporting to a helper class.
 

Class Summary
AbstractFunction Base class for functions.
AbstractInitializableFunction  
AbstractMathFunction  
AddFunction  
BeanPropertyFunction Function taking the value from a bean property or a java.util.Map instance.
DateLiteralFunction Literal function that re-parses date string every time the result is asked for.
DivideFunction  
EmailFunction Email function.
EnumLiteralFunction Container for an enum value.
FunctionDefinition Defines a function.
FunctionTemplate  
FunctionWrapper Creates a wrapper for a function for Spring configured functions so <aop:scoped-proxy> can be used.
InRoleFunction A function that accepts a one string argument that indicates a security role.
LengthOfFunction Gets the length of a string.
LiteralFunction Container class for a literal function.
LowerCaseFunction Converts a string to lower case.
MapEntryFunction  
ModuloFunction  
MultiplyFunction  
NotFunction NOT operation on boolean values.
RegExFunction Regular expression match function.
ResolveFunction  
SubtractFunction  
TargetBeanFunction This function returns the target bean.
UpperCaseFunction Converts a string to upper case.
 



Copyright © 2009. All Rights Reserved.