Package org.apache.tapestry5.internal
Class RecursiveContext
- java.lang.Object
-
- org.apache.tapestry5.internal.RecursiveContext
-
public final class RecursiveContext extends java.lang.Object
Class that makes the link between
Recursive
andRecursiveBody
.This was contributed by KGL PubFactory.
- Since:
- 5.9.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RecursiveContext.Provider
-
Constructor Summary
Constructors Constructor Description RecursiveContext(RecursiveContext.Provider provider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecursiveValue<?>
getCurrent()
java.lang.String
getId()
java.lang.Object
getValue()
void
registerPlaceholder(Element element)
-
-
-
Constructor Detail
-
RecursiveContext
public RecursiveContext(RecursiveContext.Provider provider)
-
-
Method Detail
-
getId
public java.lang.String getId()
-
getCurrent
public RecursiveValue<?> getCurrent()
-
getValue
public java.lang.Object getValue()
-
registerPlaceholder
public void registerPlaceholder(Element element)
-
-