Spring Web Flow

Package org.springframework.binding.method

Custom method binding support for invoking methods on objects.

See:
          Description

Class Summary
MethodInvoker A helper for invoking typed methods on arbitrary objects, with support for argument value type conversion from values retrieved from an argument attribute source, and conversion of the result to a desired type.
MethodKey A helper for resolving and caching a Java method by reflection.
MethodSignature A specification for a method consisting of the methodName and an optional set of named arguments.
Parameter A named method parameter.
Parameters An ordered list of method parameters.
 

Exception Summary
InvalidMethodKeyException Thrown when a method key could not be resolved to an invokable java Method on a Class.
MethodInvocationException Base class for exceptions that report a method invocation failure.
 

Package org.springframework.binding.method Description

Custom method binding support for invoking methods on objects. As EL usage becomes more common and powerful, it is expected this package will be deprecated and eventually removed.


Spring Web Flow