Package org.apache.tapestry5.plastic
Interface SwitchCallback
- 
public interface SwitchCallback
A callback used by aSwitchBlockto manage the generation of code. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoSwitch(SwitchBlock block) 
 - 
 
- 
- 
Method Detail
- 
doSwitch
void doSwitch(SwitchBlock block)
 
 - 
 
 -