Uses of Interface
ch.autumo.beetroot.handler.Handler
Packages that use Handler
Package
Description
All base handlers for different purposes.
Handler an entity for properties (aka settings) generated by PLANT.
System handlers.
User handlers; covers all necessary handlers including password reset, user settings and 2FA.
Task handlers for demonstration purposes.
User handlers; covers all necessary handlers including password reset, user settings and 2FA.
-
Uses of Handler in ch.autumo.beetroot.handler
Classes in ch.autumo.beetroot.handler that implement HandlerModifier and TypeClassDescriptionclassBase handler - The "Heart" of beetRoot.classHandler that is used for custom responses, e.g.classDefault handler for 'web/html/<entity>/add.html' templates.classDefault delete handler.classDefault handler for 'web/html/<entity>/edit.html' templates.classDefault handler for 'web/html/<entity>/index.html' templates.classDefault JSON-REST handler for listing entities.classDefault handler for 'web/html/<entity>/view.html' templates.classDefault error 404 handler.classDefault error handler.classDefault file download handler for 'web/html/files/view.html' templates.classDefault file upload handler for 'web/html/files/add.html' templates.classHome handler.classHandler that has no columns configuration.final classNo content handler - HTTP 204.classHandler that has no content output, no web resource and no columns configuration.classHandler that has no content output, no web resource.classHandler that has no content output, no web resource.classDefault not-implemented handler. -
Uses of Handler in ch.autumo.beetroot.handler.properties
Classes in ch.autumo.beetroot.handler.properties that implement HandlerModifier and TypeClassDescriptionclassProperties add handler.classProperties add handler.classProperties edit handler.classProperties index handler.classProperties view handler. -
Uses of Handler in ch.autumo.beetroot.handler.roles
Classes in ch.autumo.beetroot.handler.roles that implement HandlerModifier and TypeClassDescriptionclassRoles add handler.classRoles delete handler.classRoles edit handler.classRoles index handler.classRoles view handler. -
Uses of Handler in ch.autumo.beetroot.handler.system
Classes in ch.autumo.beetroot.handler.system that implement Handler -
Uses of Handler in ch.autumo.beetroot.handler.tasks
Classes in ch.autumo.beetroot.handler.tasks that implement HandlerModifier and TypeClassDescriptionclassTasks add handler.classProperties add handler.classTasks edit handler.classTasks index handler.classTasks JSON-REST index handler.classTasks view handler. -
Uses of Handler in ch.autumo.beetroot.handler.users
Classes in ch.autumo.beetroot.handler.users that implement HandlerModifier and TypeClassDescriptionclassDefault login handler.classUsers add handler for extended roles.classUsers delete handler for extended roles.classUsers edit handler for extended roles.classUsers edit handler for extended roles.classUsers view handler for extended roles.classDefault login handler.classDefault logout handler.classNew QR Code handler.classDefault OTP handler.classDefault login handler.classSettings handler.classUsers add handler.classUsers delete handler.classUsers edit handler.classUsers index handler.classUsers view handler.