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