Uses of Class
ch.autumo.beetroot.handler.BaseHandler
Packages that use BaseHandler
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 BaseHandler in ch.autumo.beetroot.handler
Subclasses of BaseHandler in ch.autumo.beetroot.handlerModifier and TypeClassDescriptionclassHandler 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.Constructors in ch.autumo.beetroot.handler with parameters of type BaseHandlerModifierConstructorDescriptionprotectedIfSectionHandler(BaseHandler handler) Create an "if"-section handler. -
Uses of BaseHandler in ch.autumo.beetroot.handler.properties
Subclasses of BaseHandler in ch.autumo.beetroot.handler.propertiesModifier and TypeClassDescriptionclassProperties add handler.classProperties add handler.classProperties edit handler.classProperties index handler.classProperties view handler. -
Uses of BaseHandler in ch.autumo.beetroot.handler.roles
Subclasses of BaseHandler in ch.autumo.beetroot.handler.rolesModifier and TypeClassDescriptionclassRoles add handler.classRoles delete handler.classRoles edit handler.classRoles index handler.classRoles view handler. -
Uses of BaseHandler in ch.autumo.beetroot.handler.system
Subclasses of BaseHandler in ch.autumo.beetroot.handler.system -
Uses of BaseHandler in ch.autumo.beetroot.handler.tasks
Subclasses of BaseHandler in ch.autumo.beetroot.handler.tasksModifier and TypeClassDescriptionclassTasks add handler.classProperties add handler.classTasks edit handler.classTasks index handler.classTasks JSON-REST index handler.classTasks view handler. -
Uses of BaseHandler in ch.autumo.beetroot.handler.users
Subclasses of BaseHandler in ch.autumo.beetroot.handler.usersModifier 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.