name property

String name
getter/setter pair

The name of the controller it will be used to call the controller from the console. For example, if the name is 'test' then the controller can be called by typing 'test' in the console. $ webapp test The name should be unique in the application.

Implementation

String name;