Package org.apache.tapestry5.commons
Interface RecursiveValueProvider
-
@UsesOrderedConfiguration(RecursiveValueProvider.class) public interface RecursiveValueProvider
Interface implemented by classes which converts objects to
RecursiveValue
instances.This was contributed by KGL PubFactory.
- Since:
- 5.9.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecursiveValue<?>
get(java.lang.Object object)
-
-
-
Method Detail
-
get
RecursiveValue<?> get(java.lang.Object object)
- Parameters:
object
- anObject
.- Returns:
- a
RecursiveValue
ornull
.
-
-