Package org.apache.tapestry5.plastic
Interface InstructionBuilderCallback
public interface InstructionBuilderCallback
Used in various places to allow some code to be constructed under controlled circumstances.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doBuild
(InstructionBuilder builder) Invoked by the builder to allow the callback to build some code.
-
Method Details
-
doBuild
Invoked by the builder to allow the callback to build some code.
-