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 getType()
Returns the Java type of the variable.
-
-
-
Method Detail
-
getType
getType()
Returns the Java type of the variable.
-
-