Package ch.autumo.beetroot.handler
package ch.autumo.beetroot.handler
All base handlers for different purposes. The
In general, use the standard handlers as a basis for your own CRUD handlers
BaseHandler
is the heart of the beetRoot framework and is the base of all handlers for every CRUD operation.
In general, use the standard handlers as a basis for your own CRUD handlers
-
ClassDescriptionBase handler - The "Heart" of beetRoot.Handler that is used for custom responses, e.g.Default handler for 'web/html/<entity>/add.html' templates.Default delete handler.Default handler for 'web/html/<entity>/edit.html' templates.Default handler for 'web/html/<entity>/index.html' templates.Default JSON-REST handler for listing entities.Default handler for 'web/html/<entity>/view.html' templates.Default error 404 handler.Default error handler.Default file download handler for 'web/html/files/view.html' templates.Default file upload handler for 'web/html/files/add.html' templates.Handler interface.Handler response.Home handler.Handler that has no columns configuration.No content handler - HTTP 204.Handler that has no content output, no web resource and no columns configuration.Handler that has no content output, no web resource.Handler that has no content output, no web resource.Default not-implemented handler.