Package org.apache.tapestry5.plastic
Interface LocalVariableCallback
-
public interface LocalVariableCallback
A callback for generating code where a local variable is in effect.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doBuild(LocalVariable variable, InstructionBuilder builder)
Callback to generate code with a local variable
-
-
-
Method Detail
-
doBuild
void doBuild(LocalVariable variable, InstructionBuilder builder)
Callback to generate code with a local variable- Parameters:
variable
- the variable that is available within the blockbuilder
- builder the block where the variable is active
-
-