-
Notifications
You must be signed in to change notification settings - Fork 1
Biz.Action
moellep edited this page Nov 14, 2014
·
6 revisions
Actions provide business logic which doesn't require any input from the user. Examples would be Action.UserLogout to clear the user's authorization. Action.RealmFile is used to read and return file contents to the browser. Action.RealmMail reflects an email message saved to a file to a group.
Usually Actions provide only class-level methods and do their work through an execute_...()
method.
- Agenda
- Getting Started
- My-Status Example Application
- Model
- View
- Task
- Application Support
- Testing
- Miscellaneous