Class RecursiveBody
- java.lang.Object
-
- org.apache.tapestry5.corelib.components.RecursiveBody
-
public class RecursiveBody extends java.lang.Object
Component that marks the place in the template the recursion should happen. It should only be used inside
Recursive, otherwise an exception will be thrown.This was contributed by KGL PubFactory.
- Since:
- 5.9.0
-
-
Constructor Summary
Constructors Constructor Description RecursiveBody()
-
-
-
Constructor Detail
-
RecursiveBody
public RecursiveBody()
-
-