Package org.apache.tapestry5.plastic
Interface LocalVariable
-
public interface LocalVariable
Variable available inside aLocalVariableCallback
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getType()
Returns the Java type of the variable.
-