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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doBuild(InstructionBuilder builder)
Invoked by the builder to allow the callback to build some code.
-
-
-
Method Detail
-
doBuild
void doBuild(InstructionBuilder builder)
Invoked by the builder to allow the callback to build some code.
-
-