Skip to content
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.

Example actions

Clone this wiki locally