Uses of Interface
org.apache.tapestry5.plastic.WhileCallback
Packages that use WhileCallback
Package
Description
[INTERNAL USE ONLY] Plastic implementation details; API subject to change
Plastic, Tapestry's component class transformation library based on ASM
-
Uses of WhileCallback in org.apache.tapestry5.internal.plastic
Methods in org.apache.tapestry5.internal.plastic with parameters of type WhileCallbackModifier and TypeMethodDescriptionInstructionBuilderImpl.doWhile
(Condition condition, WhileCallback callback) -
Uses of WhileCallback in org.apache.tapestry5.plastic
Methods in org.apache.tapestry5.plastic with parameters of type WhileCallbackModifier and TypeMethodDescriptionInstructionBuilder.doWhile
(Condition condition, WhileCallback callback) Implements a simple loop based on a condition.