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