ExecutableUsecaseResource

ExecutableUsecaseResource is a base class for resources providing a stateless usecase. you can extend this class if you want to develop a resource-type which will display several views for a usecase.
It already has implemented a bunch of nice thing which you could like. e.g. Jelly (Executable XML), Built-in views (default, done, cancel), Custom Views, Info and Error Messages.
At the moment folowing resource-types extending ExecutableUsecaseResource: user-mgmt.

ExecutableUsecaseResource extends BasicXMLResource

Since ExecutableUsecaseResource extends BasicXMLResource you can use all the things provided by BasicXMLResource.

Jelly

If you extend from ExecutableUsecaseResource or UsecaseResource you can use jelly-views.



Your comments are much appreciated

Is the content of this page unclear or you think it could be improved? Please add a comment and we will try to improve it accordingly.