From 7af7fa08fad1373ac9a0c6a80c5488711c915507 Mon Sep 17 00:00:00 2001 From: Michael gasche <100039855+autumoswitzerland@users.noreply.github.com> Date: Sun, 28 Jul 2024 17:41:20 +0200 Subject: [PATCH] Release 3.0.1 --- README.md | 4 +- doc/apidocs/allclasses-index.html | 616 +++++++++--------- doc/apidocs/allpackages-index.html | 6 +- .../beetroot/AbstractBeetRootServlet.html | 6 +- .../beetroot/BeetRootClientHandler.html | 6 +- .../BeetRootConfigurationManager.html | 6 +- .../beetroot/BeetRootDatabaseManager.html | 6 +- .../autumo/beetroot/BeetRootHTTPSession.html | 6 +- .../ch/autumo/beetroot/BeetRootService.html | 6 +- .../ch/autumo/beetroot/BeetRootServlet.html | 6 +- .../ch/autumo/beetroot/BeetRootWebServer.html | 6 +- doc/apidocs/ch/autumo/beetroot/Constants.html | 6 +- doc/apidocs/ch/autumo/beetroot/Entity.html | 6 +- .../ch/autumo/beetroot/Initializer.html | 6 +- .../ch/autumo/beetroot/LanguageManager.html | 6 +- doc/apidocs/ch/autumo/beetroot/Model.html | 64 +- doc/apidocs/ch/autumo/beetroot/Session.html | 6 +- .../ch/autumo/beetroot/SessionManager.html | 6 +- .../autumo/beetroot/annotations/Column.html | 6 +- .../autumo/beetroot/annotations/Nullable.html | 6 +- .../autumo/beetroot/annotations/Unique.html | 6 +- .../annotations/class-use/Column.html | 6 +- .../annotations/class-use/Nullable.html | 6 +- .../annotations/class-use/Unique.html | 6 +- .../beetroot/annotations/package-summary.html | 6 +- .../beetroot/annotations/package-tree.html | 6 +- .../beetroot/annotations/package-use.html | 6 +- .../ch/autumo/beetroot/cache/FileCache.html | 6 +- .../beetroot/cache/FileCacheManager.html | 6 +- .../beetroot/cache/class-use/FileCache.html | 6 +- .../cache/class-use/FileCacheManager.html | 6 +- .../beetroot/cache/package-summary.html | 6 +- .../autumo/beetroot/cache/package-tree.html | 6 +- .../ch/autumo/beetroot/cache/package-use.html | 6 +- .../ch/autumo/beetroot/call/Caller.html | 6 +- .../autumo/beetroot/call/CallerFactory.html | 6 +- .../ch/autumo/beetroot/call/TwilioCaller.html | 6 +- .../beetroot/call/class-use/Caller.html | 6 +- .../call/class-use/CallerFactory.html | 6 +- .../beetroot/call/class-use/TwilioCaller.html | 6 +- .../autumo/beetroot/call/package-summary.html | 6 +- .../ch/autumo/beetroot/call/package-tree.html | 6 +- .../ch/autumo/beetroot/call/package-use.html | 6 +- .../class-use/AbstractBeetRootServlet.html | 6 +- .../class-use/BeetRootClientHandler.html | 6 +- .../BeetRootConfigurationManager.html | 6 +- .../class-use/BeetRootDatabaseManager.html | 6 +- .../class-use/BeetRootHTTPSession.html | 6 +- .../beetroot/class-use/BeetRootService.html | 6 +- .../beetroot/class-use/BeetRootServlet.html | 6 +- .../beetroot/class-use/BeetRootWebServer.html | 6 +- .../autumo/beetroot/class-use/Constants.html | 6 +- .../ch/autumo/beetroot/class-use/Entity.html | 6 +- .../beetroot/class-use/Initializer.html | 6 +- .../beetroot/class-use/LanguageManager.html | 6 +- .../ch/autumo/beetroot/class-use/Model.html | 24 +- .../ch/autumo/beetroot/class-use/Session.html | 6 +- .../beetroot/class-use/SessionManager.html | 6 +- .../autumo/beetroot/crud/CreateListener.html | 6 +- .../autumo/beetroot/crud/DeleteListener.html | 6 +- .../ch/autumo/beetroot/crud/EventHandler.html | 6 +- .../autumo/beetroot/crud/UpdateListener.html | 6 +- .../crud/class-use/CreateListener.html | 6 +- .../crud/class-use/DeleteListener.html | 6 +- .../beetroot/crud/class-use/EventHandler.html | 6 +- .../crud/class-use/UpdateListener.html | 6 +- .../autumo/beetroot/crud/package-summary.html | 6 +- .../ch/autumo/beetroot/crud/package-tree.html | 6 +- .../ch/autumo/beetroot/crud/package-use.html | 6 +- .../handler/BaseHandler.IfSectionHandler.html | 6 +- .../autumo/beetroot/handler/BaseHandler.html | 163 +++-- .../handler/CustomResponseHandler.html | 234 +++++++ .../beetroot/handler/DefaultAddHandler.html | 8 +- .../handler/DefaultDeleteHandler.html | 8 +- .../beetroot/handler/DefaultEditHandler.html | 8 +- .../beetroot/handler/DefaultIndexHandler.html | 8 +- .../handler/DefaultRESTIndexHandler.html | 8 +- .../beetroot/handler/DefaultViewHandler.html | 8 +- .../beetroot/handler/Error404Handler.html | 8 +- .../autumo/beetroot/handler/ErrorHandler.html | 8 +- .../handler/ExampleDownloadHandler.html | 8 +- .../handler/ExampleUploadHandler.html | 8 +- .../ch/autumo/beetroot/handler/Handler.html | 8 +- .../beetroot/handler/HandlerResponse.html | 146 ++++- .../autumo/beetroot/handler/HomeHandler.html | 8 +- .../beetroot/handler/NoConfigHandler.html | 8 +- .../handler/NoContentAndConfigHandler.html | 8 +- .../handler/NoContentButRouteHandler.html | 8 +- .../beetroot/handler/NoContentHandler.html | 8 +- .../handler/NotImplementedHandler.html | 8 +- .../BaseHandler.IfSectionHandler.html | 6 +- .../handler/class-use/BaseHandler.html | 73 ++- .../class-use/CustomResponseHandler.html | 62 ++ .../handler/class-use/DefaultAddHandler.html | 6 +- .../class-use/DefaultDeleteHandler.html | 6 +- .../handler/class-use/DefaultEditHandler.html | 6 +- .../class-use/DefaultIndexHandler.html | 6 +- .../class-use/DefaultRESTIndexHandler.html | 6 +- .../handler/class-use/DefaultViewHandler.html | 6 +- .../handler/class-use/Error404Handler.html | 6 +- .../handler/class-use/ErrorHandler.html | 6 +- .../class-use/ExampleDownloadHandler.html | 6 +- .../class-use/ExampleUploadHandler.html | 6 +- .../beetroot/handler/class-use/Handler.html | 73 ++- .../handler/class-use/HandlerResponse.html | 6 +- .../handler/class-use/HomeHandler.html | 6 +- .../handler/class-use/NoConfigHandler.html | 6 +- .../class-use/NoContentAndConfigHandler.html | 6 +- .../class-use/NoContentButRouteHandler.html | 6 +- .../handler/class-use/NoContentHandler.html | 6 +- .../class-use/NotImplementedHandler.html | 6 +- .../beetroot/handler/package-summary.html | 80 +-- .../autumo/beetroot/handler/package-tree.html | 7 +- .../autumo/beetroot/handler/package-use.html | 6 +- .../properties/PropertiesAddHandler.html | 8 +- .../properties/PropertiesDeleteHandler.html | 8 +- .../properties/PropertiesEditHandler.html | 8 +- .../properties/PropertiesIndexHandler.html | 8 +- .../properties/PropertiesViewHandler.html | 8 +- .../beetroot/handler/properties/Property.html | 8 +- .../class-use/PropertiesAddHandler.html | 6 +- .../class-use/PropertiesDeleteHandler.html | 6 +- .../class-use/PropertiesEditHandler.html | 6 +- .../class-use/PropertiesIndexHandler.html | 6 +- .../class-use/PropertiesViewHandler.html | 6 +- .../properties/class-use/Property.html | 6 +- .../handler/properties/package-summary.html | 6 +- .../handler/properties/package-tree.html | 6 +- .../handler/properties/package-use.html | 6 +- .../autumo/beetroot/handler/roles/Role.html | 8 +- .../handler/roles/RolesAddHandler.html | 8 +- .../handler/roles/RolesDeleteHandler.html | 8 +- .../handler/roles/RolesEditHandler.html | 8 +- .../handler/roles/RolesIndexHandler.html | 8 +- .../handler/roles/RolesViewHandler.html | 8 +- .../handler/roles/class-use/Role.html | 6 +- .../roles/class-use/RolesAddHandler.html | 6 +- .../roles/class-use/RolesDeleteHandler.html | 6 +- .../roles/class-use/RolesEditHandler.html | 6 +- .../roles/class-use/RolesIndexHandler.html | 6 +- .../roles/class-use/RolesViewHandler.html | 6 +- .../handler/roles/package-summary.html | 6 +- .../beetroot/handler/roles/package-tree.html | 6 +- .../beetroot/handler/roles/package-use.html | 6 +- .../beetroot/handler/system/LogHandler.html | 8 +- .../handler/system/class-use/LogHandler.html | 6 +- .../handler/system/package-summary.html | 6 +- .../beetroot/handler/system/package-tree.html | 6 +- .../beetroot/handler/system/package-use.html | 6 +- .../autumo/beetroot/handler/tasks/Task.html | 8 +- .../handler/tasks/TasksAddHandler.html | 8 +- .../handler/tasks/TasksDeleteHandler.html | 8 +- .../handler/tasks/TasksEditHandler.html | 8 +- .../handler/tasks/TasksIndexHandler.html | 8 +- .../handler/tasks/TasksRESTIndexHandler.html | 8 +- .../handler/tasks/TasksViewHandler.html | 8 +- .../handler/tasks/class-use/Task.html | 6 +- .../tasks/class-use/TasksAddHandler.html | 6 +- .../tasks/class-use/TasksDeleteHandler.html | 6 +- .../tasks/class-use/TasksEditHandler.html | 6 +- .../tasks/class-use/TasksIndexHandler.html | 6 +- .../class-use/TasksRESTIndexHandler.html | 6 +- .../tasks/class-use/TasksViewHandler.html | 6 +- .../handler/tasks/package-summary.html | 6 +- .../beetroot/handler/tasks/package-tree.html | 6 +- .../beetroot/handler/tasks/package-use.html | 6 +- .../beetroot/handler/users/ChangeHandler.html | 8 +- .../handler/users/ExtUsersAddHandler.html | 8 +- .../handler/users/ExtUsersDeleteHandler.html | 8 +- .../handler/users/ExtUsersEditHandler.html | 8 +- .../handler/users/ExtUsersIndexHandler.html | 8 +- .../handler/users/ExtUsersViewHandler.html | 8 +- .../beetroot/handler/users/LoginHandler.html | 8 +- .../beetroot/handler/users/LogoutHandler.html | 8 +- .../handler/users/NewQRCodeHandler.html | 8 +- .../beetroot/handler/users/OtpHandler.html | 8 +- .../handler/users/PasswordHelper.html | 6 +- .../beetroot/handler/users/ResetHandler.html | 8 +- .../handler/users/SettingsHandler.html | 8 +- .../autumo/beetroot/handler/users/User.html | 8 +- .../handler/users/UsersAddHandler.html | 8 +- .../handler/users/UsersDeleteHandler.html | 8 +- .../handler/users/UsersEditHandler.html | 8 +- .../handler/users/UsersIndexHandler.html | 8 +- .../handler/users/UsersViewHandler.html | 8 +- .../users/class-use/ChangeHandler.html | 6 +- .../users/class-use/ExtUsersAddHandler.html | 6 +- .../class-use/ExtUsersDeleteHandler.html | 6 +- .../users/class-use/ExtUsersEditHandler.html | 6 +- .../users/class-use/ExtUsersIndexHandler.html | 6 +- .../users/class-use/ExtUsersViewHandler.html | 6 +- .../handler/users/class-use/LoginHandler.html | 6 +- .../users/class-use/LogoutHandler.html | 6 +- .../users/class-use/NewQRCodeHandler.html | 6 +- .../handler/users/class-use/OtpHandler.html | 6 +- .../users/class-use/PasswordHelper.html | 6 +- .../handler/users/class-use/ResetHandler.html | 6 +- .../users/class-use/SettingsHandler.html | 6 +- .../handler/users/class-use/User.html | 6 +- .../users/class-use/UsersAddHandler.html | 6 +- .../users/class-use/UsersDeleteHandler.html | 6 +- .../users/class-use/UsersEditHandler.html | 6 +- .../users/class-use/UsersIndexHandler.html | 6 +- .../users/class-use/UsersViewHandler.html | 6 +- .../handler/users/package-summary.html | 6 +- .../beetroot/handler/users/package-tree.html | 6 +- .../beetroot/handler/users/package-use.html | 6 +- .../beetroot/handler/usersroles/UserRole.html | 8 +- .../usersroles/class-use/UserRole.html | 6 +- .../handler/usersroles/package-summary.html | 6 +- .../handler/usersroles/package-tree.html | 6 +- .../handler/usersroles/package-use.html | 6 +- .../beetroot/logging/AbstractLogging.html | 6 +- .../beetroot/logging/Log4j2Logging.html | 6 +- .../beetroot/logging/LogEventAppender.html | 6 +- .../autumo/beetroot/logging/LogEventList.html | 6 +- .../ch/autumo/beetroot/logging/Logging.html | 6 +- .../beetroot/logging/LoggingFactory.html | 6 +- .../logging/class-use/AbstractLogging.html | 6 +- .../logging/class-use/Log4j2Logging.html | 6 +- .../logging/class-use/LogEventAppender.html | 6 +- .../logging/class-use/LogEventList.html | 6 +- .../beetroot/logging/class-use/Logging.html | 6 +- .../logging/class-use/LoggingFactory.html | 6 +- .../beetroot/logging/package-summary.html | 6 +- .../autumo/beetroot/logging/package-tree.html | 6 +- .../autumo/beetroot/logging/package-use.html | 6 +- .../beetroot/mailing/AbstractMailer.html | 6 +- .../beetroot/mailing/JakartaMailer.html | 6 +- .../autumo/beetroot/mailing/JavaxMailer.html | 6 +- .../ch/autumo/beetroot/mailing/Mailer.html | 6 +- .../beetroot/mailing/MailerFactory.html | 6 +- .../mailing/class-use/AbstractMailer.html | 6 +- .../mailing/class-use/JakartaMailer.html | 6 +- .../mailing/class-use/JavaxMailer.html | 6 +- .../beetroot/mailing/class-use/Mailer.html | 6 +- .../mailing/class-use/MailerFactory.html | 6 +- .../beetroot/mailing/package-summary.html | 6 +- .../autumo/beetroot/mailing/package-tree.html | 6 +- .../autumo/beetroot/mailing/package-use.html | 6 +- .../ch/autumo/beetroot/mime/MimeTypeFile.html | 6 +- .../mime/MimeTypeRegistryProviderImpl.html | 6 +- .../beetroot/mime/class-use/MimeTypeFile.html | 6 +- .../MimeTypeRegistryProviderImpl.html | 6 +- .../autumo/beetroot/mime/package-summary.html | 6 +- .../ch/autumo/beetroot/mime/package-tree.html | 6 +- .../ch/autumo/beetroot/mime/package-use.html | 6 +- .../ch/autumo/beetroot/package-summary.html | 6 +- .../ch/autumo/beetroot/package-tree.html | 6 +- .../ch/autumo/beetroot/package-use.html | 6 +- .../plant/Fertilizer.FertilizerException.html | 6 +- .../ch/autumo/beetroot/plant/Fertilizer.html | 6 +- .../ch/autumo/beetroot/plant/Plant.html | 6 +- .../Fertilizer.FertilizerException.html | 6 +- .../beetroot/plant/class-use/Fertilizer.html | 6 +- .../beetroot/plant/class-use/Plant.html | 6 +- .../beetroot/plant/package-summary.html | 6 +- .../autumo/beetroot/plant/package-tree.html | 6 +- .../ch/autumo/beetroot/plant/package-use.html | 6 +- .../routing/BeetRootDefaultRouter.html | 6 +- .../ch/autumo/beetroot/routing/Route.html | 6 +- .../ch/autumo/beetroot/routing/Router.html | 6 +- .../class-use/BeetRootDefaultRouter.html | 6 +- .../beetroot/routing/class-use/Route.html | 6 +- .../beetroot/routing/class-use/Router.html | 6 +- .../beetroot/routing/package-summary.html | 6 +- .../autumo/beetroot/routing/package-tree.html | 6 +- .../autumo/beetroot/routing/package-use.html | 6 +- .../beetroot/security/SecureApplication.html | 6 +- .../security/SecureApplicationHolder.html | 6 +- .../security/class-use/SecureApplication.html | 6 +- .../class-use/SecureApplicationHolder.html | 6 +- .../beetroot/security/package-summary.html | 6 +- .../beetroot/security/package-tree.html | 6 +- .../autumo/beetroot/security/package-use.html | 6 +- .../security/password/Argon2HashProvider.html | 6 +- .../security/password/NOOPHashProvider.html | 6 +- .../security/password/PBKPD2HashProvider.html | 6 +- .../password/PasswordHashProvider.html | 6 +- .../class-use/Argon2HashProvider.html | 6 +- .../password/class-use/NOOPHashProvider.html | 6 +- .../class-use/PBKPD2HashProvider.html | 6 +- .../class-use/PasswordHashProvider.html | 6 +- .../security/password/package-summary.html | 6 +- .../security/password/package-tree.html | 6 +- .../security/password/package-use.html | 6 +- .../beetroot/server/BaseServer.Help.html | 6 +- .../ch/autumo/beetroot/server/BaseServer.html | 6 +- .../beetroot/server/BeetRootServer.html | 6 +- .../ch/autumo/beetroot/server/FileServer.html | 6 +- .../beetroot/server/action/Download.html | 6 +- .../beetroot/server/action/FileAction.html | 6 +- .../autumo/beetroot/server/action/Upload.html | 6 +- .../server/action/class-use/Download.html | 6 +- .../server/action/class-use/FileAction.html | 6 +- .../server/action/class-use/Upload.html | 6 +- .../server/action/package-summary.html | 6 +- .../beetroot/server/action/package-tree.html | 6 +- .../beetroot/server/action/package-use.html | 6 +- .../server/class-use/BaseServer.Help.html | 6 +- .../beetroot/server/class-use/BaseServer.html | 6 +- .../server/class-use/BeetRootServer.html | 6 +- .../beetroot/server/class-use/FileServer.html | 6 +- .../communication/ClientCommunicator.html | 6 +- .../communication/ClientFileTransfer.html | 6 +- .../server/communication/Communicator.html | 6 +- .../server/communication/FileTransfer.html | 6 +- .../class-use/ClientCommunicator.html | 6 +- .../class-use/ClientFileTransfer.html | 6 +- .../communication/class-use/Communicator.html | 6 +- .../communication/class-use/FileTransfer.html | 6 +- .../server/communication/package-summary.html | 6 +- .../server/communication/package-tree.html | 6 +- .../server/communication/package-use.html | 6 +- .../server/message/AbstractMessage.html | 6 +- .../beetroot/server/message/ClientAnswer.html | 6 +- .../beetroot/server/message/HealthAnswer.html | 6 +- .../server/message/ServerCommand.html | 6 +- .../beetroot/server/message/StopAnswer.html | 6 +- .../message/class-use/AbstractMessage.html | 6 +- .../message/class-use/ClientAnswer.html | 6 +- .../message/class-use/HealthAnswer.html | 6 +- .../message/class-use/ServerCommand.html | 6 +- .../server/message/class-use/StopAnswer.html | 6 +- .../server/message/file/DeleteRequest.html | 6 +- .../server/message/file/DownloadRequest.html | 6 +- .../server/message/file/FileAnswer.html | 6 +- .../message/file/PingDownloadRequest.html | 6 +- .../message/file/PingUploadRequest.html | 6 +- .../server/message/file/UploadRequest.html | 6 +- .../message/file/class-use/DeleteRequest.html | 6 +- .../file/class-use/DownloadRequest.html | 6 +- .../message/file/class-use/FileAnswer.html | 6 +- .../file/class-use/PingDownloadRequest.html | 6 +- .../file/class-use/PingUploadRequest.html | 6 +- .../message/file/class-use/UploadRequest.html | 6 +- .../server/message/file/package-summary.html | 6 +- .../server/message/file/package-tree.html | 6 +- .../server/message/file/package-use.html | 6 +- .../server/message/package-summary.html | 6 +- .../beetroot/server/message/package-tree.html | 6 +- .../beetroot/server/message/package-use.html | 6 +- .../beetroot/server/modules/Dispatcher.html | 6 +- .../beetroot/server/modules/FileStorage.html | 6 +- .../server/modules/class-use/Dispatcher.html | 6 +- .../server/modules/class-use/FileStorage.html | 6 +- .../beetroot/server/modules/log/LocalLog.html | 6 +- .../beetroot/server/modules/log/Log.html | 6 +- .../server/modules/log/LogDispatcher.html | 6 +- .../server/modules/log/LogFactory.html | 6 +- .../server/modules/log/RemoteLog.html | 6 +- .../modules/log/class-use/LocalLog.html | 6 +- .../server/modules/log/class-use/Log.html | 6 +- .../modules/log/class-use/LogDispatcher.html | 6 +- .../modules/log/class-use/LogFactory.html | 6 +- .../modules/log/class-use/RemoteLog.html | 6 +- .../server/modules/log/package-summary.html | 6 +- .../server/modules/log/package-tree.html | 6 +- .../server/modules/log/package-use.html | 6 +- .../server/modules/package-summary.html | 6 +- .../beetroot/server/modules/package-tree.html | 6 +- .../beetroot/server/modules/package-use.html | 6 +- .../beetroot/server/package-summary.html | 6 +- .../autumo/beetroot/server/package-tree.html | 6 +- .../autumo/beetroot/server/package-use.html | 6 +- .../ch/autumo/beetroot/sms/Messenger.html | 6 +- .../autumo/beetroot/sms/MessengerFactory.html | 6 +- .../autumo/beetroot/sms/TwilioMessenger.html | 6 +- .../beetroot/sms/class-use/Messenger.html | 6 +- .../sms/class-use/MessengerFactory.html | 6 +- .../sms/class-use/TwilioMessenger.html | 6 +- .../autumo/beetroot/sms/package-summary.html | 6 +- .../ch/autumo/beetroot/sms/package-tree.html | 6 +- .../ch/autumo/beetroot/sms/package-use.html | 6 +- .../transport/DefaultServerSocketFactory.html | 6 +- .../transport/DefaultSocketFactory.html | 6 +- .../transport/SecureServerSocketFactory.html | 6 +- .../transport/SecureSocketFactory.html | 6 +- .../transport/ServerSocketFactory.html | 6 +- .../beetroot/transport/SocketFactory.html | 6 +- .../class-use/DefaultServerSocketFactory.html | 6 +- .../class-use/DefaultSocketFactory.html | 6 +- .../class-use/SecureServerSocketFactory.html | 6 +- .../class-use/SecureSocketFactory.html | 6 +- .../class-use/ServerSocketFactory.html | 6 +- .../transport/class-use/SocketFactory.html | 6 +- .../beetroot/transport/package-summary.html | 6 +- .../beetroot/transport/package-tree.html | 6 +- .../beetroot/transport/package-use.html | 6 +- .../ch/autumo/beetroot/utils/Helper.html | 6 +- .../autumo/beetroot/utils/UtilsException.html | 6 +- .../autumo/beetroot/utils/bean/BeanField.html | 6 +- .../beetroot/utils/bean/BeanProcessor.html | 6 +- .../ch/autumo/beetroot/utils/bean/Beans.html | 6 +- .../utils/bean/class-use/BeanField.html | 6 +- .../utils/bean/class-use/BeanProcessor.html | 6 +- .../beetroot/utils/bean/class-use/Beans.html | 6 +- .../beetroot/utils/bean/package-summary.html | 6 +- .../beetroot/utils/bean/package-tree.html | 6 +- .../beetroot/utils/bean/package-use.html | 6 +- .../beetroot/utils/class-use/Helper.html | 6 +- .../utils/class-use/UtilsException.html | 6 +- .../autumo/beetroot/utils/common/Colors.html | 6 +- .../beetroot/utils/common/LowerCaseList.html | 6 +- .../ch/autumo/beetroot/utils/common/MIME.html | 6 +- .../ch/autumo/beetroot/utils/common/Time.html | 6 +- .../utils/common/class-use/Colors.html | 6 +- .../utils/common/class-use/LowerCaseList.html | 6 +- .../beetroot/utils/common/class-use/MIME.html | 6 +- .../beetroot/utils/common/class-use/Time.html | 6 +- .../utils/common/package-summary.html | 6 +- .../beetroot/utils/common/package-tree.html | 6 +- .../beetroot/utils/common/package-use.html | 6 +- .../ch/autumo/beetroot/utils/database/DB.html | 6 +- .../beetroot/utils/database/DBField.html | 6 +- .../autumo/beetroot/utils/database/H2Url.html | 6 +- .../beetroot/utils/database/class-use/DB.html | 6 +- .../utils/database/class-use/DBField.html | 6 +- .../utils/database/class-use/H2Url.html | 6 +- .../utils/database/package-summary.html | 6 +- .../beetroot/utils/database/package-tree.html | 6 +- .../beetroot/utils/database/package-use.html | 6 +- .../beetroot/utils/package-summary.html | 6 +- .../autumo/beetroot/utils/package-tree.html | 6 +- .../ch/autumo/beetroot/utils/package-use.html | 6 +- .../beetroot/utils/security/PWEncoder.html | 6 +- .../autumo/beetroot/utils/security/SSL.html | 6 +- .../utils/security/Security.KEYDATA.html | 6 +- .../beetroot/utils/security/Security.html | 6 +- .../utils/security/class-use/PWEncoder.html | 6 +- .../utils/security/class-use/SSL.html | 6 +- .../security/class-use/Security.KEYDATA.html | 6 +- .../utils/security/class-use/Security.html | 6 +- .../utils/security/package-summary.html | 6 +- .../beetroot/utils/security/package-tree.html | 6 +- .../beetroot/utils/security/package-use.html | 6 +- .../beetroot/utils/systen/GUIDGenerator.html | 6 +- .../ch/autumo/beetroot/utils/systen/OS.html | 6 +- .../utils/systen/class-use/GUIDGenerator.html | 6 +- .../beetroot/utils/systen/class-use/OS.html | 6 +- .../utils/systen/package-summary.html | 6 +- .../beetroot/utils/systen/package-tree.html | 6 +- .../beetroot/utils/systen/package-use.html | 6 +- .../ch/autumo/beetroot/utils/web/TwoFA.html | 6 +- .../ch/autumo/beetroot/utils/web/Web.html | 6 +- .../beetroot/utils/web/class-use/TwoFA.html | 6 +- .../beetroot/utils/web/class-use/Web.html | 6 +- .../beetroot/utils/web/package-summary.html | 6 +- .../beetroot/utils/web/package-tree.html | 6 +- .../beetroot/utils/web/package-use.html | 6 +- doc/apidocs/constant-values.html | 10 +- doc/apidocs/help-doc.html | 6 +- doc/apidocs/index-all.html | 61 +- doc/apidocs/index.html | 8 +- doc/apidocs/member-search-index.js | 2 +- .../RouterNanoHTTPD.BaseRoutePrioritizer.html | 6 +- .../RouterNanoHTTPD.DefaultHandler.html | 6 +- ...uterNanoHTTPD.DefaultRoutePrioritizer.html | 6 +- .../RouterNanoHTTPD.DefaultStreamHandler.html | 6 +- .../RouterNanoHTTPD.Error404UriHandler.html | 6 +- .../RouterNanoHTTPD.GeneralHandler.html | 6 +- .../RouterNanoHTTPD.IRoutePrioritizer.html | 6 +- .../router/RouterNanoHTTPD.IndexHandler.html | 6 +- ...oHTTPD.InsertionOrderRoutePrioritizer.html | 6 +- ...RouterNanoHTTPD.NotImplementedHandler.html | 6 +- ...TTPD.ProvidedPriorityRoutePrioritizer.html | 6 +- .../RouterNanoHTTPD.StaticPageHandler.html | 6 +- .../router/RouterNanoHTTPD.UriResource.html | 6 +- .../router/RouterNanoHTTPD.UriResponder.html | 8 +- .../router/RouterNanoHTTPD.UriRouter.html | 6 +- .../org/nanohttpd/router/RouterNanoHTTPD.html | 6 +- .../RouterNanoHTTPD.BaseRoutePrioritizer.html | 6 +- .../RouterNanoHTTPD.DefaultHandler.html | 73 ++- ...uterNanoHTTPD.DefaultRoutePrioritizer.html | 6 +- .../RouterNanoHTTPD.DefaultStreamHandler.html | 73 ++- .../RouterNanoHTTPD.Error404UriHandler.html | 6 +- .../RouterNanoHTTPD.GeneralHandler.html | 6 +- .../RouterNanoHTTPD.IRoutePrioritizer.html | 6 +- .../RouterNanoHTTPD.IndexHandler.html | 6 +- ...oHTTPD.InsertionOrderRoutePrioritizer.html | 6 +- ...RouterNanoHTTPD.NotImplementedHandler.html | 6 +- ...TTPD.ProvidedPriorityRoutePrioritizer.html | 6 +- .../RouterNanoHTTPD.StaticPageHandler.html | 6 +- .../RouterNanoHTTPD.UriResource.html | 6 +- .../RouterNanoHTTPD.UriResponder.html | 73 ++- .../class-use/RouterNanoHTTPD.UriRouter.html | 6 +- .../router/class-use/RouterNanoHTTPD.html | 6 +- .../org/nanohttpd/router/package-summary.html | 6 +- .../org/nanohttpd/router/package-tree.html | 6 +- .../org/nanohttpd/router/package-use.html | 6 +- doc/apidocs/overview-summary.html | 6 +- doc/apidocs/overview-tree.html | 7 +- doc/apidocs/serialized-form.html | 6 +- doc/apidocs/type-search-index.js | 2 +- doc/authorization.md | 2 +- doc/handlers.md | 4 +- doc/migration.md | 7 + 497 files changed, 2688 insertions(+), 2132 deletions(-) create mode 100644 doc/apidocs/ch/autumo/beetroot/handler/CustomResponseHandler.html create mode 100644 doc/apidocs/ch/autumo/beetroot/handler/class-use/CustomResponseHandler.html diff --git a/README.md b/README.md index 2965edf6..28d5ded3 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ Enter the following commands into your terminal: **Linux, macOS** ```NuShell -VERSION=3.0.0 +VERSION=3.0.1 PACKAGE=autumo-beetRoot-$VERSION curl -LO https://github.com/autumoswitzerland/autumo-beetroot/releases/download/v$VERSION/$PACKAGE.zip @@ -152,7 +152,7 @@ $PACKAGE/bin/beetroot.sh start **Windows** ```Batchfile -SET VERSION=3.0.0 +SET VERSION=3.0.1 SET PACKAGE=autumo-beetRoot-%VERSION% curl -LO https://github.com/autumoswitzerland/autumo-beetroot/releases/download/v%VERSION%/%PACKAGE%.zip diff --git a/doc/apidocs/allclasses-index.html b/doc/apidocs/allclasses-index.html index 75a1bccd..2de0e127 100644 --- a/doc/apidocs/allclasses-index.html +++ b/doc/apidocs/allclasses-index.html @@ -1,11 +1,11 @@ - -All Classes and Interfaces (autumo-beetroot 3.0.0 API) + +All Classes and Interfaces (autumo-beetroot 3.0.1 API) - + @@ -186,597 +186,601 @@

All Classes and Interfaces<
Database create listener for entities.
-
DB
+
CustomResponseHandler
-
DB methods helper and access.
+
Handler that is used for custom responses, e.g.
-
DBField
+
DB
-
DB field.
+
DB methods helper and access.
-
DefaultAddHandler
+
DBField
-
Default handler for 'web/html/<entity>/add.html' templates.
+
DB field.
-
DefaultDeleteHandler
+
DefaultAddHandler
-
Default delete handler.
+
Default handler for 'web/html/<entity>/add.html' templates.
-
DefaultEditHandler
+
DefaultDeleteHandler
-
Default handler for 'web/html/<entity>/edit.html' templates.
+
Default delete handler.
-
DefaultIndexHandler
+
DefaultEditHandler
-
Default handler for 'web/html/<entity>/index.html' templates.
+
Default handler for 'web/html/<entity>/edit.html' templates.
-
DefaultRESTIndexHandler
+
DefaultIndexHandler
-
Default JSON-REST handler for listing entities.
+
Default handler for 'web/html/<entity>/index.html' templates.
-
DefaultServerSocketFactory
+
DefaultRESTIndexHandler
-
Default Server Socket Factory.
+
Default JSON-REST handler for listing entities.
-
DefaultSocketFactory
+
DefaultServerSocketFactory
-
Default Socket Factory.
+
Default Server Socket Factory.
-
DefaultViewHandler
+
DefaultSocketFactory
+
Default Socket Factory.
+
+
DefaultViewHandler
+
Default handler for 'web/html/<entity>/view.html' templates.
-
DeleteListener
-
+ +
Database delete listener for entities.
- -
+ +
File delete command; client-side.
- -
+ +
Dispatcher for server commands received server-side; every remote component must implement a dispatcher.
- -
+ +
Download.
- -
+ +
Download request; client-side.
- -
+ +
Marker interface for all entities.
- -
-
Default error 404 handler.
-
- +
-
Default error handler.
+
Default error 404 handler.
- +
-
CRUD event handler.
+
Default error handler.
- +
-
Default file download handler for 'web/html/files/view.html' templates.
+
CRUD event handler.
- +
-
Default file upload handler for 'web/html/files/add.html' templates.
+
Default file download handler for 'web/html/files/view.html' templates.
- +
-
Users add handler for extended roles.
+
Default file upload handler for 'web/html/files/add.html' templates.
- +
-
Users delete handler for extended roles.
+
Users add handler for extended roles.
- +
-
Users edit handler for extended roles.
+
Users delete handler for extended roles.
- +
Users edit handler for extended roles.
- +
-
Users view handler for extended roles.
+
Users edit handler for extended roles.
- +
-
Fertilizer for plant.
+
Users view handler for extended roles.
- +
-
Server file action.
+
Fertilizer for plant.
- +
-
File answer: only used when the server received a file from client!
+
Server file action.
- +
-
File cache.
+
File answer: only used when the server received a file from client!
- +
-
File cache manager.
+
File cache.
- +
+
File cache manager.
+
+ +
File server.
- -
+ +
File storage interface.
- -
+ +
Client/Server file transfer.
- -
+ +
GUID generator.
- -
+ +
H2 database URl for further processing.
- -
+ +
Handler interface.
- -
+ +
Handler response.
- -
+ +
Health answer - only server-side internally used as a marker class.
- -
+ +
Helper methods.
- -
+ +
Home handler.
- -
+ +
Initializer.
- -
+ +
Jakarta Mailer.
- -
+ +
Javax Mailer.
- -
+ +
Language manager.
- -
+ +
Local log extended.
- -
+ +
Server log interface.
- -
+ +
Log4j2 Logging initialization.
- -
+ +
Log Extended Dispatcher.
- -
+ +
Log4j log event appender.
- -
+ +
Log event list with a maximum size and with shadow copies of log events.
- -
 
- -
+ +
 
+ +
Logging interface.
- -
+ +
Logging factory.
- -
+ +
Log extended handler.
- -
+ +
Default login handler.
- -
+ +
Default logout handler.
- -
+ +
Special list for roles and permissions that ignores the case.
- -
+ +
Mailer interface.
- -
+ +
Mailer factory.
- -
+ +
SMS messenger interface.
- -
+ +
SMS Messenger factory.
- -
+ +
MIME checks.
- -
+ +
Mime type file.
- -
+ +
Mime type registry provider implementation.
- -
+ +
Model for all beetRoot entities.
- -
+ +
New QR Code handler.
- -
+ +
Handler that has no columns configuration.
- -
+ +
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.
- +
-
Provides NO hash, just returns the value!
+
Handler that has no content output, no web resource.
- +
+
Provides NO hash, just returns the value!
+
+ +
Default not-implemented handler.
- -
 
- -
+ +
 
+ +
OS helper methods.
- -
+ +
Default OTP handler.
- -
+ +
Provides a irreversible hash for a password/key.
- -
-
Simple Password Helper.
-
- +
-
Provides a hash with PBKDF2 with HMAC and SHA256.
+
Simple Password Helper.
- +
-
Ping download request.
+
Provides a hash with PBKDF2 with HMAC and SHA256.
- +
-
Ping upload request.
+
Ping download request.
- +
-
PLANT - beetRoot CRUD Generator.
+
Ping upload request.
- +
-
Properties add handler.
+
PLANT - beetRoot CRUD Generator.
- +
Properties add handler.
- +
-
Properties edit handler.
+
Properties add handler.
- +
-
Properties index handler.
+
Properties edit handler.
- +
-
Properties view handler.
+
Properties index handler.
- +
-
Property.
+
Properties view handler.
- +
-
Encoder for passwords.
+
Property.
- +
-
Remote log extended.
+
Encoder for passwords.
- +
-
Default login handler.
+
Remote log extended.
- +
-
Role.
+
Default login handler.
- +
-
Roles add handler.
+
Role.
- +
-
Roles delete handler.
+
Roles add handler.
- +
-
Roles edit handler.
+
Roles delete handler.
- +
-
Roles index handler.
+
Roles edit handler.
- +
-
Roles view handler.
+
Roles index handler.
- +
+
Roles view handler.
+
+ +
Route.
- -
+ +
Router interface.
- -
 
- +
 
- -
+ +
 
+ +
General nanolet to inherit from if you provide text or html data, only fixed size responses will be generated.
- -
 
- -
+ +
 
+ +
General nanolet to inherit from if you provide stream data, only chucked responses will be generated.
- -
-
Handling error 404 - unrecognized urls
-
- +
-
General nanolet to print debug info's as a html page.
+
Handling error 404 - unrecognized urls
- +
-
Handling index
+
General nanolet to print debug info's as a html page.
- -
 
- -
 
- -
 
- -
 
- +
-
General nanolet to print debug info's as a html page.
+
Handling index
- +
 
- +
 
- +
 
- -
+ +
 
+ +
+
General nanolet to print debug info's as a html page.
+
+ +
 
+ +
 
+ +
 
+ +
Secure application to provide a seed.
- -
+ +
Sec App Holder.
- -
+ +
Secure Server Socket Factory.
- -
+ +
Secure Socket Factory.
- -
+ +
Security helper methods.
- -
+ +
Internal keys.
- -
+ +
Secure server command.
- -
+ +
Server Socket Factory Interface.
- -
+ +
User session.
- -
+ +
User session manager.
- -
+ +
Settings handler.
- -
+ +
Client Socket Factory Interface.
- -
+ +
SSL utilities.
- -
+ +
Stop answer - only server-side internally used as a marker class.
- -
+ +
Task.
- -
+ +
Tasks add handler.
- -
+ +
Properties add handler.
- -
+ +
Tasks edit handler.
- -
+ +
Tasks index handler.
- -
+ +
Tasks JSON-REST index handler.
- -
+ +
Tasks view handler.
- -
+ +
Time utilities.
- -
+ +
TWILIO Caller.
- -
+ +
Twilio SMS Messenger See: https://www.twilio.com
- -
+ +
2-FA Google Authenticator.
- -
 
- -
+ +
 
+ +
Database update listener for entities.
- -
+ +
Upload.
- -
+ +
Upload request; client-side.
- -
+ +
User.
- -
+ +
UserRole.
- -
+ +
Users add handler.
- -
+ +
Users delete handler.
- -
+ +
Users edit handler.
- -
+ +
Users index handler.
- -
+ +
Users view handler.
- -
+ +
Utils exception.
- -
+ +
Web helper methods.
diff --git a/doc/apidocs/allpackages-index.html b/doc/apidocs/allpackages-index.html index 93943c8e..1b39849e 100644 --- a/doc/apidocs/allpackages-index.html +++ b/doc/apidocs/allpackages-index.html @@ -1,11 +1,11 @@ - -All Packages (autumo-beetroot 3.0.0 API) + +All Packages (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/AbstractBeetRootServlet.html b/doc/apidocs/ch/autumo/beetroot/AbstractBeetRootServlet.html index 7a6305ea..59eb5b37 100644 --- a/doc/apidocs/ch/autumo/beetroot/AbstractBeetRootServlet.html +++ b/doc/apidocs/ch/autumo/beetroot/AbstractBeetRootServlet.html @@ -1,11 +1,11 @@ - -AbstractBeetRootServlet (autumo-beetroot 3.0.0 API) + +AbstractBeetRootServlet (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/BeetRootClientHandler.html b/doc/apidocs/ch/autumo/beetroot/BeetRootClientHandler.html index fd448ecb..a9414ce2 100644 --- a/doc/apidocs/ch/autumo/beetroot/BeetRootClientHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/BeetRootClientHandler.html @@ -1,11 +1,11 @@ - -BeetRootClientHandler (autumo-beetroot 3.0.0 API) + +BeetRootClientHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/BeetRootConfigurationManager.html b/doc/apidocs/ch/autumo/beetroot/BeetRootConfigurationManager.html index ff89949e..2c264afa 100644 --- a/doc/apidocs/ch/autumo/beetroot/BeetRootConfigurationManager.html +++ b/doc/apidocs/ch/autumo/beetroot/BeetRootConfigurationManager.html @@ -1,11 +1,11 @@ - -BeetRootConfigurationManager (autumo-beetroot 3.0.0 API) + +BeetRootConfigurationManager (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/BeetRootDatabaseManager.html b/doc/apidocs/ch/autumo/beetroot/BeetRootDatabaseManager.html index b290bae2..aa01043d 100644 --- a/doc/apidocs/ch/autumo/beetroot/BeetRootDatabaseManager.html +++ b/doc/apidocs/ch/autumo/beetroot/BeetRootDatabaseManager.html @@ -1,11 +1,11 @@ - -BeetRootDatabaseManager (autumo-beetroot 3.0.0 API) + +BeetRootDatabaseManager (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/BeetRootHTTPSession.html b/doc/apidocs/ch/autumo/beetroot/BeetRootHTTPSession.html index e2c87d59..25e0a94b 100644 --- a/doc/apidocs/ch/autumo/beetroot/BeetRootHTTPSession.html +++ b/doc/apidocs/ch/autumo/beetroot/BeetRootHTTPSession.html @@ -1,11 +1,11 @@ - -BeetRootHTTPSession (autumo-beetroot 3.0.0 API) + +BeetRootHTTPSession (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/BeetRootService.html b/doc/apidocs/ch/autumo/beetroot/BeetRootService.html index 88a7760e..f11e744f 100644 --- a/doc/apidocs/ch/autumo/beetroot/BeetRootService.html +++ b/doc/apidocs/ch/autumo/beetroot/BeetRootService.html @@ -1,11 +1,11 @@ - -BeetRootService (autumo-beetroot 3.0.0 API) + +BeetRootService (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/BeetRootServlet.html b/doc/apidocs/ch/autumo/beetroot/BeetRootServlet.html index 5f5f5c12..1975c73f 100644 --- a/doc/apidocs/ch/autumo/beetroot/BeetRootServlet.html +++ b/doc/apidocs/ch/autumo/beetroot/BeetRootServlet.html @@ -1,11 +1,11 @@ - -BeetRootServlet (autumo-beetroot 3.0.0 API) + +BeetRootServlet (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/BeetRootWebServer.html b/doc/apidocs/ch/autumo/beetroot/BeetRootWebServer.html index a6504414..38f16a5e 100644 --- a/doc/apidocs/ch/autumo/beetroot/BeetRootWebServer.html +++ b/doc/apidocs/ch/autumo/beetroot/BeetRootWebServer.html @@ -1,11 +1,11 @@ - -BeetRootWebServer (autumo-beetroot 3.0.0 API) + +BeetRootWebServer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/Constants.html b/doc/apidocs/ch/autumo/beetroot/Constants.html index d7310219..8bc26202 100644 --- a/doc/apidocs/ch/autumo/beetroot/Constants.html +++ b/doc/apidocs/ch/autumo/beetroot/Constants.html @@ -1,11 +1,11 @@ - -Constants (autumo-beetroot 3.0.0 API) + +Constants (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/Entity.html b/doc/apidocs/ch/autumo/beetroot/Entity.html index 9cdd458a..f8f22742 100644 --- a/doc/apidocs/ch/autumo/beetroot/Entity.html +++ b/doc/apidocs/ch/autumo/beetroot/Entity.html @@ -1,11 +1,11 @@ - -Entity (autumo-beetroot 3.0.0 API) + +Entity (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/Initializer.html b/doc/apidocs/ch/autumo/beetroot/Initializer.html index b18de8ce..90d6a348 100644 --- a/doc/apidocs/ch/autumo/beetroot/Initializer.html +++ b/doc/apidocs/ch/autumo/beetroot/Initializer.html @@ -1,11 +1,11 @@ - -Initializer (autumo-beetroot 3.0.0 API) + +Initializer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/LanguageManager.html b/doc/apidocs/ch/autumo/beetroot/LanguageManager.html index 3fe59636..a8d50154 100644 --- a/doc/apidocs/ch/autumo/beetroot/LanguageManager.html +++ b/doc/apidocs/ch/autumo/beetroot/LanguageManager.html @@ -1,11 +1,11 @@ - -LanguageManager (autumo-beetroot 3.0.0 API) + +LanguageManager (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/Model.html b/doc/apidocs/ch/autumo/beetroot/Model.html index ae391fd0..dcbc10db 100644 --- a/doc/apidocs/ch/autumo/beetroot/Model.html +++ b/doc/apidocs/ch/autumo/beetroot/Model.html @@ -1,11 +1,11 @@ - -Model (autumo-beetroot 3.0.0 API) + +Model (autumo-beetroot 3.0.1 API) - + @@ -342,6 +342,24 @@

Method Summary

List all entities of the given entity bean with specific condition, e.g.
+
static List<Model>
+
where(Class<?> entity, + String condition, + Object[] values, + int amount)
+
+
List all entities of the given entity bean with specific condition, + e.g.
+
+
static List<Model>
+
where(Class<?> entity, + String condition, + Object value, + int amount)
+
+
List all entities of the given entity bean with specific condition, + e.g.
+
@@ -769,6 +787,26 @@

listAll

  • +
    +

    where

    +
    public static List<Model> where(Class<?> entity, + String condition, + Object value, + int amount)
    +
    List all entities of the given entity bean with specific condition, + e.g. 'age >= ?'.
    +
    +
    Parameters:
    +
    entity - entity bean class
    +
    condition - SQL condition
    +
    value - value for the condition with one argument
    +
    amount - max records to return
    +
    Returns:
    +
    entities
    +
    +
    +
  • +
  • where

    public static List<Model> where(Class<?> entity, @@ -787,6 +825,26 @@

    where

  • +
    +

    where

    +
    public static List<Model> where(Class<?> entity, + String condition, + Object[] values, + int amount)
    +
    List all entities of the given entity bean with specific condition, + e.g. 'age >= ?, gender = ?'.
    +
    +
    Parameters:
    +
    entity - entity bean class
    +
    condition - SQL condition
    +
    values - values for the condition
    +
    amount - max records to return
    +
    Returns:
    +
    entities
    +
    +
    +
  • +
  • where

    public static List<Model> where(Class<?> entity, diff --git a/doc/apidocs/ch/autumo/beetroot/Session.html b/doc/apidocs/ch/autumo/beetroot/Session.html index 42c3401b..745e78e7 100644 --- a/doc/apidocs/ch/autumo/beetroot/Session.html +++ b/doc/apidocs/ch/autumo/beetroot/Session.html @@ -1,11 +1,11 @@ - -Session (autumo-beetroot 3.0.0 API) + +Session (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/SessionManager.html b/doc/apidocs/ch/autumo/beetroot/SessionManager.html index 6b4c9bc0..39188e25 100644 --- a/doc/apidocs/ch/autumo/beetroot/SessionManager.html +++ b/doc/apidocs/ch/autumo/beetroot/SessionManager.html @@ -1,11 +1,11 @@ - -SessionManager (autumo-beetroot 3.0.0 API) + +SessionManager (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/annotations/Column.html b/doc/apidocs/ch/autumo/beetroot/annotations/Column.html index ce2058fc..c6598791 100644 --- a/doc/apidocs/ch/autumo/beetroot/annotations/Column.html +++ b/doc/apidocs/ch/autumo/beetroot/annotations/Column.html @@ -1,11 +1,11 @@ - -Column (autumo-beetroot 3.0.0 API) + +Column (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/annotations/Nullable.html b/doc/apidocs/ch/autumo/beetroot/annotations/Nullable.html index 4e0e6bc7..4e3b8f8b 100644 --- a/doc/apidocs/ch/autumo/beetroot/annotations/Nullable.html +++ b/doc/apidocs/ch/autumo/beetroot/annotations/Nullable.html @@ -1,11 +1,11 @@ - -Nullable (autumo-beetroot 3.0.0 API) + +Nullable (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/annotations/Unique.html b/doc/apidocs/ch/autumo/beetroot/annotations/Unique.html index 5339ae54..ee88e913 100644 --- a/doc/apidocs/ch/autumo/beetroot/annotations/Unique.html +++ b/doc/apidocs/ch/autumo/beetroot/annotations/Unique.html @@ -1,11 +1,11 @@ - -Unique (autumo-beetroot 3.0.0 API) + +Unique (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/annotations/class-use/Column.html b/doc/apidocs/ch/autumo/beetroot/annotations/class-use/Column.html index ec13c5bc..fe60b8d2 100644 --- a/doc/apidocs/ch/autumo/beetroot/annotations/class-use/Column.html +++ b/doc/apidocs/ch/autumo/beetroot/annotations/class-use/Column.html @@ -1,11 +1,11 @@ - -Uses of Annotation Interface ch.autumo.beetroot.annotations.Column (autumo-beetroot 3.0.0 API) + +Uses of Annotation Interface ch.autumo.beetroot.annotations.Column (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/annotations/class-use/Nullable.html b/doc/apidocs/ch/autumo/beetroot/annotations/class-use/Nullable.html index 5175867b..c6c690ae 100644 --- a/doc/apidocs/ch/autumo/beetroot/annotations/class-use/Nullable.html +++ b/doc/apidocs/ch/autumo/beetroot/annotations/class-use/Nullable.html @@ -1,11 +1,11 @@ - -Uses of Annotation Interface ch.autumo.beetroot.annotations.Nullable (autumo-beetroot 3.0.0 API) + +Uses of Annotation Interface ch.autumo.beetroot.annotations.Nullable (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/annotations/class-use/Unique.html b/doc/apidocs/ch/autumo/beetroot/annotations/class-use/Unique.html index 2b03678b..af4116c2 100644 --- a/doc/apidocs/ch/autumo/beetroot/annotations/class-use/Unique.html +++ b/doc/apidocs/ch/autumo/beetroot/annotations/class-use/Unique.html @@ -1,11 +1,11 @@ - -Uses of Annotation Interface ch.autumo.beetroot.annotations.Unique (autumo-beetroot 3.0.0 API) + +Uses of Annotation Interface ch.autumo.beetroot.annotations.Unique (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/annotations/package-summary.html b/doc/apidocs/ch/autumo/beetroot/annotations/package-summary.html index a3ecce05..67c3ec0e 100644 --- a/doc/apidocs/ch/autumo/beetroot/annotations/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/annotations/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.annotations (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.annotations (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/annotations/package-tree.html b/doc/apidocs/ch/autumo/beetroot/annotations/package-tree.html index 66582803..a93cd466 100644 --- a/doc/apidocs/ch/autumo/beetroot/annotations/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/annotations/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.annotations Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.annotations Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/annotations/package-use.html b/doc/apidocs/ch/autumo/beetroot/annotations/package-use.html index 980fefe2..ef28eb9a 100644 --- a/doc/apidocs/ch/autumo/beetroot/annotations/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/annotations/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.annotations (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.annotations (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/cache/FileCache.html b/doc/apidocs/ch/autumo/beetroot/cache/FileCache.html index 6fa92ff4..91d44289 100644 --- a/doc/apidocs/ch/autumo/beetroot/cache/FileCache.html +++ b/doc/apidocs/ch/autumo/beetroot/cache/FileCache.html @@ -1,11 +1,11 @@ - -FileCache (autumo-beetroot 3.0.0 API) + +FileCache (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/cache/FileCacheManager.html b/doc/apidocs/ch/autumo/beetroot/cache/FileCacheManager.html index a4472f1f..40787d94 100644 --- a/doc/apidocs/ch/autumo/beetroot/cache/FileCacheManager.html +++ b/doc/apidocs/ch/autumo/beetroot/cache/FileCacheManager.html @@ -1,11 +1,11 @@ - -FileCacheManager (autumo-beetroot 3.0.0 API) + +FileCacheManager (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/cache/class-use/FileCache.html b/doc/apidocs/ch/autumo/beetroot/cache/class-use/FileCache.html index ed979ecc..dccfdf9b 100644 --- a/doc/apidocs/ch/autumo/beetroot/cache/class-use/FileCache.html +++ b/doc/apidocs/ch/autumo/beetroot/cache/class-use/FileCache.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.cache.FileCache (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.cache.FileCache (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/cache/class-use/FileCacheManager.html b/doc/apidocs/ch/autumo/beetroot/cache/class-use/FileCacheManager.html index 76fe17df..2dfb4e54 100644 --- a/doc/apidocs/ch/autumo/beetroot/cache/class-use/FileCacheManager.html +++ b/doc/apidocs/ch/autumo/beetroot/cache/class-use/FileCacheManager.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.cache.FileCacheManager (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.cache.FileCacheManager (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/cache/package-summary.html b/doc/apidocs/ch/autumo/beetroot/cache/package-summary.html index a0955555..9143cada 100644 --- a/doc/apidocs/ch/autumo/beetroot/cache/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/cache/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.cache (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.cache (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/cache/package-tree.html b/doc/apidocs/ch/autumo/beetroot/cache/package-tree.html index af20adae..a16e5611 100644 --- a/doc/apidocs/ch/autumo/beetroot/cache/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/cache/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.cache Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.cache Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/cache/package-use.html b/doc/apidocs/ch/autumo/beetroot/cache/package-use.html index e6c0f01a..4cbd3631 100644 --- a/doc/apidocs/ch/autumo/beetroot/cache/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/cache/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.cache (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.cache (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/call/Caller.html b/doc/apidocs/ch/autumo/beetroot/call/Caller.html index f218ba97..4027c214 100644 --- a/doc/apidocs/ch/autumo/beetroot/call/Caller.html +++ b/doc/apidocs/ch/autumo/beetroot/call/Caller.html @@ -1,11 +1,11 @@ - -Caller (autumo-beetroot 3.0.0 API) + +Caller (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/call/CallerFactory.html b/doc/apidocs/ch/autumo/beetroot/call/CallerFactory.html index 8f77c8db..ece6f716 100644 --- a/doc/apidocs/ch/autumo/beetroot/call/CallerFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/call/CallerFactory.html @@ -1,11 +1,11 @@ - -CallerFactory (autumo-beetroot 3.0.0 API) + +CallerFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/call/TwilioCaller.html b/doc/apidocs/ch/autumo/beetroot/call/TwilioCaller.html index 3c4ada56..3e5d206f 100644 --- a/doc/apidocs/ch/autumo/beetroot/call/TwilioCaller.html +++ b/doc/apidocs/ch/autumo/beetroot/call/TwilioCaller.html @@ -1,11 +1,11 @@ - -TwilioCaller (autumo-beetroot 3.0.0 API) + +TwilioCaller (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/call/class-use/Caller.html b/doc/apidocs/ch/autumo/beetroot/call/class-use/Caller.html index 8f30ff2b..c8646de0 100644 --- a/doc/apidocs/ch/autumo/beetroot/call/class-use/Caller.html +++ b/doc/apidocs/ch/autumo/beetroot/call/class-use/Caller.html @@ -1,11 +1,11 @@ - -Uses of Interface ch.autumo.beetroot.call.Caller (autumo-beetroot 3.0.0 API) + +Uses of Interface ch.autumo.beetroot.call.Caller (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/call/class-use/CallerFactory.html b/doc/apidocs/ch/autumo/beetroot/call/class-use/CallerFactory.html index c1acecb5..2e498d32 100644 --- a/doc/apidocs/ch/autumo/beetroot/call/class-use/CallerFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/call/class-use/CallerFactory.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.call.CallerFactory (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.call.CallerFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/call/class-use/TwilioCaller.html b/doc/apidocs/ch/autumo/beetroot/call/class-use/TwilioCaller.html index e7fdafa0..d0778b16 100644 --- a/doc/apidocs/ch/autumo/beetroot/call/class-use/TwilioCaller.html +++ b/doc/apidocs/ch/autumo/beetroot/call/class-use/TwilioCaller.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.call.TwilioCaller (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.call.TwilioCaller (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/call/package-summary.html b/doc/apidocs/ch/autumo/beetroot/call/package-summary.html index fdf10c29..fd2e9033 100644 --- a/doc/apidocs/ch/autumo/beetroot/call/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/call/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.call (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.call (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/call/package-tree.html b/doc/apidocs/ch/autumo/beetroot/call/package-tree.html index 3618b0c9..d4741b07 100644 --- a/doc/apidocs/ch/autumo/beetroot/call/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/call/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.call Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.call Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/call/package-use.html b/doc/apidocs/ch/autumo/beetroot/call/package-use.html index 5808bcae..3c2492e5 100644 --- a/doc/apidocs/ch/autumo/beetroot/call/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/call/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.call (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.call (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/class-use/AbstractBeetRootServlet.html b/doc/apidocs/ch/autumo/beetroot/class-use/AbstractBeetRootServlet.html index d7154ec5..7fa36518 100644 --- a/doc/apidocs/ch/autumo/beetroot/class-use/AbstractBeetRootServlet.html +++ b/doc/apidocs/ch/autumo/beetroot/class-use/AbstractBeetRootServlet.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.AbstractBeetRootServlet (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.AbstractBeetRootServlet (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootClientHandler.html b/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootClientHandler.html index ccec8fb1..decd7e08 100644 --- a/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootClientHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootClientHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.BeetRootClientHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.BeetRootClientHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootConfigurationManager.html b/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootConfigurationManager.html index 1a38d6bb..7e79ac72 100644 --- a/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootConfigurationManager.html +++ b/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootConfigurationManager.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.BeetRootConfigurationManager (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.BeetRootConfigurationManager (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootDatabaseManager.html b/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootDatabaseManager.html index e5402371..bfceb9c5 100644 --- a/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootDatabaseManager.html +++ b/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootDatabaseManager.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.BeetRootDatabaseManager (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.BeetRootDatabaseManager (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootHTTPSession.html b/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootHTTPSession.html index 9ee76cbe..3c7e9a19 100644 --- a/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootHTTPSession.html +++ b/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootHTTPSession.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.BeetRootHTTPSession (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.BeetRootHTTPSession (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootService.html b/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootService.html index ca6a0d0e..6cd3757a 100644 --- a/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootService.html +++ b/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootService.html @@ -1,11 +1,11 @@ - -Uses of Interface ch.autumo.beetroot.BeetRootService (autumo-beetroot 3.0.0 API) + +Uses of Interface ch.autumo.beetroot.BeetRootService (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootServlet.html b/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootServlet.html index 4d8ac073..c5210f18 100644 --- a/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootServlet.html +++ b/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootServlet.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.BeetRootServlet (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.BeetRootServlet (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootWebServer.html b/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootWebServer.html index 751523f5..ecaf671b 100644 --- a/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootWebServer.html +++ b/doc/apidocs/ch/autumo/beetroot/class-use/BeetRootWebServer.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.BeetRootWebServer (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.BeetRootWebServer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/class-use/Constants.html b/doc/apidocs/ch/autumo/beetroot/class-use/Constants.html index 46f2b0a8..8824e251 100644 --- a/doc/apidocs/ch/autumo/beetroot/class-use/Constants.html +++ b/doc/apidocs/ch/autumo/beetroot/class-use/Constants.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.Constants (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.Constants (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/class-use/Entity.html b/doc/apidocs/ch/autumo/beetroot/class-use/Entity.html index 7e7532ea..b7a37fd9 100644 --- a/doc/apidocs/ch/autumo/beetroot/class-use/Entity.html +++ b/doc/apidocs/ch/autumo/beetroot/class-use/Entity.html @@ -1,11 +1,11 @@ - -Uses of Interface ch.autumo.beetroot.Entity (autumo-beetroot 3.0.0 API) + +Uses of Interface ch.autumo.beetroot.Entity (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/class-use/Initializer.html b/doc/apidocs/ch/autumo/beetroot/class-use/Initializer.html index 439ac449..00c9c387 100644 --- a/doc/apidocs/ch/autumo/beetroot/class-use/Initializer.html +++ b/doc/apidocs/ch/autumo/beetroot/class-use/Initializer.html @@ -1,11 +1,11 @@ - -Uses of Interface ch.autumo.beetroot.Initializer (autumo-beetroot 3.0.0 API) + +Uses of Interface ch.autumo.beetroot.Initializer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/class-use/LanguageManager.html b/doc/apidocs/ch/autumo/beetroot/class-use/LanguageManager.html index 40a6d25d..a91c1603 100644 --- a/doc/apidocs/ch/autumo/beetroot/class-use/LanguageManager.html +++ b/doc/apidocs/ch/autumo/beetroot/class-use/LanguageManager.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.LanguageManager (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.LanguageManager (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/class-use/Model.html b/doc/apidocs/ch/autumo/beetroot/class-use/Model.html index 1ada82ea..ca53059e 100644 --- a/doc/apidocs/ch/autumo/beetroot/class-use/Model.html +++ b/doc/apidocs/ch/autumo/beetroot/class-use/Model.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.Model (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.Model (autumo-beetroot 3.0.1 API) - + @@ -175,6 +175,24 @@

    Uses of ModelList all entities of the given entity bean with specific condition, e.g.

  • +
    static List<Model>
    +
    Model.where(Class<?> entity, + String condition, + Object[] values, + int amount)
    +
    +
    List all entities of the given entity bean with specific condition, + e.g.
    +
    +
    static List<Model>
    +
    Model.where(Class<?> entity, + String condition, + Object value, + int amount)
    +
    +
    List all entities of the given entity bean with specific condition, + e.g.
    +
    Methods in ch.autumo.beetroot with parameters of type Model
    diff --git a/doc/apidocs/ch/autumo/beetroot/class-use/Session.html b/doc/apidocs/ch/autumo/beetroot/class-use/Session.html index 7663152b..1eb69a3c 100644 --- a/doc/apidocs/ch/autumo/beetroot/class-use/Session.html +++ b/doc/apidocs/ch/autumo/beetroot/class-use/Session.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.Session (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.Session (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/class-use/SessionManager.html b/doc/apidocs/ch/autumo/beetroot/class-use/SessionManager.html index 8addf1b5..f69de48f 100644 --- a/doc/apidocs/ch/autumo/beetroot/class-use/SessionManager.html +++ b/doc/apidocs/ch/autumo/beetroot/class-use/SessionManager.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.SessionManager (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.SessionManager (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/crud/CreateListener.html b/doc/apidocs/ch/autumo/beetroot/crud/CreateListener.html index c6421f22..74a2254b 100644 --- a/doc/apidocs/ch/autumo/beetroot/crud/CreateListener.html +++ b/doc/apidocs/ch/autumo/beetroot/crud/CreateListener.html @@ -1,11 +1,11 @@ - -CreateListener (autumo-beetroot 3.0.0 API) + +CreateListener (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/crud/DeleteListener.html b/doc/apidocs/ch/autumo/beetroot/crud/DeleteListener.html index 38b24c44..7bd04bab 100644 --- a/doc/apidocs/ch/autumo/beetroot/crud/DeleteListener.html +++ b/doc/apidocs/ch/autumo/beetroot/crud/DeleteListener.html @@ -1,11 +1,11 @@ - -DeleteListener (autumo-beetroot 3.0.0 API) + +DeleteListener (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/crud/EventHandler.html b/doc/apidocs/ch/autumo/beetroot/crud/EventHandler.html index 6b90faa0..fdf3ccc0 100644 --- a/doc/apidocs/ch/autumo/beetroot/crud/EventHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/crud/EventHandler.html @@ -1,11 +1,11 @@ - -EventHandler (autumo-beetroot 3.0.0 API) + +EventHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/crud/UpdateListener.html b/doc/apidocs/ch/autumo/beetroot/crud/UpdateListener.html index 9b0fad38..76b0e0fe 100644 --- a/doc/apidocs/ch/autumo/beetroot/crud/UpdateListener.html +++ b/doc/apidocs/ch/autumo/beetroot/crud/UpdateListener.html @@ -1,11 +1,11 @@ - -UpdateListener (autumo-beetroot 3.0.0 API) + +UpdateListener (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/crud/class-use/CreateListener.html b/doc/apidocs/ch/autumo/beetroot/crud/class-use/CreateListener.html index bf15fe98..70270cac 100644 --- a/doc/apidocs/ch/autumo/beetroot/crud/class-use/CreateListener.html +++ b/doc/apidocs/ch/autumo/beetroot/crud/class-use/CreateListener.html @@ -1,11 +1,11 @@ - -Uses of Interface ch.autumo.beetroot.crud.CreateListener (autumo-beetroot 3.0.0 API) + +Uses of Interface ch.autumo.beetroot.crud.CreateListener (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/crud/class-use/DeleteListener.html b/doc/apidocs/ch/autumo/beetroot/crud/class-use/DeleteListener.html index d988397d..4c21a27e 100644 --- a/doc/apidocs/ch/autumo/beetroot/crud/class-use/DeleteListener.html +++ b/doc/apidocs/ch/autumo/beetroot/crud/class-use/DeleteListener.html @@ -1,11 +1,11 @@ - -Uses of Interface ch.autumo.beetroot.crud.DeleteListener (autumo-beetroot 3.0.0 API) + +Uses of Interface ch.autumo.beetroot.crud.DeleteListener (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/crud/class-use/EventHandler.html b/doc/apidocs/ch/autumo/beetroot/crud/class-use/EventHandler.html index 844d6521..32f3810a 100644 --- a/doc/apidocs/ch/autumo/beetroot/crud/class-use/EventHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/crud/class-use/EventHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.crud.EventHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.crud.EventHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/crud/class-use/UpdateListener.html b/doc/apidocs/ch/autumo/beetroot/crud/class-use/UpdateListener.html index f39f0bee..7a45e71b 100644 --- a/doc/apidocs/ch/autumo/beetroot/crud/class-use/UpdateListener.html +++ b/doc/apidocs/ch/autumo/beetroot/crud/class-use/UpdateListener.html @@ -1,11 +1,11 @@ - -Uses of Interface ch.autumo.beetroot.crud.UpdateListener (autumo-beetroot 3.0.0 API) + +Uses of Interface ch.autumo.beetroot.crud.UpdateListener (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/crud/package-summary.html b/doc/apidocs/ch/autumo/beetroot/crud/package-summary.html index 4186b94b..fe873f77 100644 --- a/doc/apidocs/ch/autumo/beetroot/crud/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/crud/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.crud (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.crud (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/crud/package-tree.html b/doc/apidocs/ch/autumo/beetroot/crud/package-tree.html index b343d3a0..b2f7c580 100644 --- a/doc/apidocs/ch/autumo/beetroot/crud/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/crud/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.crud Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.crud Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/crud/package-use.html b/doc/apidocs/ch/autumo/beetroot/crud/package-use.html index df5416ab..8f5724b2 100644 --- a/doc/apidocs/ch/autumo/beetroot/crud/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/crud/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.crud (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.crud (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/BaseHandler.IfSectionHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/BaseHandler.IfSectionHandler.html index 582a94e7..f91eef37 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/BaseHandler.IfSectionHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/BaseHandler.IfSectionHandler.html @@ -1,11 +1,11 @@ - -BaseHandler.IfSectionHandler (autumo-beetroot 3.0.0 API) + +BaseHandler.IfSectionHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/BaseHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/BaseHandler.html index 529406d5..567d806b 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/BaseHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/BaseHandler.html @@ -1,11 +1,11 @@ - -BaseHandler (autumo-beetroot 3.0.0 API) + +BaseHandler (autumo-beetroot 3.0.1 API) - + @@ -86,7 +86,7 @@

    Class BaseHandler

    Direct Known Subclasses:
    -
    ChangeHandler, DefaultAddHandler, DefaultDeleteHandler, DefaultEditHandler, DefaultIndexHandler, DefaultRESTIndexHandler, DefaultViewHandler, Error404Handler, ErrorHandler, ExampleDownloadHandler, ExampleUploadHandler, HomeHandler, LoginHandler, LogoutHandler, NewQRCodeHandler, NoConfigHandler, NoContentButRouteHandler, NoContentHandler, NotImplementedHandler, OtpHandler, ResetHandler
    +
    ChangeHandler, CustomResponseHandler, DefaultAddHandler, DefaultDeleteHandler, DefaultEditHandler, DefaultIndexHandler, DefaultRESTIndexHandler, DefaultViewHandler, Error404Handler, ErrorHandler, ExampleDownloadHandler, ExampleUploadHandler, HomeHandler, LoginHandler, LogoutHandler, NewQRCodeHandler, NoConfigHandler, NoContentButRouteHandler, NoContentHandler, NotImplementedHandler, OtpHandler, ResetHandler

    public abstract class BaseHandler @@ -481,140 +481,146 @@

    Method Summary

    Is the current user being updated?
    protected boolean
    - +
    -
    Overwrite this if your handler doesn't have an output.
    +
    Overwrite this if your handler has a custom response; e.g., + a JSON response without any further HTML content.
    -
    protected String
    - +
    protected boolean
    +
    Overwrite this if your handler doesn't have an output.
    -
    protected boolean
    - +
    protected String
    +
    +
    Overwrite this if your handler doesn't have an output.
    +
    +
    protected boolean
    + +
    Is the given HTML input type a precision input type? They are allowed to have a 'maxLength' attribute.
    -
    boolean
    - -
    +
    boolean
    + +
    Is it a retry call?
    -
    protected void
    -
    loginMarker(boolean redirectLogin)
    -
    +
    protected void
    +
    loginMarker(boolean redirectLogin)
    +
    Login marker method.
    -
    protected void
    -
    parseAssociatedEntities(StringBuilder snippet, +
    protected void
    + -
    +
    Parse associated list.
    -
    protected void
    -
    parseUnassociatedEntities(StringBuilder snippet, +
    protected void
    + -
    +
    Parse un-associated list.
    -
    static String
    -
    patchInputValue(String text, +
    static String
    +
    patchInputValue(String text, String id, String newValue)
    -
    +
    This replaces a value in a HTML element with a specific ID.
    - -
    readData(BeetRootHTTPSession session, + +
    readData(BeetRootHTTPSession session, int id)
    -
    +
    Read data from DB that must be filled when the template is parsed.
    -
    protected StringBuilder
    -
    readSnippetResource(String resource, +
    protected StringBuilder
    +
    readSnippetResource(String resource, Session userSession)
    -
    +
    Read snippet resource; e.g., 'web/html/:lang/users/snippets/roles.html'.
    -
    protected void
    -
    redirectedMarker(boolean redirected)
    -
    +
    protected void
    +
    redirectedMarker(boolean redirected)
    +
    Mark this handler as it has been redirected from a data modifying handler.
    -
    protected final void
    -
    refreshUserRoles(int currentUserId, +
    protected final void
    +
    refreshUserRoles(int currentUserId, BeetRootHTTPSession session)
    -
    -
    Refresh user roles and permissions for current user.
    -
    -
    void
    -
    registerDisplayField(String displayNameValue)
    -
    Register a display name value to be show where defined in template.
    +
    Refresh user roles and permissions for current user.
    void
    - +
    registerDisplayField(String displayNameValue)
    -
    Overwrite to set your template variables.
    +
    Register a display name value to be show where defined in template.
    void
    - +
    -
    Overwrite to set your variables for the hole HTML page.
    +
    Overwrite to set your template variables.
    - - +
    void
    +
    -
    Save data to DB.
    +
    Overwrite to set your variables for the hole HTML page.
    -
    final void
    - + +
    +
    Save data to DB.
    +
    +
    final void
    + +
    Set current DB id of entity processed, for 'index.html' pages or other pages not showing an existing entity it is '-1'.
    -
    void
    -
    setMessageType(int messageType)
    -
    +
    void
    +
    setMessageType(int messageType)
    +
    Set message type.
    -
    final void
    -
    setVar(String variable, +
    final void
    +
    setVar(String variable, Object replacement)
    -
    +
    Set a template variable.
    -
    final void
    -
    setVarAll(String variable, +
    final void
    +
    setVarAll(String variable, Object replacement)
    -
    +
    Set a global variable.
    -
    boolean
    -
    showMenu(Session userSession)
    -
    +
    boolean
    +
    showMenu(Session userSession)
    +
    Show template menu?
    - - -
    + + +
    Get unique fields.
    - -
    uniqueTest(BeetRootHTTPSession session, + +
    uniqueTest(BeetRootHTTPSession session, String preSql, String operation)
    -
    +
    Check if unique fields are unique.
    - -
    updateData(BeetRootHTTPSession session, + +
    updateData(BeetRootHTTPSession session, int id)
    -
    +
    Update data in DB.
    @@ -1344,6 +1350,19 @@

    isNoContentResponse

  • +
    +

    isCustomResponse

    +
    protected boolean isCustomResponse()
    +
    Overwrite this if your handler has a custom response; e.g., + a JSON response without any further HTML content. + Such a response is usually used for live searches, etc.
    +
    +
    Returns:
    +
    true if it is a custom response
    +
    +
    +
  • +
  • hasNoColumnsConfig

    protected boolean hasNoColumnsConfig()
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/CustomResponseHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/CustomResponseHandler.html new file mode 100644 index 00000000..8e6a8aa5 --- /dev/null +++ b/doc/apidocs/ch/autumo/beetroot/handler/CustomResponseHandler.html @@ -0,0 +1,234 @@ + + + + +CustomResponseHandler (autumo-beetroot 3.0.1 API) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class CustomResponseHandler

    +
    + +
    +
    +
    All Implemented Interfaces:
    +
    Handler, RouterNanoHTTPD.UriResponder
    +
    +
    +
    public abstract class CustomResponseHandler +extends BaseHandler
    +
    Handler that is used for custom responses, e.g. JSON outputs.
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        CustomResponseHandler

        +
        public CustomResponseHandler(String entity)
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        isCustomResponse

        +
        protected final boolean isCustomResponse()
        +
        Description copied from class: BaseHandler
        +
        Overwrite this if your handler has a custom response; e.g., + a JSON response without any further HTML content. + Such a response is usually used for live searches, etc.
        +
        +
        Overrides:
        +
        isCustomResponse in class BaseHandler
        +
        Returns:
        +
        true if it is a custom response
        +
        +
        +
      • +
      • +
        +

        getResource

        +
        public final String getResource()
        +
        Description copied from class: BaseHandler
        +
        Get web resource file as it lies on the file system + relatively to the started server process.
        +
        +
        Specified by:
        +
        getResource in interface Handler
        +
        Specified by:
        +
        getResource in class BaseHandler
        +
        Returns:
        +
        web resource
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/DefaultAddHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/DefaultAddHandler.html index 814a8885..e4d8394a 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/DefaultAddHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/DefaultAddHandler.html @@ -1,11 +1,11 @@ - -DefaultAddHandler (autumo-beetroot 3.0.0 API) + +DefaultAddHandler (autumo-beetroot 3.0.1 API) - + @@ -227,7 +227,7 @@

    Method Summary

  • +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/DefaultDeleteHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/DefaultDeleteHandler.html index 724a9799..b7226b7d 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/DefaultDeleteHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/DefaultDeleteHandler.html @@ -1,11 +1,11 @@ - -DefaultDeleteHandler (autumo-beetroot 3.0.0 API) + +DefaultDeleteHandler (autumo-beetroot 3.0.1 API) - + @@ -162,7 +162,7 @@

    Method Summary

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/DefaultEditHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/DefaultEditHandler.html index 25b1a950..28e620b3 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/DefaultEditHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/DefaultEditHandler.html @@ -1,11 +1,11 @@ - -DefaultEditHandler (autumo-beetroot 3.0.0 API) + +DefaultEditHandler (autumo-beetroot 3.0.1 API) - + @@ -233,7 +233,7 @@

    Method Summary

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/DefaultIndexHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/DefaultIndexHandler.html index 3923761d..6c0a9db4 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/DefaultIndexHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/DefaultIndexHandler.html @@ -1,11 +1,11 @@ - -DefaultIndexHandler (autumo-beetroot 3.0.0 API) + +DefaultIndexHandler (autumo-beetroot 3.0.1 API) - + @@ -249,7 +249,7 @@

    Method Summary

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/DefaultRESTIndexHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/DefaultRESTIndexHandler.html index 46871ea9..446bd996 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/DefaultRESTIndexHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/DefaultRESTIndexHandler.html @@ -1,11 +1,11 @@ - -DefaultRESTIndexHandler (autumo-beetroot 3.0.0 API) + +DefaultRESTIndexHandler (autumo-beetroot 3.0.1 API) - + @@ -202,7 +202,7 @@

    Method Summary

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getNewScanner, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/DefaultViewHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/DefaultViewHandler.html index 9618601c..c763df48 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/DefaultViewHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/DefaultViewHandler.html @@ -1,11 +1,11 @@ - -DefaultViewHandler (autumo-beetroot 3.0.0 API) + +DefaultViewHandler (autumo-beetroot 3.0.1 API) - + @@ -186,7 +186,7 @@

    Method Summary

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/Error404Handler.html b/doc/apidocs/ch/autumo/beetroot/handler/Error404Handler.html index 25b77f5d..be90db0d 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/Error404Handler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/Error404Handler.html @@ -1,11 +1,11 @@ - -Error404Handler (autumo-beetroot 3.0.0 API) + +Error404Handler (autumo-beetroot 3.0.1 API) - + @@ -164,7 +164,7 @@

    Method Summary

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getBeanClass, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/ErrorHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/ErrorHandler.html index dd9b7b0d..a51335c7 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/ErrorHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/ErrorHandler.html @@ -1,11 +1,11 @@ - -ErrorHandler (autumo-beetroot 3.0.0 API) + +ErrorHandler (autumo-beetroot 3.0.1 API) - + @@ -166,7 +166,7 @@

    Method Summary

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getBeanClass, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/ExampleDownloadHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/ExampleDownloadHandler.html index f5bd0162..2923af13 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/ExampleDownloadHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/ExampleDownloadHandler.html @@ -1,11 +1,11 @@ - -ExampleDownloadHandler (autumo-beetroot 3.0.0 API) + +ExampleDownloadHandler (autumo-beetroot 3.0.1 API) - + @@ -164,7 +164,7 @@

    Method Summary

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getBeanClass, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/ExampleUploadHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/ExampleUploadHandler.html index 83d70014..7570db90 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/ExampleUploadHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/ExampleUploadHandler.html @@ -1,11 +1,11 @@ - -ExampleUploadHandler (autumo-beetroot 3.0.0 API) + +ExampleUploadHandler (autumo-beetroot 3.0.1 API) - + @@ -174,7 +174,7 @@

    Method Summary

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getBeanClass, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, renderAll, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/Handler.html b/doc/apidocs/ch/autumo/beetroot/handler/Handler.html index e746d719..cbadd80c 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/Handler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/Handler.html @@ -1,11 +1,11 @@ - -Handler (autumo-beetroot 3.0.0 API) + +Handler (autumo-beetroot 3.0.1 API) - + @@ -75,7 +75,7 @@

    Interface Handler

    All Known Implementing Classes:
    -
    BaseHandler, ChangeHandler, DefaultAddHandler, DefaultDeleteHandler, DefaultEditHandler, DefaultIndexHandler, DefaultRESTIndexHandler, DefaultViewHandler, Error404Handler, ErrorHandler, ExampleDownloadHandler, ExampleUploadHandler, ExtUsersAddHandler, ExtUsersDeleteHandler, ExtUsersEditHandler, ExtUsersIndexHandler, ExtUsersViewHandler, HomeHandler, LogHandler, LoginHandler, LogoutHandler, NewQRCodeHandler, NoConfigHandler, NoContentAndConfigHandler, NoContentButRouteHandler, NoContentHandler, NotImplementedHandler, OtpHandler, PropertiesAddHandler, PropertiesDeleteHandler, PropertiesEditHandler, PropertiesIndexHandler, PropertiesViewHandler, ResetHandler, RolesAddHandler, RolesDeleteHandler, RolesEditHandler, RolesIndexHandler, RolesViewHandler, SettingsHandler, TasksAddHandler, TasksDeleteHandler, TasksEditHandler, TasksIndexHandler, TasksRESTIndexHandler, TasksViewHandler, UsersAddHandler, UsersDeleteHandler, UsersEditHandler, UsersIndexHandler, UsersViewHandler
    +
    BaseHandler, ChangeHandler, CustomResponseHandler, DefaultAddHandler, DefaultDeleteHandler, DefaultEditHandler, DefaultIndexHandler, DefaultRESTIndexHandler, DefaultViewHandler, Error404Handler, ErrorHandler, ExampleDownloadHandler, ExampleUploadHandler, ExtUsersAddHandler, ExtUsersDeleteHandler, ExtUsersEditHandler, ExtUsersIndexHandler, ExtUsersViewHandler, HomeHandler, LogHandler, LoginHandler, LogoutHandler, NewQRCodeHandler, NoConfigHandler, NoContentAndConfigHandler, NoContentButRouteHandler, NoContentHandler, NotImplementedHandler, OtpHandler, PropertiesAddHandler, PropertiesDeleteHandler, PropertiesEditHandler, PropertiesIndexHandler, PropertiesViewHandler, ResetHandler, RolesAddHandler, RolesDeleteHandler, RolesEditHandler, RolesIndexHandler, RolesViewHandler, SettingsHandler, TasksAddHandler, TasksDeleteHandler, TasksEditHandler, TasksIndexHandler, TasksRESTIndexHandler, TasksViewHandler, UsersAddHandler, UsersDeleteHandler, UsersEditHandler, UsersIndexHandler, UsersViewHandler

    public interface Handler
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/HandlerResponse.html b/doc/apidocs/ch/autumo/beetroot/handler/HandlerResponse.html index 654743c7..458608e8 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/HandlerResponse.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/HandlerResponse.html @@ -1,11 +1,11 @@ - -HandlerResponse (autumo-beetroot 3.0.0 API) + +HandlerResponse (autumo-beetroot 3.0.1 API) - + @@ -122,28 +122,45 @@

    Constructor Summary

    Constructor
    Description
    HandlerResponse(int status)
    -
     
    +
    +
    Handler with as status.
    +
    HandlerResponse(int status, int savedId)
    -
     
    +
    +
    Handler with status and a DB ID of a just created record.
    +
    HandlerResponse(int status, String message)
    -
     
    +
    +
    Handler with status and a message to show.
    +
    HandlerResponse(int status, String title, String message)
    -
     
    +
    +
    Handler with status, title and a message to show.
    +
    HandlerResponse(int status, String title, String message, Exception exception)
    -
     
    +
    +
    Handler with status, title, message and an exception to show.
    +
    HandlerResponse(int status, String title, String message, Exception exception, Object object)
    -
     
    +
    +
    Handler with status, title, message and an exception to show and an additional object.
    +
    +
    HandlerResponse(int status, + org.nanohttpd.protocols.http.response.Response httpResponse)
    +
    +
    Handler with a pre-created HTTP response.
    +
    @@ -167,57 +184,60 @@

    Method Summary

     
    -
    int
    - +
    org.nanohttpd.protocols.http.response.Response
    +
     
    - - +
    int
    +
     
    - - + +
     
    -
    int
    - + +
     
    int
    - +
     
    - - +
    int
    +
     
    -
    int
    - + +
     
    -
    void
    -
    setDownloadFile(File downloadFile)
    +
    int
    +
     
    void
    -
    setDownloadFileMimeType(String downloadFileMimeType)
    +
    setDownloadFile(File downloadFile)
     
    void
    - +
    setDownloadFileMimeType(String downloadFileMimeType)
     
    void
    -
    setId(int id)
    +
     
    void
    -
    setMessage(String message)
    +
    setId(int id)
     
    void
    -
    setObject(Object object)
    +
    setMessage(String message)
     
    void
    -
    setSavedId(int savedId)
    +
    setObject(Object object)
     
    void
    -
    setStatus(int status)
    +
    setSavedId(int savedId)
     
    void
    - +
    setStatus(int status)
     
    void
    -
    setType(int type)
    +
     
    +
    void
    +
    setType(int type)
    +
     
    @@ -331,6 +351,24 @@

    Constructor Details

    HandlerResponse

    public HandlerResponse(int status)
    +
    Handler with as status.
    +
    +
    Parameters:
    +
    status - status
    +
    +
    + +
  • +
    +

    HandlerResponse

    +
    public HandlerResponse(int status, + org.nanohttpd.protocols.http.response.Response httpResponse)
    +
    Handler with a pre-created HTTP response.
    +
    +
    Parameters:
    +
    status - status
    +
    httpResponse - HTTP response
    +
  • @@ -338,6 +376,12 @@

    HandlerResponse

    HandlerResponse

    public HandlerResponse(int status, int savedId)
    +
    Handler with status and a DB ID of a just created record.
    +
    +
    Parameters:
    +
    status - status
    +
    savedId - save ID
    +
  • @@ -345,6 +389,12 @@

    HandlerResponse

    HandlerResponse

    public HandlerResponse(int status, String message)
    +
    Handler with status and a message to show.
    +
    +
    Parameters:
    +
    status - status
    +
    message - message
    +
  • @@ -353,6 +403,13 @@

    HandlerResponse

    public HandlerResponse(int status, String title, String message)
    +
    Handler with status, title and a message to show.
    +
    +
    Parameters:
    +
    status - status
    +
    title - title
    +
    message - message
    +
  • @@ -362,6 +419,14 @@

    HandlerResponse

    String title, String message, Exception exception)
  • +
    Handler with status, title, message and an exception to show.
    +
    +
    Parameters:
    +
    status - status
    +
    title - title
    +
    message - message
    +
    exception - exception
    +
  • @@ -372,6 +437,15 @@

    HandlerResponse

    String message, Exception exception, Object object)
  • +
    Handler with status, title, message and an exception to show and an additional object.
    +
    +
    Parameters:
    +
    status - status
    +
    title - title
    +
    message - message
    +
    exception - exception
    +
    object - object
    +
    @@ -407,6 +481,12 @@

    setStatus

  • +
    +

    getHttpResponse

    +
    public org.nanohttpd.protocols.http.response.Response getHttpResponse()
    +
    +
  • +
  • getTitle

    public String getTitle()
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/HomeHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/HomeHandler.html index 479a9aa6..49d4d643 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/HomeHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/HomeHandler.html @@ -1,11 +1,11 @@ - -HomeHandler (autumo-beetroot 3.0.0 API) + +HomeHandler (autumo-beetroot 3.0.1 API) - + @@ -154,7 +154,7 @@

    Method Summary

  • +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getBeanClass, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/NoConfigHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/NoConfigHandler.html index 6ca8db24..3d356b05 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/NoConfigHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/NoConfigHandler.html @@ -1,11 +1,11 @@ - -NoConfigHandler (autumo-beetroot 3.0.0 API) + +NoConfigHandler (autumo-beetroot 3.0.1 API) - + @@ -150,7 +150,7 @@

    Method Summary

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getBeanClass, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getResource, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/NoContentAndConfigHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/NoContentAndConfigHandler.html index 1640ea66..9c5ef9d9 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/NoContentAndConfigHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/NoContentAndConfigHandler.html @@ -1,11 +1,11 @@ - -NoContentAndConfigHandler (autumo-beetroot 3.0.0 API) + +NoContentAndConfigHandler (autumo-beetroot 3.0.1 API) - + @@ -158,7 +158,7 @@

    getResource, isNoContentResponse

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getBeanClass, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/NoContentButRouteHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/NoContentButRouteHandler.html index 3d0af165..266ec87c 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/NoContentButRouteHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/NoContentButRouteHandler.html @@ -1,11 +1,11 @@ - -NoContentButRouteHandler (autumo-beetroot 3.0.0 API) + +NoContentButRouteHandler (autumo-beetroot 3.0.1 API) - + @@ -153,7 +153,7 @@

    Method Summary

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getBeanClass, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/NoContentHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/NoContentHandler.html index 29d9a48b..298acee5 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/NoContentHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/NoContentHandler.html @@ -1,11 +1,11 @@ - -NoContentHandler (autumo-beetroot 3.0.0 API) + +NoContentHandler (autumo-beetroot 3.0.1 API) - + @@ -157,7 +157,7 @@

    Method Summary

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getBeanClass, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/NotImplementedHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/NotImplementedHandler.html index 96bccda6..c05a2e4c 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/NotImplementedHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/NotImplementedHandler.html @@ -1,11 +1,11 @@ - -NotImplementedHandler (autumo-beetroot 3.0.0 API) + +NotImplementedHandler (autumo-beetroot 3.0.1 API) - + @@ -156,7 +156,7 @@

    Method Summary

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getBeanClass, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/BaseHandler.IfSectionHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/BaseHandler.IfSectionHandler.html index c1374457..ea84a904 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/BaseHandler.IfSectionHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/BaseHandler.IfSectionHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.BaseHandler.IfSectionHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.BaseHandler.IfSectionHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/BaseHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/BaseHandler.html index bbada1be..a903829b 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/BaseHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/BaseHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.BaseHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.BaseHandler (autumo-beetroot 3.0.1 API) - + @@ -91,84 +91,89 @@

    Uses of Class

    Description
    class 
    -
    +
    -
    Default handler for 'web/html/<entity>/add.html' templates.
    +
    Handler that is used for custom responses, e.g.
    class 
    - +
    -
    Default delete handler.
    +
    Default handler for 'web/html/<entity>/add.html' templates.
    class 
    - +
    -
    Default handler for 'web/html/<entity>/edit.html' templates.
    +
    Default delete handler.
    class 
    - +
    -
    Default handler for 'web/html/<entity>/index.html' templates.
    +
    Default handler for 'web/html/<entity>/edit.html' templates.
    class 
    - +
    -
    Default JSON-REST handler for listing entities.
    +
    Default handler for 'web/html/<entity>/index.html' templates.
    class 
    - +
    -
    Default handler for 'web/html/<entity>/view.html' templates.
    +
    Default JSON-REST handler for listing entities.
    class 
    - +
    -
    Default error 404 handler.
    +
    Default handler for 'web/html/<entity>/view.html' templates.
    class 
    - +
    -
    Default error handler.
    +
    Default error 404 handler.
    class 
    - +
    -
    Default file download handler for 'web/html/files/view.html' templates.
    +
    Default error handler.
    class 
    - +
    -
    Default file upload handler for 'web/html/files/add.html' templates.
    +
    Default file download handler for 'web/html/files/view.html' templates.
    class 
    - +
    -
    Home handler.
    +
    Default file upload handler for 'web/html/files/add.html' templates.
    class 
    - +
    -
    Handler that has no columns configuration.
    +
    Home handler.
    class 
    - +
    -
    Handler that has no content output, no web resource - and no columns configuration.
    +
    Handler that has no columns configuration.
    class 
    - +
    -
    Handler that has no content output, no web resource.
    +
    Handler that has no content output, no web resource + and no columns configuration.
    class 
    - +
    Handler that has no content output, no web resource.
    class 
    - +
    +
    Handler that has no content output, no web resource.
    +
    +
    class 
    + +
    Default not-implemented handler.
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/CustomResponseHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/CustomResponseHandler.html new file mode 100644 index 00000000..38d191da --- /dev/null +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/CustomResponseHandler.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ch.autumo.beetroot.handler.CustomResponseHandler (autumo-beetroot 3.0.1 API) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ch.autumo.beetroot.handler.CustomResponseHandler

    +
    +No usage of ch.autumo.beetroot.handler.CustomResponseHandler
    +
    +
    + +
    +
    +
    + + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultAddHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultAddHandler.html index b1a4fa7c..bdeb298f 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultAddHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultAddHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.DefaultAddHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.DefaultAddHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultDeleteHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultDeleteHandler.html index 4d1d3aa7..a48da83e 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultDeleteHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultDeleteHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.DefaultDeleteHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.DefaultDeleteHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultEditHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultEditHandler.html index 1769ffe7..95cd9590 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultEditHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultEditHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.DefaultEditHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.DefaultEditHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultIndexHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultIndexHandler.html index b1ebee85..b3ae2943 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultIndexHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultIndexHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.DefaultIndexHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.DefaultIndexHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultRESTIndexHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultRESTIndexHandler.html index 21b8fe41..16e4ff09 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultRESTIndexHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultRESTIndexHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.DefaultRESTIndexHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.DefaultRESTIndexHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultViewHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultViewHandler.html index c61779d6..db2b7f55 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultViewHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/DefaultViewHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.DefaultViewHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.DefaultViewHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/Error404Handler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/Error404Handler.html index f80144db..426e2c69 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/Error404Handler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/Error404Handler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.Error404Handler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.Error404Handler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/ErrorHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/ErrorHandler.html index 1417f1e3..bada578f 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/ErrorHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/ErrorHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.ErrorHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.ErrorHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/ExampleDownloadHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/ExampleDownloadHandler.html index 9d4433d6..8c85fb1a 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/ExampleDownloadHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/ExampleDownloadHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.ExampleDownloadHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.ExampleDownloadHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/ExampleUploadHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/ExampleUploadHandler.html index 3a87ddaf..7bccd5cc 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/ExampleUploadHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/ExampleUploadHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.ExampleUploadHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.ExampleUploadHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/Handler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/Handler.html index d3b3e091..4bd4ee4a 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/Handler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/Handler.html @@ -1,11 +1,11 @@ - -Uses of Interface ch.autumo.beetroot.handler.Handler (autumo-beetroot 3.0.0 API) + +Uses of Interface ch.autumo.beetroot.handler.Handler (autumo-beetroot 3.0.1 API) - + @@ -96,84 +96,89 @@

    Uses of Base handler - The "Heart" of beetRoot.

    class 
    -
    +
    -
    Default handler for 'web/html/<entity>/add.html' templates.
    +
    Handler that is used for custom responses, e.g.
    class 
    - +
    -
    Default delete handler.
    +
    Default handler for 'web/html/<entity>/add.html' templates.
    class 
    - +
    -
    Default handler for 'web/html/<entity>/edit.html' templates.
    +
    Default delete handler.
    class 
    - +
    -
    Default handler for 'web/html/<entity>/index.html' templates.
    +
    Default handler for 'web/html/<entity>/edit.html' templates.
    class 
    - +
    -
    Default JSON-REST handler for listing entities.
    +
    Default handler for 'web/html/<entity>/index.html' templates.
    class 
    - +
    -
    Default handler for 'web/html/<entity>/view.html' templates.
    +
    Default JSON-REST handler for listing entities.
    class 
    - +
    -
    Default error 404 handler.
    +
    Default handler for 'web/html/<entity>/view.html' templates.
    class 
    - +
    -
    Default error handler.
    +
    Default error 404 handler.
    class 
    - +
    -
    Default file download handler for 'web/html/files/view.html' templates.
    +
    Default error handler.
    class 
    - +
    -
    Default file upload handler for 'web/html/files/add.html' templates.
    +
    Default file download handler for 'web/html/files/view.html' templates.
    class 
    - +
    -
    Home handler.
    +
    Default file upload handler for 'web/html/files/add.html' templates.
    class 
    - +
    -
    Handler that has no columns configuration.
    +
    Home handler.
    class 
    - +
    -
    Handler that has no content output, no web resource - and no columns configuration.
    +
    Handler that has no columns configuration.
    class 
    - +
    -
    Handler that has no content output, no web resource.
    +
    Handler that has no content output, no web resource + and no columns configuration.
    class 
    - +
    Handler that has no content output, no web resource.
    class 
    - +
    +
    Handler that has no content output, no web resource.
    +
    +
    class 
    + +
    Default not-implemented handler.
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/HandlerResponse.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/HandlerResponse.html index 88a1fb50..f41982f9 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/HandlerResponse.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/HandlerResponse.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.HandlerResponse (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.HandlerResponse (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/HomeHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/HomeHandler.html index 2103ccd9..cb9b9a90 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/HomeHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/HomeHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.HomeHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.HomeHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/NoConfigHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/NoConfigHandler.html index eb73f21b..0044a0d1 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/NoConfigHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/NoConfigHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.NoConfigHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.NoConfigHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/NoContentAndConfigHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/NoContentAndConfigHandler.html index e3b48f60..6f57cd69 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/NoContentAndConfigHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/NoContentAndConfigHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.NoContentAndConfigHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.NoContentAndConfigHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/NoContentButRouteHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/NoContentButRouteHandler.html index cb80f477..573a3f68 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/NoContentButRouteHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/NoContentButRouteHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.NoContentButRouteHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.NoContentButRouteHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/NoContentHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/NoContentHandler.html index cbad3e39..6b2acee5 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/NoContentHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/NoContentHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.NoContentHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.NoContentHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/class-use/NotImplementedHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/class-use/NotImplementedHandler.html index baf7f306..1da7e9da 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/class-use/NotImplementedHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/class-use/NotImplementedHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.NotImplementedHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.NotImplementedHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/package-summary.html b/doc/apidocs/ch/autumo/beetroot/handler/package-summary.html index 0da2955d..d9decca0 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.handler (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.handler (autumo-beetroot 3.0.1 API) - + @@ -121,77 +121,81 @@

    Package ch.autumo.b
    Base handler - The "Heart" of beetRoot.
    - +
    -
    Default handler for 'web/html/<entity>/add.html' templates.
    +
    Handler that is used for custom responses, e.g.
    - +
    -
    Default delete handler.
    +
    Default handler for 'web/html/<entity>/add.html' templates.
    - +
    -
    Default handler for 'web/html/<entity>/edit.html' templates.
    +
    Default delete handler.
    - +
    -
    Default handler for 'web/html/<entity>/index.html' templates.
    +
    Default handler for 'web/html/<entity>/edit.html' templates.
    - +
    -
    Default JSON-REST handler for listing entities.
    +
    Default handler for 'web/html/<entity>/index.html' templates.
    - +
    -
    Default handler for 'web/html/<entity>/view.html' templates.
    +
    Default JSON-REST handler for listing entities.
    - +
    -
    Default error 404 handler.
    +
    Default handler for 'web/html/<entity>/view.html' templates.
    - +
    -
    Default error handler.
    +
    Default error 404 handler.
    - +
    -
    Default file download handler for 'web/html/files/view.html' templates.
    +
    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.
    - -
    + +
    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.
    - +
    +
    Handler that has no content output, no web resource.
    +
    + +
    Default not-implemented handler.
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/package-tree.html b/doc/apidocs/ch/autumo/beetroot/handler/package-tree.html index 726197f0..331f843a 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.handler Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.handler Class Hierarchy (autumo-beetroot 3.0.1 API) - + @@ -68,6 +68,7 @@

    Class Hierarchy

    • ch.autumo.beetroot.handler.BaseHandler (implements ch.autumo.beetroot.handler.Handler)
        +
      • ch.autumo.beetroot.handler.CustomResponseHandler
      • ch.autumo.beetroot.handler.DefaultAddHandler
      • ch.autumo.beetroot.handler.DefaultDeleteHandler
      • ch.autumo.beetroot.handler.DefaultEditHandler
      • diff --git a/doc/apidocs/ch/autumo/beetroot/handler/package-use.html b/doc/apidocs/ch/autumo/beetroot/handler/package-use.html index 614fddfb..4fa98c75 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.handler (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.handler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesAddHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesAddHandler.html index a0cbaa69..b6d0c456 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesAddHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesAddHandler.html @@ -1,11 +1,11 @@ - -PropertiesAddHandler (autumo-beetroot 3.0.0 API) + +PropertiesAddHandler (autumo-beetroot 3.0.1 API) - + @@ -178,7 +178,7 @@

        extractCustomSingleInputDiv, extractSingleInputDiv, extractSingleInputDiv, formatSingleValueForDB, getResource, getSelectValues, isSelect, readData, saveData

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesDeleteHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesDeleteHandler.html index 8c850d19..48b4945d 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesDeleteHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesDeleteHandler.html @@ -1,11 +1,11 @@ - -PropertiesDeleteHandler (autumo-beetroot 3.0.0 API) + +PropertiesDeleteHandler (autumo-beetroot 3.0.1 API) - + @@ -163,7 +163,7 @@

    getBeanClass, getResource

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesEditHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesEditHandler.html index 8ebe8217..eedddb67 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesEditHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesEditHandler.html @@ -1,11 +1,11 @@ - -PropertiesEditHandler (autumo-beetroot 3.0.0 API) + +PropertiesEditHandler (autumo-beetroot 3.0.1 API) - + @@ -171,7 +171,7 @@

    extractCustomSingleInputDiv, extractSingleInputDiv, extractSingleInputDiv, formatSingleValueForDB, formatSingleValueForGUI, getResource, getSelectValues, isSelect, prepare, readData, updateData

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesIndexHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesIndexHandler.html index 80c27699..c629a493 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesIndexHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesIndexHandler.html @@ -1,11 +1,11 @@ - -PropertiesIndexHandler (autumo-beetroot 3.0.0 API) + +PropertiesIndexHandler (autumo-beetroot 3.0.1 API) - + @@ -177,7 +177,7 @@

    addAdditionalActions, changeAllowed, deleteAllowed, extractCustomSingleTableData, generateActionsTableData, getDeleteName, getPaginator, getResource, prepare, readData

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesViewHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesViewHandler.html index 07afdf72..0fe13c97 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesViewHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/properties/PropertiesViewHandler.html @@ -1,11 +1,11 @@ - -PropertiesViewHandler (autumo-beetroot 3.0.0 API) + +PropertiesViewHandler (autumo-beetroot 3.0.1 API) - + @@ -171,7 +171,7 @@

    extractCustomSingleTableData, getResource, prepare, readData

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/properties/Property.html b/doc/apidocs/ch/autumo/beetroot/handler/properties/Property.html index 9f50cfe2..e62e008a 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/properties/Property.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/properties/Property.html @@ -1,11 +1,11 @@ - -Property (autumo-beetroot 3.0.0 API) + +Property (autumo-beetroot 3.0.1 API) - + @@ -170,7 +170,7 @@

    Method Summary

    +clone, delete, delete, deserialize, equals, exists, findFirst, findFirst, get, getAssociatedReference, getAssociatedReference, getDisplayValue, getForeignReferences, getId, getTableName, isNullable, isStored, isUnique, listAll, listReferences, read, save, save, serialize, setId, setStored, toString, update, update, where, where, where, where

    Methods inherited from class java.lang.Object

    finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesAddHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesAddHandler.html index 3d9e842f..ba2a7ab9 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesAddHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesAddHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.properties.PropertiesAddHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.properties.PropertiesAddHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesDeleteHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesDeleteHandler.html index f1c87326..3fa1d044 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesDeleteHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesDeleteHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.properties.PropertiesDeleteHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.properties.PropertiesDeleteHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesEditHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesEditHandler.html index c562417a..2a340cd9 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesEditHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesEditHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.properties.PropertiesEditHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.properties.PropertiesEditHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesIndexHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesIndexHandler.html index 808deb97..f18f4f62 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesIndexHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesIndexHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.properties.PropertiesIndexHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.properties.PropertiesIndexHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesViewHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesViewHandler.html index 771fb093..7868d7a8 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesViewHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/PropertiesViewHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.properties.PropertiesViewHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.properties.PropertiesViewHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/Property.html b/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/Property.html index 03e13c98..f8e0bfa8 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/Property.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/properties/class-use/Property.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.properties.Property (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.properties.Property (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/properties/package-summary.html b/doc/apidocs/ch/autumo/beetroot/handler/properties/package-summary.html index 7f7166b7..4ee7bda6 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/properties/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/properties/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.handler.properties (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.handler.properties (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/properties/package-tree.html b/doc/apidocs/ch/autumo/beetroot/handler/properties/package-tree.html index 7566352a..7101d754 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/properties/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/properties/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.handler.properties Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.handler.properties Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/properties/package-use.html b/doc/apidocs/ch/autumo/beetroot/handler/properties/package-use.html index 98eeb000..20a0071b 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/properties/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/properties/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.handler.properties (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.handler.properties (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/roles/Role.html b/doc/apidocs/ch/autumo/beetroot/handler/roles/Role.html index d9f1204c..ce633160 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/roles/Role.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/roles/Role.html @@ -1,11 +1,11 @@ - -Role (autumo-beetroot 3.0.0 API) + +Role (autumo-beetroot 3.0.1 API) - + @@ -176,7 +176,7 @@

    Method Summary

    +clone, delete, delete, deserialize, equals, exists, findFirst, findFirst, get, getAssociatedReference, getAssociatedReference, getDisplayValue, getForeignReferences, getId, getTableName, isNullable, isStored, isUnique, listAll, listReferences, read, save, save, serialize, setId, setStored, toString, update, update, where, where, where, where

    Methods inherited from class java.lang.Object

    finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesAddHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesAddHandler.html index 1f8bfb32..783d81ad 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesAddHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesAddHandler.html @@ -1,11 +1,11 @@ - -RolesAddHandler (autumo-beetroot 3.0.0 API) + +RolesAddHandler (autumo-beetroot 3.0.1 API) - + @@ -173,7 +173,7 @@

    extractCustomSingleInputDiv, extractSingleInputDiv, extractSingleInputDiv, formatSingleValueForDB, getResource, getSelectValues, isSelect, readData, saveData

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesDeleteHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesDeleteHandler.html index b7e21f3e..2c7af6dd 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesDeleteHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesDeleteHandler.html @@ -1,11 +1,11 @@ - -RolesDeleteHandler (autumo-beetroot 3.0.0 API) + +RolesDeleteHandler (autumo-beetroot 3.0.1 API) - + @@ -164,7 +164,7 @@

    deleteData, getResource

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesEditHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesEditHandler.html index 504dabf6..6d9b6c14 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesEditHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesEditHandler.html @@ -1,11 +1,11 @@ - -RolesEditHandler (autumo-beetroot 3.0.0 API) + +RolesEditHandler (autumo-beetroot 3.0.1 API) - + @@ -166,7 +166,7 @@

    extractCustomSingleInputDiv, extractSingleInputDiv, extractSingleInputDiv, formatSingleValueForDB, formatSingleValueForGUI, getResource, getSelectValues, isSelect, prepare, readData, updateData

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesIndexHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesIndexHandler.html index 178d5bce..8a3166a6 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesIndexHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesIndexHandler.html @@ -1,11 +1,11 @@ - -RolesIndexHandler (autumo-beetroot 3.0.0 API) + +RolesIndexHandler (autumo-beetroot 3.0.1 API) - + @@ -176,7 +176,7 @@

    addAdditionalActions, changeAllowed, deleteAllowed, extractCustomSingleTableData, generateActionsTableData, getDeleteName, getPaginator, getResource, prepare, readData

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesViewHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesViewHandler.html index 5bdafc48..4bf19613 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesViewHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/roles/RolesViewHandler.html @@ -1,11 +1,11 @@ - -RolesViewHandler (autumo-beetroot 3.0.0 API) + +RolesViewHandler (autumo-beetroot 3.0.1 API) - + @@ -166,7 +166,7 @@

    extractCustomSingleTableData, getResource, prepare, readData

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/Role.html b/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/Role.html index c3af0b88..ac79889f 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/Role.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/Role.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.roles.Role (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.roles.Role (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesAddHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesAddHandler.html index 2862e890..898c110e 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesAddHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesAddHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.roles.RolesAddHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.roles.RolesAddHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesDeleteHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesDeleteHandler.html index e4a2f385..7176f803 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesDeleteHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesDeleteHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.roles.RolesDeleteHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.roles.RolesDeleteHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesEditHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesEditHandler.html index 86e644b6..10ae629c 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesEditHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesEditHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.roles.RolesEditHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.roles.RolesEditHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesIndexHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesIndexHandler.html index 0a668713..9a496ba1 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesIndexHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesIndexHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.roles.RolesIndexHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.roles.RolesIndexHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesViewHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesViewHandler.html index 05c017d3..c4707e64 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesViewHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/roles/class-use/RolesViewHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.roles.RolesViewHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.roles.RolesViewHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/roles/package-summary.html b/doc/apidocs/ch/autumo/beetroot/handler/roles/package-summary.html index c234ef4b..e0caa152 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/roles/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/roles/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.handler.roles (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.handler.roles (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/roles/package-tree.html b/doc/apidocs/ch/autumo/beetroot/handler/roles/package-tree.html index e0cced8f..5ed7937c 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/roles/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/roles/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.handler.roles Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.handler.roles Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/roles/package-use.html b/doc/apidocs/ch/autumo/beetroot/handler/roles/package-use.html index a289e2cf..3c43282b 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/roles/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/roles/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.handler.roles (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.handler.roles (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/system/LogHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/system/LogHandler.html index e7839407..4b4f94da 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/system/LogHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/system/LogHandler.html @@ -1,11 +1,11 @@ - -LogHandler (autumo-beetroot 3.0.0 API) + +LogHandler (autumo-beetroot 3.0.1 API) - + @@ -197,7 +197,7 @@

    hasNoColumnsConfig

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getBeanClass, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/system/class-use/LogHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/system/class-use/LogHandler.html index 9214a814..5c524acc 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/system/class-use/LogHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/system/class-use/LogHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.system.LogHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.system.LogHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/system/package-summary.html b/doc/apidocs/ch/autumo/beetroot/handler/system/package-summary.html index 13df9a18..fe502769 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/system/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/system/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.handler.system (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.handler.system (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/system/package-tree.html b/doc/apidocs/ch/autumo/beetroot/handler/system/package-tree.html index fb2755e0..adac34c7 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/system/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/system/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.handler.system Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.handler.system Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/system/package-use.html b/doc/apidocs/ch/autumo/beetroot/handler/system/package-use.html index bc6986cf..ac014741 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/system/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/system/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.handler.system (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.handler.system (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/tasks/Task.html b/doc/apidocs/ch/autumo/beetroot/handler/tasks/Task.html index aa7fc7c1..cd5607ae 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/tasks/Task.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/tasks/Task.html @@ -1,11 +1,11 @@ - -Task (autumo-beetroot 3.0.0 API) + +Task (autumo-beetroot 3.0.1 API) - + @@ -224,7 +224,7 @@

    Method Summary

    +clone, delete, delete, deserialize, equals, exists, findFirst, findFirst, get, getAssociatedReference, getAssociatedReference, getDisplayValue, getForeignReferences, getId, getTableName, isNullable, isStored, isUnique, listAll, listReferences, read, save, save, serialize, setId, setStored, toString, update, update, where, where, where, where

    Methods inherited from class java.lang.Object

    finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksAddHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksAddHandler.html index f9ff6c2c..33c4a6e5 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksAddHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksAddHandler.html @@ -1,11 +1,11 @@ - -TasksAddHandler (autumo-beetroot 3.0.0 API) + +TasksAddHandler (autumo-beetroot 3.0.1 API) - + @@ -173,7 +173,7 @@

    extractCustomSingleInputDiv, extractSingleInputDiv, extractSingleInputDiv, formatSingleValueForDB, getResource, getSelectValues, isSelect, readData, saveData

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksDeleteHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksDeleteHandler.html index ca815ac7..715572bb 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksDeleteHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksDeleteHandler.html @@ -1,11 +1,11 @@ - -TasksDeleteHandler (autumo-beetroot 3.0.0 API) + +TasksDeleteHandler (autumo-beetroot 3.0.1 API) - + @@ -157,7 +157,7 @@

    deleteData, getBeanClass, getResource

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksEditHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksEditHandler.html index 601bc7c7..d6f6a218 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksEditHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksEditHandler.html @@ -1,11 +1,11 @@ - -TasksEditHandler (autumo-beetroot 3.0.0 API) + +TasksEditHandler (autumo-beetroot 3.0.1 API) - + @@ -166,7 +166,7 @@

    extractCustomSingleInputDiv, extractSingleInputDiv, extractSingleInputDiv, formatSingleValueForDB, formatSingleValueForGUI, getResource, getSelectValues, isSelect, prepare, readData, updateData

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksIndexHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksIndexHandler.html index 8dd6815f..4c5d8dba 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksIndexHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksIndexHandler.html @@ -1,11 +1,11 @@ - -TasksIndexHandler (autumo-beetroot 3.0.0 API) + +TasksIndexHandler (autumo-beetroot 3.0.1 API) - + @@ -176,7 +176,7 @@

    addAdditionalActions, extractCustomSingleTableData, generateActionsTableData, getDeleteName, getPaginator, getResource, prepare, readData

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksRESTIndexHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksRESTIndexHandler.html index e80e88d7..461758eb 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksRESTIndexHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksRESTIndexHandler.html @@ -1,11 +1,11 @@ - -TasksRESTIndexHandler (autumo-beetroot 3.0.0 API) + +TasksRESTIndexHandler (autumo-beetroot 3.0.1 API) - + @@ -157,7 +157,7 @@

    extractSingleTableData, getMimeType, getPaginator, getResource, prepare, readData

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getNewScanner, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksViewHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksViewHandler.html index 8d128ea0..f06b5c99 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksViewHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/tasks/TasksViewHandler.html @@ -1,11 +1,11 @@ - -TasksViewHandler (autumo-beetroot 3.0.0 API) + +TasksViewHandler (autumo-beetroot 3.0.1 API) - + @@ -160,7 +160,7 @@

    extractCustomSingleTableData, getResource, prepare, readData

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/Task.html b/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/Task.html index 84bfa84f..b45af3ad 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/Task.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/Task.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.tasks.Task (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.tasks.Task (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksAddHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksAddHandler.html index 55ca3f68..27607670 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksAddHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksAddHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.tasks.TasksAddHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.tasks.TasksAddHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksDeleteHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksDeleteHandler.html index 6aca91a5..bf365e09 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksDeleteHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksDeleteHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.tasks.TasksDeleteHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.tasks.TasksDeleteHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksEditHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksEditHandler.html index 3f361609..a79a53aa 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksEditHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksEditHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.tasks.TasksEditHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.tasks.TasksEditHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksIndexHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksIndexHandler.html index b3f070f0..f8d8be18 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksIndexHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksIndexHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.tasks.TasksIndexHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.tasks.TasksIndexHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksRESTIndexHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksRESTIndexHandler.html index 234abbca..dc0b564e 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksRESTIndexHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksRESTIndexHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.tasks.TasksRESTIndexHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.tasks.TasksRESTIndexHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksViewHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksViewHandler.html index 826007b1..d2b7e397 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksViewHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/tasks/class-use/TasksViewHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.tasks.TasksViewHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.tasks.TasksViewHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/tasks/package-summary.html b/doc/apidocs/ch/autumo/beetroot/handler/tasks/package-summary.html index a0745163..f262708b 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/tasks/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/tasks/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.handler.tasks (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.handler.tasks (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/tasks/package-tree.html b/doc/apidocs/ch/autumo/beetroot/handler/tasks/package-tree.html index c78b8417..0970b3e4 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/tasks/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/tasks/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.handler.tasks Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.handler.tasks Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/tasks/package-use.html b/doc/apidocs/ch/autumo/beetroot/handler/tasks/package-use.html index 6ac05395..3609f424 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/tasks/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/tasks/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.handler.tasks (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.handler.tasks (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/ChangeHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/ChangeHandler.html index 4a6a54a8..c082fd14 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/ChangeHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/ChangeHandler.html @@ -1,11 +1,11 @@ - -ChangeHandler (autumo-beetroot 3.0.0 API) + +ChangeHandler (autumo-beetroot 3.0.1 API) - + @@ -188,7 +188,7 @@

    Method Summary

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getBeanClass, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, uniqueFields, uniqueTest

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersAddHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersAddHandler.html index 9225fbb3..d36b7140 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersAddHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersAddHandler.html @@ -1,11 +1,11 @@ - -ExtUsersAddHandler (autumo-beetroot 3.0.0 API) + +ExtUsersAddHandler (autumo-beetroot 3.0.1 API) - + @@ -179,7 +179,7 @@

    extractSingleInputDiv, extractSingleInputDiv, formatSingleValueForDB, getResource, getSelectValues, isSelect, readData

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, renderAll, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersDeleteHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersDeleteHandler.html index d3c8eb7c..739b94c6 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersDeleteHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersDeleteHandler.html @@ -1,11 +1,11 @@ - -ExtUsersDeleteHandler (autumo-beetroot 3.0.0 API) + +ExtUsersDeleteHandler (autumo-beetroot 3.0.1 API) - + @@ -160,7 +160,7 @@

    deleteData, getBeanClass, getResource

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersEditHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersEditHandler.html index 7295dffd..4feff5ff 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersEditHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersEditHandler.html @@ -1,11 +1,11 @@ - -ExtUsersEditHandler (autumo-beetroot 3.0.0 API) + +ExtUsersEditHandler (autumo-beetroot 3.0.1 API) - + @@ -180,7 +180,7 @@

    extractSingleInputDiv, extractSingleInputDiv, formatSingleValueForDB, formatSingleValueForGUI, getResource, getSelectValues, isSelect, prepare, readData

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersIndexHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersIndexHandler.html index 6ce6a41d..dc79c7f7 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersIndexHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersIndexHandler.html @@ -1,11 +1,11 @@ - -ExtUsersIndexHandler (autumo-beetroot 3.0.0 API) + +ExtUsersIndexHandler (autumo-beetroot 3.0.1 API) - + @@ -165,7 +165,7 @@

    addAdditionalActions, changeAllowed, extractCustomSingleTableData, generateActionsTableData, getDeleteName, getPaginator, getResource, prepare, readData

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersViewHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersViewHandler.html index 6fedf79f..3ddf757a 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersViewHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/ExtUsersViewHandler.html @@ -1,11 +1,11 @@ - -ExtUsersViewHandler (autumo-beetroot 3.0.0 API) + +ExtUsersViewHandler (autumo-beetroot 3.0.1 API) - + @@ -168,7 +168,7 @@

    extractCustomSingleTableData, getResource, prepare, readData

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/LoginHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/LoginHandler.html index 3d157567..f460e8b1 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/LoginHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/LoginHandler.html @@ -1,11 +1,11 @@ - -LoginHandler (autumo-beetroot 3.0.0 API) + +LoginHandler (autumo-beetroot 3.0.1 API) - + @@ -161,7 +161,7 @@

    Method Summary

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getBeanClass, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/LogoutHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/LogoutHandler.html index 32caf91e..7a3c70bb 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/LogoutHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/LogoutHandler.html @@ -1,11 +1,11 @@ - -LogoutHandler (autumo-beetroot 3.0.0 API) + +LogoutHandler (autumo-beetroot 3.0.1 API) - + @@ -161,7 +161,7 @@

    Method Summary

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getBeanClass, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/NewQRCodeHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/NewQRCodeHandler.html index 3c9dabf2..511cb08d 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/NewQRCodeHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/NewQRCodeHandler.html @@ -1,11 +1,11 @@ - -NewQRCodeHandler (autumo-beetroot 3.0.0 API) + +NewQRCodeHandler (autumo-beetroot 3.0.1 API) - + @@ -168,7 +168,7 @@

    Method Summary

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getBeanClass, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/OtpHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/OtpHandler.html index dd7f7ca2..e99eef7b 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/OtpHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/OtpHandler.html @@ -1,11 +1,11 @@ - -OtpHandler (autumo-beetroot 3.0.0 API) + +OtpHandler (autumo-beetroot 3.0.1 API) - + @@ -161,7 +161,7 @@

    Method Summary

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getBeanClass, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/PasswordHelper.html b/doc/apidocs/ch/autumo/beetroot/handler/users/PasswordHelper.html index 94e1f12f..04bd8379 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/PasswordHelper.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/PasswordHelper.html @@ -1,11 +1,11 @@ - -PasswordHelper (autumo-beetroot 3.0.0 API) + +PasswordHelper (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/ResetHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/ResetHandler.html index 2f515d8d..535c3d84 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/ResetHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/ResetHandler.html @@ -1,11 +1,11 @@ - -ResetHandler (autumo-beetroot 3.0.0 API) + +ResetHandler (autumo-beetroot 3.0.1 API) - + @@ -177,7 +177,7 @@

    Method Summary

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getBeanClass, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, uniqueFields, uniqueTest

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/SettingsHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/SettingsHandler.html index fbaee951..bb7bb3e3 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/SettingsHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/SettingsHandler.html @@ -1,11 +1,11 @@ - -SettingsHandler (autumo-beetroot 3.0.0 API) + +SettingsHandler (autumo-beetroot 3.0.1 API) - + @@ -156,7 +156,7 @@

    getResource, isNoContentResponse

    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getBeanClass, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/User.html b/doc/apidocs/ch/autumo/beetroot/handler/users/User.html index 89fd19ef..48e7a1ea 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/User.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/User.html @@ -1,11 +1,11 @@ - -User (autumo-beetroot 3.0.0 API) + +User (autumo-beetroot 3.0.1 API) - + @@ -224,7 +224,7 @@

    Method Summary

    Methods inherited from class ch.autumo.beetroot.Model

    -clone, delete, delete, deserialize, equals, exists, findFirst, findFirst, get, getAssociatedReference, getAssociatedReference, getDisplayValue, getForeignReferences, getId, getTableName, isNullable, isStored, isUnique, listAll, listReferences, read, save, save, serialize, setId, setStored, toString, update, update, where, where
    +clone, delete, delete, deserialize, equals, exists, findFirst, findFirst, get, getAssociatedReference, getAssociatedReference, getDisplayValue, getForeignReferences, getId, getTableName, isNullable, isStored, isUnique, listAll, listReferences, read, save, save, serialize, setId, setStored, toString, update, update, where, where, where, where

    Methods inherited from class java.lang.Object

    finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/UsersAddHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/UsersAddHandler.html index be10973e..19961674 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/UsersAddHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/UsersAddHandler.html @@ -1,11 +1,11 @@ - -UsersAddHandler (autumo-beetroot 3.0.0 API) + +UsersAddHandler (autumo-beetroot 3.0.1 API) - + @@ -187,7 +187,7 @@

    extractCustomSingleInputDiv, extractSingleInputDiv, extractSingleInputDiv, formatSingleValueForDB, getResource, getSelectValues, isSelect, readData

    Methods inherited from class ch.autumo.beetroot.handler.BaseHandler

    -addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData
    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/UsersDeleteHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/UsersDeleteHandler.html index 5da04ef9..4fff69b6 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/UsersDeleteHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/UsersDeleteHandler.html @@ -1,11 +1,11 @@ - -UsersDeleteHandler (autumo-beetroot 3.0.0 API) + +UsersDeleteHandler (autumo-beetroot 3.0.1 API) - + @@ -162,7 +162,7 @@

    deleteData, getBeanClass, getResource

    Methods inherited from class ch.autumo.beetroot.handler.BaseHandler

    -addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData
    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTitle, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readData, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/UsersEditHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/UsersEditHandler.html index 9d372ce5..673aabba 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/UsersEditHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/UsersEditHandler.html @@ -1,11 +1,11 @@ - -UsersEditHandler (autumo-beetroot 3.0.0 API) + +UsersEditHandler (autumo-beetroot 3.0.1 API) - + @@ -175,7 +175,7 @@

    extractCustomSingleInputDiv, extractSingleInputDiv, extractSingleInputDiv, formatSingleValueForDB, formatSingleValueForGUI, getResource, getSelectValues, isSelect, prepare, readData

    Methods inherited from class ch.autumo.beetroot.handler.BaseHandler

    -addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest
    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/UsersIndexHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/UsersIndexHandler.html index 339e68ed..f2a54d65 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/UsersIndexHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/UsersIndexHandler.html @@ -1,11 +1,11 @@ - -UsersIndexHandler (autumo-beetroot 3.0.0 API) + +UsersIndexHandler (autumo-beetroot 3.0.1 API) - + @@ -180,7 +180,7 @@

    addAdditionalActions, changeAllowed, extractCustomSingleTableData, generateActionsTableData, getDeleteName, getPaginator, getResource, prepare, readData

    Methods inherited from class ch.autumo.beetroot.handler.BaseHandler

    -addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData
    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, render, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/UsersViewHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/UsersViewHandler.html index 5e8cfefc..3484619f 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/UsersViewHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/UsersViewHandler.html @@ -1,11 +1,11 @@ - -UsersViewHandler (autumo-beetroot 3.0.0 API) + +UsersViewHandler (autumo-beetroot 3.0.1 API) - + @@ -189,7 +189,7 @@

    extractCustomSingleTableData, getResource, prepare, readData

    Methods inherited from class ch.autumo.beetroot.handler.BaseHandler

    -addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData
    +addCheckBox, addErrorMessage, addHtmlDataLine, addHtmlHeadLine, addSuccessMessage, addWarningMessage, columns, columnsSize, deleteData, formatSingleValueForDB, get, getColumn, getColumnsForSql, getColumnsForSql, getCurrentEntityDbId, getCurrentSession, getCustomizedExceptionInformation, getData, getEmptyBean, getEntity, getHtmlData, getHtmlHead, getInsertValues, getLayout, getMessageType, getMimeType, getNewScanner, getPaginator, getRedirectHandler, getSimpleManagementUserRoles, getStatus, getTemplateEngineErrorMessage, getTemplateEngineErrorTitle, getText, getText, getTransientFields, getUpdateSetClause, getUpdateSetClause, hasAccess, hasExternalLinks, hasNoColumnsConfig, initialize, initialValue, initValuesSize, isCurrentUserUpdate, isCustomResponse, isNoContentResponse, isNoContentResponseButRoute, isPrecisionInputType, isRetryCall, loginMarker, parseAssociatedEntities, parseUnassociatedEntities, patchInputValue, readSnippetResource, redirectedMarker, refreshUserRoles, registerDisplayField, renderAll, saveData, setCurrentEntityDbId, setMessageType, setVar, setVarAll, showMenu, uniqueFields, uniqueTest, updateData

    Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler

    delete, other, post, put
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ChangeHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ChangeHandler.html index 92ac83d4..69f8c5fa 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ChangeHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ChangeHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.users.ChangeHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.users.ChangeHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersAddHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersAddHandler.html index d640caf9..85377e26 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersAddHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersAddHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.users.ExtUsersAddHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.users.ExtUsersAddHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersDeleteHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersDeleteHandler.html index 77590713..0d6e7286 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersDeleteHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersDeleteHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.users.ExtUsersDeleteHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.users.ExtUsersDeleteHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersEditHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersEditHandler.html index 2a524cf6..006f720b 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersEditHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersEditHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.users.ExtUsersEditHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.users.ExtUsersEditHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersIndexHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersIndexHandler.html index 08e39c10..72d6f55e 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersIndexHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersIndexHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.users.ExtUsersIndexHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.users.ExtUsersIndexHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersViewHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersViewHandler.html index 3a9f4852..08fdd9ae 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersViewHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ExtUsersViewHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.users.ExtUsersViewHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.users.ExtUsersViewHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/LoginHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/LoginHandler.html index 29668497..5bdae464 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/LoginHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/LoginHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.users.LoginHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.users.LoginHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/LogoutHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/LogoutHandler.html index 53e40754..578c73e4 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/LogoutHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/LogoutHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.users.LogoutHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.users.LogoutHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/NewQRCodeHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/NewQRCodeHandler.html index f0f92801..2091834a 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/NewQRCodeHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/NewQRCodeHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.users.NewQRCodeHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.users.NewQRCodeHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/OtpHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/OtpHandler.html index aa8f044e..490f704e 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/OtpHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/OtpHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.users.OtpHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.users.OtpHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/PasswordHelper.html b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/PasswordHelper.html index cc98acfb..ccdbb5c5 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/PasswordHelper.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/PasswordHelper.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.users.PasswordHelper (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.users.PasswordHelper (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ResetHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ResetHandler.html index 28985d12..d25b03ef 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ResetHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/ResetHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.users.ResetHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.users.ResetHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/SettingsHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/SettingsHandler.html index 6a983aff..92b1132f 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/SettingsHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/SettingsHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.users.SettingsHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.users.SettingsHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/User.html b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/User.html index 5e6dc3d5..43982fd4 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/User.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/User.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.users.User (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.users.User (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersAddHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersAddHandler.html index b835f278..3c690ac6 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersAddHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersAddHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.users.UsersAddHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.users.UsersAddHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersDeleteHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersDeleteHandler.html index 0ca559a6..a9d99914 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersDeleteHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersDeleteHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.users.UsersDeleteHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.users.UsersDeleteHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersEditHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersEditHandler.html index e794d185..9d873e62 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersEditHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersEditHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.users.UsersEditHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.users.UsersEditHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersIndexHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersIndexHandler.html index 65df3268..2eaca188 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersIndexHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersIndexHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.users.UsersIndexHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.users.UsersIndexHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersViewHandler.html b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersViewHandler.html index 467da99e..9de84149 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersViewHandler.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/class-use/UsersViewHandler.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.users.UsersViewHandler (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.users.UsersViewHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/package-summary.html b/doc/apidocs/ch/autumo/beetroot/handler/users/package-summary.html index 8427801f..a8d84153 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.handler.users (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.handler.users (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/package-tree.html b/doc/apidocs/ch/autumo/beetroot/handler/users/package-tree.html index 0fef7d62..507efafa 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.handler.users Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.handler.users Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/users/package-use.html b/doc/apidocs/ch/autumo/beetroot/handler/users/package-use.html index 09a4e672..63bbc23c 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/users/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/users/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.handler.users (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.handler.users (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/usersroles/UserRole.html b/doc/apidocs/ch/autumo/beetroot/handler/usersroles/UserRole.html index 056a09f4..604d3ef5 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/usersroles/UserRole.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/usersroles/UserRole.html @@ -1,11 +1,11 @@ - -UserRole (autumo-beetroot 3.0.0 API) + +UserRole (autumo-beetroot 3.0.1 API) - + @@ -169,7 +169,7 @@

    Method Summary

    Methods inherited from class ch.autumo.beetroot.Model

    -clone, delete, delete, deserialize, equals, exists, findFirst, findFirst, get, getAssociatedReference, getAssociatedReference, getDisplayValue, getId, getTableName, isNullable, isStored, isUnique, listAll, listReferences, read, save, save, serialize, setId, setStored, toString, update, update, where, where
    +clone, delete, delete, deserialize, equals, exists, findFirst, findFirst, get, getAssociatedReference, getAssociatedReference, getDisplayValue, getId, getTableName, isNullable, isStored, isUnique, listAll, listReferences, read, save, save, serialize, setId, setStored, toString, update, update, where, where, where, where

    Methods inherited from class java.lang.Object

    finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    diff --git a/doc/apidocs/ch/autumo/beetroot/handler/usersroles/class-use/UserRole.html b/doc/apidocs/ch/autumo/beetroot/handler/usersroles/class-use/UserRole.html index 70721192..5b0cb112 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/usersroles/class-use/UserRole.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/usersroles/class-use/UserRole.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.handler.usersroles.UserRole (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.handler.usersroles.UserRole (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/usersroles/package-summary.html b/doc/apidocs/ch/autumo/beetroot/handler/usersroles/package-summary.html index 5f256a27..5fb8c99b 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/usersroles/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/usersroles/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.handler.usersroles (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.handler.usersroles (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/usersroles/package-tree.html b/doc/apidocs/ch/autumo/beetroot/handler/usersroles/package-tree.html index 7fb75c13..54bcb739 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/usersroles/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/usersroles/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.handler.usersroles Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.handler.usersroles Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/handler/usersroles/package-use.html b/doc/apidocs/ch/autumo/beetroot/handler/usersroles/package-use.html index fb247327..4531cf30 100644 --- a/doc/apidocs/ch/autumo/beetroot/handler/usersroles/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/handler/usersroles/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.handler.usersroles (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.handler.usersroles (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/logging/AbstractLogging.html b/doc/apidocs/ch/autumo/beetroot/logging/AbstractLogging.html index 71cc1ea3..85d38f82 100644 --- a/doc/apidocs/ch/autumo/beetroot/logging/AbstractLogging.html +++ b/doc/apidocs/ch/autumo/beetroot/logging/AbstractLogging.html @@ -1,11 +1,11 @@ - -AbstractLogging (autumo-beetroot 3.0.0 API) + +AbstractLogging (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/logging/Log4j2Logging.html b/doc/apidocs/ch/autumo/beetroot/logging/Log4j2Logging.html index ed54e681..ce5e292f 100644 --- a/doc/apidocs/ch/autumo/beetroot/logging/Log4j2Logging.html +++ b/doc/apidocs/ch/autumo/beetroot/logging/Log4j2Logging.html @@ -1,11 +1,11 @@ - -Log4j2Logging (autumo-beetroot 3.0.0 API) + +Log4j2Logging (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/logging/LogEventAppender.html b/doc/apidocs/ch/autumo/beetroot/logging/LogEventAppender.html index 86e0fd51..c2782736 100644 --- a/doc/apidocs/ch/autumo/beetroot/logging/LogEventAppender.html +++ b/doc/apidocs/ch/autumo/beetroot/logging/LogEventAppender.html @@ -1,11 +1,11 @@ - -LogEventAppender (autumo-beetroot 3.0.0 API) + +LogEventAppender (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/logging/LogEventList.html b/doc/apidocs/ch/autumo/beetroot/logging/LogEventList.html index 73220328..789ffe79 100644 --- a/doc/apidocs/ch/autumo/beetroot/logging/LogEventList.html +++ b/doc/apidocs/ch/autumo/beetroot/logging/LogEventList.html @@ -1,11 +1,11 @@ - -LogEventList (autumo-beetroot 3.0.0 API) + +LogEventList (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/logging/Logging.html b/doc/apidocs/ch/autumo/beetroot/logging/Logging.html index 7e7d0266..a1b9e2fc 100644 --- a/doc/apidocs/ch/autumo/beetroot/logging/Logging.html +++ b/doc/apidocs/ch/autumo/beetroot/logging/Logging.html @@ -1,11 +1,11 @@ - -Logging (autumo-beetroot 3.0.0 API) + +Logging (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/logging/LoggingFactory.html b/doc/apidocs/ch/autumo/beetroot/logging/LoggingFactory.html index 931311bb..59cf25df 100644 --- a/doc/apidocs/ch/autumo/beetroot/logging/LoggingFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/logging/LoggingFactory.html @@ -1,11 +1,11 @@ - -LoggingFactory (autumo-beetroot 3.0.0 API) + +LoggingFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/logging/class-use/AbstractLogging.html b/doc/apidocs/ch/autumo/beetroot/logging/class-use/AbstractLogging.html index 508cc103..4463580f 100644 --- a/doc/apidocs/ch/autumo/beetroot/logging/class-use/AbstractLogging.html +++ b/doc/apidocs/ch/autumo/beetroot/logging/class-use/AbstractLogging.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.logging.AbstractLogging (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.logging.AbstractLogging (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/logging/class-use/Log4j2Logging.html b/doc/apidocs/ch/autumo/beetroot/logging/class-use/Log4j2Logging.html index d393da96..fadd9b20 100644 --- a/doc/apidocs/ch/autumo/beetroot/logging/class-use/Log4j2Logging.html +++ b/doc/apidocs/ch/autumo/beetroot/logging/class-use/Log4j2Logging.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.logging.Log4j2Logging (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.logging.Log4j2Logging (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/logging/class-use/LogEventAppender.html b/doc/apidocs/ch/autumo/beetroot/logging/class-use/LogEventAppender.html index 342b1710..757d799f 100644 --- a/doc/apidocs/ch/autumo/beetroot/logging/class-use/LogEventAppender.html +++ b/doc/apidocs/ch/autumo/beetroot/logging/class-use/LogEventAppender.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.logging.LogEventAppender (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.logging.LogEventAppender (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/logging/class-use/LogEventList.html b/doc/apidocs/ch/autumo/beetroot/logging/class-use/LogEventList.html index f8bf9e23..c3f25b9c 100644 --- a/doc/apidocs/ch/autumo/beetroot/logging/class-use/LogEventList.html +++ b/doc/apidocs/ch/autumo/beetroot/logging/class-use/LogEventList.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.logging.LogEventList (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.logging.LogEventList (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/logging/class-use/Logging.html b/doc/apidocs/ch/autumo/beetroot/logging/class-use/Logging.html index 98e8a567..fa88b9f3 100644 --- a/doc/apidocs/ch/autumo/beetroot/logging/class-use/Logging.html +++ b/doc/apidocs/ch/autumo/beetroot/logging/class-use/Logging.html @@ -1,11 +1,11 @@ - -Uses of Interface ch.autumo.beetroot.logging.Logging (autumo-beetroot 3.0.0 API) + +Uses of Interface ch.autumo.beetroot.logging.Logging (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/logging/class-use/LoggingFactory.html b/doc/apidocs/ch/autumo/beetroot/logging/class-use/LoggingFactory.html index 3699c136..572f9684 100644 --- a/doc/apidocs/ch/autumo/beetroot/logging/class-use/LoggingFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/logging/class-use/LoggingFactory.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.logging.LoggingFactory (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.logging.LoggingFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/logging/package-summary.html b/doc/apidocs/ch/autumo/beetroot/logging/package-summary.html index 207b6b65..f4059b5e 100644 --- a/doc/apidocs/ch/autumo/beetroot/logging/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/logging/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.logging (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.logging (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/logging/package-tree.html b/doc/apidocs/ch/autumo/beetroot/logging/package-tree.html index c530a0f7..98779c0f 100644 --- a/doc/apidocs/ch/autumo/beetroot/logging/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/logging/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.logging Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.logging Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/logging/package-use.html b/doc/apidocs/ch/autumo/beetroot/logging/package-use.html index 2b2cd607..9741a22d 100644 --- a/doc/apidocs/ch/autumo/beetroot/logging/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/logging/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.logging (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.logging (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mailing/AbstractMailer.html b/doc/apidocs/ch/autumo/beetroot/mailing/AbstractMailer.html index 60c92939..bc71731d 100644 --- a/doc/apidocs/ch/autumo/beetroot/mailing/AbstractMailer.html +++ b/doc/apidocs/ch/autumo/beetroot/mailing/AbstractMailer.html @@ -1,11 +1,11 @@ - -AbstractMailer (autumo-beetroot 3.0.0 API) + +AbstractMailer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mailing/JakartaMailer.html b/doc/apidocs/ch/autumo/beetroot/mailing/JakartaMailer.html index b5f8550a..74177ae5 100644 --- a/doc/apidocs/ch/autumo/beetroot/mailing/JakartaMailer.html +++ b/doc/apidocs/ch/autumo/beetroot/mailing/JakartaMailer.html @@ -1,11 +1,11 @@ - -JakartaMailer (autumo-beetroot 3.0.0 API) + +JakartaMailer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mailing/JavaxMailer.html b/doc/apidocs/ch/autumo/beetroot/mailing/JavaxMailer.html index 21b20c3f..61949a31 100644 --- a/doc/apidocs/ch/autumo/beetroot/mailing/JavaxMailer.html +++ b/doc/apidocs/ch/autumo/beetroot/mailing/JavaxMailer.html @@ -1,11 +1,11 @@ - -JavaxMailer (autumo-beetroot 3.0.0 API) + +JavaxMailer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mailing/Mailer.html b/doc/apidocs/ch/autumo/beetroot/mailing/Mailer.html index fc002a41..adc0498c 100644 --- a/doc/apidocs/ch/autumo/beetroot/mailing/Mailer.html +++ b/doc/apidocs/ch/autumo/beetroot/mailing/Mailer.html @@ -1,11 +1,11 @@ - -Mailer (autumo-beetroot 3.0.0 API) + +Mailer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mailing/MailerFactory.html b/doc/apidocs/ch/autumo/beetroot/mailing/MailerFactory.html index 100430e7..18531080 100644 --- a/doc/apidocs/ch/autumo/beetroot/mailing/MailerFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/mailing/MailerFactory.html @@ -1,11 +1,11 @@ - -MailerFactory (autumo-beetroot 3.0.0 API) + +MailerFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mailing/class-use/AbstractMailer.html b/doc/apidocs/ch/autumo/beetroot/mailing/class-use/AbstractMailer.html index ebea5b62..487117a3 100644 --- a/doc/apidocs/ch/autumo/beetroot/mailing/class-use/AbstractMailer.html +++ b/doc/apidocs/ch/autumo/beetroot/mailing/class-use/AbstractMailer.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.mailing.AbstractMailer (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.mailing.AbstractMailer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mailing/class-use/JakartaMailer.html b/doc/apidocs/ch/autumo/beetroot/mailing/class-use/JakartaMailer.html index 978de53b..6ab73ca9 100644 --- a/doc/apidocs/ch/autumo/beetroot/mailing/class-use/JakartaMailer.html +++ b/doc/apidocs/ch/autumo/beetroot/mailing/class-use/JakartaMailer.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.mailing.JakartaMailer (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.mailing.JakartaMailer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mailing/class-use/JavaxMailer.html b/doc/apidocs/ch/autumo/beetroot/mailing/class-use/JavaxMailer.html index a39c097a..4d55ba6a 100644 --- a/doc/apidocs/ch/autumo/beetroot/mailing/class-use/JavaxMailer.html +++ b/doc/apidocs/ch/autumo/beetroot/mailing/class-use/JavaxMailer.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.mailing.JavaxMailer (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.mailing.JavaxMailer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mailing/class-use/Mailer.html b/doc/apidocs/ch/autumo/beetroot/mailing/class-use/Mailer.html index fb7f3e8f..3ccb81ae 100644 --- a/doc/apidocs/ch/autumo/beetroot/mailing/class-use/Mailer.html +++ b/doc/apidocs/ch/autumo/beetroot/mailing/class-use/Mailer.html @@ -1,11 +1,11 @@ - -Uses of Interface ch.autumo.beetroot.mailing.Mailer (autumo-beetroot 3.0.0 API) + +Uses of Interface ch.autumo.beetroot.mailing.Mailer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mailing/class-use/MailerFactory.html b/doc/apidocs/ch/autumo/beetroot/mailing/class-use/MailerFactory.html index ad28e366..83d7576a 100644 --- a/doc/apidocs/ch/autumo/beetroot/mailing/class-use/MailerFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/mailing/class-use/MailerFactory.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.mailing.MailerFactory (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.mailing.MailerFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mailing/package-summary.html b/doc/apidocs/ch/autumo/beetroot/mailing/package-summary.html index 759844c6..64d2b694 100644 --- a/doc/apidocs/ch/autumo/beetroot/mailing/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/mailing/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.mailing (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.mailing (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mailing/package-tree.html b/doc/apidocs/ch/autumo/beetroot/mailing/package-tree.html index 5c13daaf..7e2341c5 100644 --- a/doc/apidocs/ch/autumo/beetroot/mailing/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/mailing/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.mailing Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.mailing Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mailing/package-use.html b/doc/apidocs/ch/autumo/beetroot/mailing/package-use.html index 4bd1e64e..75f24292 100644 --- a/doc/apidocs/ch/autumo/beetroot/mailing/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/mailing/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.mailing (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.mailing (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mime/MimeTypeFile.html b/doc/apidocs/ch/autumo/beetroot/mime/MimeTypeFile.html index e60a26b2..d3a6e9a7 100644 --- a/doc/apidocs/ch/autumo/beetroot/mime/MimeTypeFile.html +++ b/doc/apidocs/ch/autumo/beetroot/mime/MimeTypeFile.html @@ -1,11 +1,11 @@ - -MimeTypeFile (autumo-beetroot 3.0.0 API) + +MimeTypeFile (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mime/MimeTypeRegistryProviderImpl.html b/doc/apidocs/ch/autumo/beetroot/mime/MimeTypeRegistryProviderImpl.html index accba837..54f94e06 100644 --- a/doc/apidocs/ch/autumo/beetroot/mime/MimeTypeRegistryProviderImpl.html +++ b/doc/apidocs/ch/autumo/beetroot/mime/MimeTypeRegistryProviderImpl.html @@ -1,11 +1,11 @@ - -MimeTypeRegistryProviderImpl (autumo-beetroot 3.0.0 API) + +MimeTypeRegistryProviderImpl (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mime/class-use/MimeTypeFile.html b/doc/apidocs/ch/autumo/beetroot/mime/class-use/MimeTypeFile.html index ecd95589..67fd7605 100644 --- a/doc/apidocs/ch/autumo/beetroot/mime/class-use/MimeTypeFile.html +++ b/doc/apidocs/ch/autumo/beetroot/mime/class-use/MimeTypeFile.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.mime.MimeTypeFile (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.mime.MimeTypeFile (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mime/class-use/MimeTypeRegistryProviderImpl.html b/doc/apidocs/ch/autumo/beetroot/mime/class-use/MimeTypeRegistryProviderImpl.html index a899e079..d215dfc9 100644 --- a/doc/apidocs/ch/autumo/beetroot/mime/class-use/MimeTypeRegistryProviderImpl.html +++ b/doc/apidocs/ch/autumo/beetroot/mime/class-use/MimeTypeRegistryProviderImpl.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.mime.MimeTypeRegistryProviderImpl (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.mime.MimeTypeRegistryProviderImpl (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mime/package-summary.html b/doc/apidocs/ch/autumo/beetroot/mime/package-summary.html index 51ef7b98..683f469a 100644 --- a/doc/apidocs/ch/autumo/beetroot/mime/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/mime/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.mime (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.mime (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mime/package-tree.html b/doc/apidocs/ch/autumo/beetroot/mime/package-tree.html index 0cbb6e8a..dd30b64c 100644 --- a/doc/apidocs/ch/autumo/beetroot/mime/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/mime/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.mime Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.mime Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/mime/package-use.html b/doc/apidocs/ch/autumo/beetroot/mime/package-use.html index 2765a67f..04454a8d 100644 --- a/doc/apidocs/ch/autumo/beetroot/mime/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/mime/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.mime (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.mime (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/package-summary.html b/doc/apidocs/ch/autumo/beetroot/package-summary.html index 35f14d0a..b62a43d8 100644 --- a/doc/apidocs/ch/autumo/beetroot/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/package-tree.html b/doc/apidocs/ch/autumo/beetroot/package-tree.html index d3d2c4ac..21fe4670 100644 --- a/doc/apidocs/ch/autumo/beetroot/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/package-use.html b/doc/apidocs/ch/autumo/beetroot/package-use.html index 47717fe7..46067cf2 100644 --- a/doc/apidocs/ch/autumo/beetroot/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/plant/Fertilizer.FertilizerException.html b/doc/apidocs/ch/autumo/beetroot/plant/Fertilizer.FertilizerException.html index d7710235..8f025d84 100644 --- a/doc/apidocs/ch/autumo/beetroot/plant/Fertilizer.FertilizerException.html +++ b/doc/apidocs/ch/autumo/beetroot/plant/Fertilizer.FertilizerException.html @@ -1,11 +1,11 @@ - -Fertilizer.FertilizerException (autumo-beetroot 3.0.0 API) + +Fertilizer.FertilizerException (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/plant/Fertilizer.html b/doc/apidocs/ch/autumo/beetroot/plant/Fertilizer.html index e9e1b85e..ebb2b39a 100644 --- a/doc/apidocs/ch/autumo/beetroot/plant/Fertilizer.html +++ b/doc/apidocs/ch/autumo/beetroot/plant/Fertilizer.html @@ -1,11 +1,11 @@ - -Fertilizer (autumo-beetroot 3.0.0 API) + +Fertilizer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/plant/Plant.html b/doc/apidocs/ch/autumo/beetroot/plant/Plant.html index a25333c5..9486a090 100644 --- a/doc/apidocs/ch/autumo/beetroot/plant/Plant.html +++ b/doc/apidocs/ch/autumo/beetroot/plant/Plant.html @@ -1,11 +1,11 @@ - -Plant (autumo-beetroot 3.0.0 API) + +Plant (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/plant/class-use/Fertilizer.FertilizerException.html b/doc/apidocs/ch/autumo/beetroot/plant/class-use/Fertilizer.FertilizerException.html index d9df4e5e..e25df249 100644 --- a/doc/apidocs/ch/autumo/beetroot/plant/class-use/Fertilizer.FertilizerException.html +++ b/doc/apidocs/ch/autumo/beetroot/plant/class-use/Fertilizer.FertilizerException.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.plant.Fertilizer.FertilizerException (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.plant.Fertilizer.FertilizerException (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/plant/class-use/Fertilizer.html b/doc/apidocs/ch/autumo/beetroot/plant/class-use/Fertilizer.html index a3e41284..91956e0a 100644 --- a/doc/apidocs/ch/autumo/beetroot/plant/class-use/Fertilizer.html +++ b/doc/apidocs/ch/autumo/beetroot/plant/class-use/Fertilizer.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.plant.Fertilizer (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.plant.Fertilizer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/plant/class-use/Plant.html b/doc/apidocs/ch/autumo/beetroot/plant/class-use/Plant.html index 57e845cd..d3dabd2a 100644 --- a/doc/apidocs/ch/autumo/beetroot/plant/class-use/Plant.html +++ b/doc/apidocs/ch/autumo/beetroot/plant/class-use/Plant.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.plant.Plant (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.plant.Plant (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/plant/package-summary.html b/doc/apidocs/ch/autumo/beetroot/plant/package-summary.html index 2bc03133..52cf8d3b 100644 --- a/doc/apidocs/ch/autumo/beetroot/plant/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/plant/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.plant (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.plant (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/plant/package-tree.html b/doc/apidocs/ch/autumo/beetroot/plant/package-tree.html index 5fa1a10d..d82f2a1b 100644 --- a/doc/apidocs/ch/autumo/beetroot/plant/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/plant/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.plant Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.plant Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/plant/package-use.html b/doc/apidocs/ch/autumo/beetroot/plant/package-use.html index 77f093e7..1940221c 100644 --- a/doc/apidocs/ch/autumo/beetroot/plant/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/plant/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.plant (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.plant (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/routing/BeetRootDefaultRouter.html b/doc/apidocs/ch/autumo/beetroot/routing/BeetRootDefaultRouter.html index c8447faf..dc1309d1 100644 --- a/doc/apidocs/ch/autumo/beetroot/routing/BeetRootDefaultRouter.html +++ b/doc/apidocs/ch/autumo/beetroot/routing/BeetRootDefaultRouter.html @@ -1,11 +1,11 @@ - -BeetRootDefaultRouter (autumo-beetroot 3.0.0 API) + +BeetRootDefaultRouter (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/routing/Route.html b/doc/apidocs/ch/autumo/beetroot/routing/Route.html index 3286f9f9..af5b1518 100644 --- a/doc/apidocs/ch/autumo/beetroot/routing/Route.html +++ b/doc/apidocs/ch/autumo/beetroot/routing/Route.html @@ -1,11 +1,11 @@ - -Route (autumo-beetroot 3.0.0 API) + +Route (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/routing/Router.html b/doc/apidocs/ch/autumo/beetroot/routing/Router.html index 47013d54..19e4b485 100644 --- a/doc/apidocs/ch/autumo/beetroot/routing/Router.html +++ b/doc/apidocs/ch/autumo/beetroot/routing/Router.html @@ -1,11 +1,11 @@ - -Router (autumo-beetroot 3.0.0 API) + +Router (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/routing/class-use/BeetRootDefaultRouter.html b/doc/apidocs/ch/autumo/beetroot/routing/class-use/BeetRootDefaultRouter.html index 9ceabda9..dc6c91e9 100644 --- a/doc/apidocs/ch/autumo/beetroot/routing/class-use/BeetRootDefaultRouter.html +++ b/doc/apidocs/ch/autumo/beetroot/routing/class-use/BeetRootDefaultRouter.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.routing.BeetRootDefaultRouter (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.routing.BeetRootDefaultRouter (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/routing/class-use/Route.html b/doc/apidocs/ch/autumo/beetroot/routing/class-use/Route.html index e6dc30ad..29b8407f 100644 --- a/doc/apidocs/ch/autumo/beetroot/routing/class-use/Route.html +++ b/doc/apidocs/ch/autumo/beetroot/routing/class-use/Route.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.routing.Route (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.routing.Route (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/routing/class-use/Router.html b/doc/apidocs/ch/autumo/beetroot/routing/class-use/Router.html index 27fc36f8..1302ee22 100644 --- a/doc/apidocs/ch/autumo/beetroot/routing/class-use/Router.html +++ b/doc/apidocs/ch/autumo/beetroot/routing/class-use/Router.html @@ -1,11 +1,11 @@ - -Uses of Interface ch.autumo.beetroot.routing.Router (autumo-beetroot 3.0.0 API) + +Uses of Interface ch.autumo.beetroot.routing.Router (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/routing/package-summary.html b/doc/apidocs/ch/autumo/beetroot/routing/package-summary.html index 59c3a227..b7049c1e 100644 --- a/doc/apidocs/ch/autumo/beetroot/routing/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/routing/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.routing (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.routing (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/routing/package-tree.html b/doc/apidocs/ch/autumo/beetroot/routing/package-tree.html index a5a986d0..b82e9d62 100644 --- a/doc/apidocs/ch/autumo/beetroot/routing/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/routing/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.routing Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.routing Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/routing/package-use.html b/doc/apidocs/ch/autumo/beetroot/routing/package-use.html index 9c14070e..9f280e7b 100644 --- a/doc/apidocs/ch/autumo/beetroot/routing/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/routing/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.routing (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.routing (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/security/SecureApplication.html b/doc/apidocs/ch/autumo/beetroot/security/SecureApplication.html index 208a74b5..dbb7e1f4 100644 --- a/doc/apidocs/ch/autumo/beetroot/security/SecureApplication.html +++ b/doc/apidocs/ch/autumo/beetroot/security/SecureApplication.html @@ -1,11 +1,11 @@ - -SecureApplication (autumo-beetroot 3.0.0 API) + +SecureApplication (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/security/SecureApplicationHolder.html b/doc/apidocs/ch/autumo/beetroot/security/SecureApplicationHolder.html index c1d7dc78..668b5071 100644 --- a/doc/apidocs/ch/autumo/beetroot/security/SecureApplicationHolder.html +++ b/doc/apidocs/ch/autumo/beetroot/security/SecureApplicationHolder.html @@ -1,11 +1,11 @@ - -SecureApplicationHolder (autumo-beetroot 3.0.0 API) + +SecureApplicationHolder (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/security/class-use/SecureApplication.html b/doc/apidocs/ch/autumo/beetroot/security/class-use/SecureApplication.html index d0cce421..4a090093 100644 --- a/doc/apidocs/ch/autumo/beetroot/security/class-use/SecureApplication.html +++ b/doc/apidocs/ch/autumo/beetroot/security/class-use/SecureApplication.html @@ -1,11 +1,11 @@ - -Uses of Interface ch.autumo.beetroot.security.SecureApplication (autumo-beetroot 3.0.0 API) + +Uses of Interface ch.autumo.beetroot.security.SecureApplication (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/security/class-use/SecureApplicationHolder.html b/doc/apidocs/ch/autumo/beetroot/security/class-use/SecureApplicationHolder.html index afb13322..8f2da50e 100644 --- a/doc/apidocs/ch/autumo/beetroot/security/class-use/SecureApplicationHolder.html +++ b/doc/apidocs/ch/autumo/beetroot/security/class-use/SecureApplicationHolder.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.security.SecureApplicationHolder (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.security.SecureApplicationHolder (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/security/package-summary.html b/doc/apidocs/ch/autumo/beetroot/security/package-summary.html index 50418e0a..2b8e8e2e 100644 --- a/doc/apidocs/ch/autumo/beetroot/security/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/security/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.security (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.security (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/security/package-tree.html b/doc/apidocs/ch/autumo/beetroot/security/package-tree.html index 7cde5799..18145e56 100644 --- a/doc/apidocs/ch/autumo/beetroot/security/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/security/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.security Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.security Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/security/package-use.html b/doc/apidocs/ch/autumo/beetroot/security/package-use.html index 0e540d4f..913e4230 100644 --- a/doc/apidocs/ch/autumo/beetroot/security/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/security/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.security (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.security (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/security/password/Argon2HashProvider.html b/doc/apidocs/ch/autumo/beetroot/security/password/Argon2HashProvider.html index f1423cc6..9ac51801 100644 --- a/doc/apidocs/ch/autumo/beetroot/security/password/Argon2HashProvider.html +++ b/doc/apidocs/ch/autumo/beetroot/security/password/Argon2HashProvider.html @@ -1,11 +1,11 @@ - -Argon2HashProvider (autumo-beetroot 3.0.0 API) + +Argon2HashProvider (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/security/password/NOOPHashProvider.html b/doc/apidocs/ch/autumo/beetroot/security/password/NOOPHashProvider.html index 750d1b34..a13f5766 100644 --- a/doc/apidocs/ch/autumo/beetroot/security/password/NOOPHashProvider.html +++ b/doc/apidocs/ch/autumo/beetroot/security/password/NOOPHashProvider.html @@ -1,11 +1,11 @@ - -NOOPHashProvider (autumo-beetroot 3.0.0 API) + +NOOPHashProvider (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/security/password/PBKPD2HashProvider.html b/doc/apidocs/ch/autumo/beetroot/security/password/PBKPD2HashProvider.html index a5c050b8..ce7d8e55 100644 --- a/doc/apidocs/ch/autumo/beetroot/security/password/PBKPD2HashProvider.html +++ b/doc/apidocs/ch/autumo/beetroot/security/password/PBKPD2HashProvider.html @@ -1,11 +1,11 @@ - -PBKPD2HashProvider (autumo-beetroot 3.0.0 API) + +PBKPD2HashProvider (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/security/password/PasswordHashProvider.html b/doc/apidocs/ch/autumo/beetroot/security/password/PasswordHashProvider.html index 65862326..84f9b1fb 100644 --- a/doc/apidocs/ch/autumo/beetroot/security/password/PasswordHashProvider.html +++ b/doc/apidocs/ch/autumo/beetroot/security/password/PasswordHashProvider.html @@ -1,11 +1,11 @@ - -PasswordHashProvider (autumo-beetroot 3.0.0 API) + +PasswordHashProvider (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/security/password/class-use/Argon2HashProvider.html b/doc/apidocs/ch/autumo/beetroot/security/password/class-use/Argon2HashProvider.html index 4f113701..34005c69 100644 --- a/doc/apidocs/ch/autumo/beetroot/security/password/class-use/Argon2HashProvider.html +++ b/doc/apidocs/ch/autumo/beetroot/security/password/class-use/Argon2HashProvider.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.security.password.Argon2HashProvider (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.security.password.Argon2HashProvider (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/security/password/class-use/NOOPHashProvider.html b/doc/apidocs/ch/autumo/beetroot/security/password/class-use/NOOPHashProvider.html index 7fd6630b..526187b4 100644 --- a/doc/apidocs/ch/autumo/beetroot/security/password/class-use/NOOPHashProvider.html +++ b/doc/apidocs/ch/autumo/beetroot/security/password/class-use/NOOPHashProvider.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.security.password.NOOPHashProvider (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.security.password.NOOPHashProvider (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/security/password/class-use/PBKPD2HashProvider.html b/doc/apidocs/ch/autumo/beetroot/security/password/class-use/PBKPD2HashProvider.html index 9a72caef..bd3a9a8b 100644 --- a/doc/apidocs/ch/autumo/beetroot/security/password/class-use/PBKPD2HashProvider.html +++ b/doc/apidocs/ch/autumo/beetroot/security/password/class-use/PBKPD2HashProvider.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.security.password.PBKPD2HashProvider (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.security.password.PBKPD2HashProvider (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/security/password/class-use/PasswordHashProvider.html b/doc/apidocs/ch/autumo/beetroot/security/password/class-use/PasswordHashProvider.html index fdfa771c..d3746c89 100644 --- a/doc/apidocs/ch/autumo/beetroot/security/password/class-use/PasswordHashProvider.html +++ b/doc/apidocs/ch/autumo/beetroot/security/password/class-use/PasswordHashProvider.html @@ -1,11 +1,11 @@ - -Uses of Interface ch.autumo.beetroot.security.password.PasswordHashProvider (autumo-beetroot 3.0.0 API) + +Uses of Interface ch.autumo.beetroot.security.password.PasswordHashProvider (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/security/password/package-summary.html b/doc/apidocs/ch/autumo/beetroot/security/password/package-summary.html index a41d7903..e13d3af2 100644 --- a/doc/apidocs/ch/autumo/beetroot/security/password/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/security/password/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.security.password (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.security.password (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/security/password/package-tree.html b/doc/apidocs/ch/autumo/beetroot/security/password/package-tree.html index 93ec87d5..89b2048b 100644 --- a/doc/apidocs/ch/autumo/beetroot/security/password/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/security/password/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.security.password Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.security.password Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/security/password/package-use.html b/doc/apidocs/ch/autumo/beetroot/security/password/package-use.html index c933cfd3..2710cd8a 100644 --- a/doc/apidocs/ch/autumo/beetroot/security/password/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/security/password/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.security.password (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.security.password (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/BaseServer.Help.html b/doc/apidocs/ch/autumo/beetroot/server/BaseServer.Help.html index f3754134..4778f3c8 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/BaseServer.Help.html +++ b/doc/apidocs/ch/autumo/beetroot/server/BaseServer.Help.html @@ -1,11 +1,11 @@ - -BaseServer.Help (autumo-beetroot 3.0.0 API) + +BaseServer.Help (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/BaseServer.html b/doc/apidocs/ch/autumo/beetroot/server/BaseServer.html index 8bc33618..53fbce93 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/BaseServer.html +++ b/doc/apidocs/ch/autumo/beetroot/server/BaseServer.html @@ -1,11 +1,11 @@ - -BaseServer (autumo-beetroot 3.0.0 API) + +BaseServer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/BeetRootServer.html b/doc/apidocs/ch/autumo/beetroot/server/BeetRootServer.html index 101deb45..0bb3340f 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/BeetRootServer.html +++ b/doc/apidocs/ch/autumo/beetroot/server/BeetRootServer.html @@ -1,11 +1,11 @@ - -BeetRootServer (autumo-beetroot 3.0.0 API) + +BeetRootServer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/FileServer.html b/doc/apidocs/ch/autumo/beetroot/server/FileServer.html index 5fd40a9c..6218af48 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/FileServer.html +++ b/doc/apidocs/ch/autumo/beetroot/server/FileServer.html @@ -1,11 +1,11 @@ - -FileServer (autumo-beetroot 3.0.0 API) + +FileServer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/action/Download.html b/doc/apidocs/ch/autumo/beetroot/server/action/Download.html index 96c63f85..5c25abfc 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/action/Download.html +++ b/doc/apidocs/ch/autumo/beetroot/server/action/Download.html @@ -1,11 +1,11 @@ - -Download (autumo-beetroot 3.0.0 API) + +Download (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/action/FileAction.html b/doc/apidocs/ch/autumo/beetroot/server/action/FileAction.html index 10bb3f8d..83c92fcb 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/action/FileAction.html +++ b/doc/apidocs/ch/autumo/beetroot/server/action/FileAction.html @@ -1,11 +1,11 @@ - -FileAction (autumo-beetroot 3.0.0 API) + +FileAction (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/action/Upload.html b/doc/apidocs/ch/autumo/beetroot/server/action/Upload.html index c242071e..41883133 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/action/Upload.html +++ b/doc/apidocs/ch/autumo/beetroot/server/action/Upload.html @@ -1,11 +1,11 @@ - -Upload (autumo-beetroot 3.0.0 API) + +Upload (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/action/class-use/Download.html b/doc/apidocs/ch/autumo/beetroot/server/action/class-use/Download.html index 85d21ac7..a24c6804 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/action/class-use/Download.html +++ b/doc/apidocs/ch/autumo/beetroot/server/action/class-use/Download.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.action.Download (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.action.Download (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/action/class-use/FileAction.html b/doc/apidocs/ch/autumo/beetroot/server/action/class-use/FileAction.html index ba237073..de20a8bf 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/action/class-use/FileAction.html +++ b/doc/apidocs/ch/autumo/beetroot/server/action/class-use/FileAction.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.action.FileAction (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.action.FileAction (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/action/class-use/Upload.html b/doc/apidocs/ch/autumo/beetroot/server/action/class-use/Upload.html index e8191904..e1b2afea 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/action/class-use/Upload.html +++ b/doc/apidocs/ch/autumo/beetroot/server/action/class-use/Upload.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.action.Upload (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.action.Upload (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/action/package-summary.html b/doc/apidocs/ch/autumo/beetroot/server/action/package-summary.html index 490d54b8..bff85f45 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/action/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/server/action/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.server.action (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.server.action (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/action/package-tree.html b/doc/apidocs/ch/autumo/beetroot/server/action/package-tree.html index 6f8cdecf..6badeb1e 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/action/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/server/action/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.server.action Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.server.action Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/action/package-use.html b/doc/apidocs/ch/autumo/beetroot/server/action/package-use.html index 3336bcaf..e2ecdd29 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/action/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/server/action/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.server.action (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.server.action (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/class-use/BaseServer.Help.html b/doc/apidocs/ch/autumo/beetroot/server/class-use/BaseServer.Help.html index c10c8689..a3867345 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/class-use/BaseServer.Help.html +++ b/doc/apidocs/ch/autumo/beetroot/server/class-use/BaseServer.Help.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.BaseServer.Help (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.BaseServer.Help (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/class-use/BaseServer.html b/doc/apidocs/ch/autumo/beetroot/server/class-use/BaseServer.html index 8955c048..8c4df769 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/class-use/BaseServer.html +++ b/doc/apidocs/ch/autumo/beetroot/server/class-use/BaseServer.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.BaseServer (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.BaseServer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/class-use/BeetRootServer.html b/doc/apidocs/ch/autumo/beetroot/server/class-use/BeetRootServer.html index dc47ca07..09d9dd06 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/class-use/BeetRootServer.html +++ b/doc/apidocs/ch/autumo/beetroot/server/class-use/BeetRootServer.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.BeetRootServer (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.BeetRootServer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/class-use/FileServer.html b/doc/apidocs/ch/autumo/beetroot/server/class-use/FileServer.html index 91552a17..379dcbf5 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/class-use/FileServer.html +++ b/doc/apidocs/ch/autumo/beetroot/server/class-use/FileServer.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.FileServer (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.FileServer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/communication/ClientCommunicator.html b/doc/apidocs/ch/autumo/beetroot/server/communication/ClientCommunicator.html index 9004c570..eaf113e5 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/communication/ClientCommunicator.html +++ b/doc/apidocs/ch/autumo/beetroot/server/communication/ClientCommunicator.html @@ -1,11 +1,11 @@ - -ClientCommunicator (autumo-beetroot 3.0.0 API) + +ClientCommunicator (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/communication/ClientFileTransfer.html b/doc/apidocs/ch/autumo/beetroot/server/communication/ClientFileTransfer.html index f28b8727..0a4ee2e6 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/communication/ClientFileTransfer.html +++ b/doc/apidocs/ch/autumo/beetroot/server/communication/ClientFileTransfer.html @@ -1,11 +1,11 @@ - -ClientFileTransfer (autumo-beetroot 3.0.0 API) + +ClientFileTransfer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/communication/Communicator.html b/doc/apidocs/ch/autumo/beetroot/server/communication/Communicator.html index e984beb3..51c8bf6d 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/communication/Communicator.html +++ b/doc/apidocs/ch/autumo/beetroot/server/communication/Communicator.html @@ -1,11 +1,11 @@ - -Communicator (autumo-beetroot 3.0.0 API) + +Communicator (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/communication/FileTransfer.html b/doc/apidocs/ch/autumo/beetroot/server/communication/FileTransfer.html index 99c4bbbc..f4098e05 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/communication/FileTransfer.html +++ b/doc/apidocs/ch/autumo/beetroot/server/communication/FileTransfer.html @@ -1,11 +1,11 @@ - -FileTransfer (autumo-beetroot 3.0.0 API) + +FileTransfer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/communication/class-use/ClientCommunicator.html b/doc/apidocs/ch/autumo/beetroot/server/communication/class-use/ClientCommunicator.html index 25a4c2fd..df0a8298 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/communication/class-use/ClientCommunicator.html +++ b/doc/apidocs/ch/autumo/beetroot/server/communication/class-use/ClientCommunicator.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.communication.ClientCommunicator (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.communication.ClientCommunicator (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/communication/class-use/ClientFileTransfer.html b/doc/apidocs/ch/autumo/beetroot/server/communication/class-use/ClientFileTransfer.html index 75706928..2ac33bb6 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/communication/class-use/ClientFileTransfer.html +++ b/doc/apidocs/ch/autumo/beetroot/server/communication/class-use/ClientFileTransfer.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.communication.ClientFileTransfer (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.communication.ClientFileTransfer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/communication/class-use/Communicator.html b/doc/apidocs/ch/autumo/beetroot/server/communication/class-use/Communicator.html index 733e0f56..06a58ce4 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/communication/class-use/Communicator.html +++ b/doc/apidocs/ch/autumo/beetroot/server/communication/class-use/Communicator.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.communication.Communicator (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.communication.Communicator (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/communication/class-use/FileTransfer.html b/doc/apidocs/ch/autumo/beetroot/server/communication/class-use/FileTransfer.html index 5f97af68..cc0bf3bc 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/communication/class-use/FileTransfer.html +++ b/doc/apidocs/ch/autumo/beetroot/server/communication/class-use/FileTransfer.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.communication.FileTransfer (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.communication.FileTransfer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/communication/package-summary.html b/doc/apidocs/ch/autumo/beetroot/server/communication/package-summary.html index ee06831f..39c95c6c 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/communication/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/server/communication/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.server.communication (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.server.communication (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/communication/package-tree.html b/doc/apidocs/ch/autumo/beetroot/server/communication/package-tree.html index 53609b66..5c6c0940 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/communication/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/server/communication/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.server.communication Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.server.communication Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/communication/package-use.html b/doc/apidocs/ch/autumo/beetroot/server/communication/package-use.html index 93aae6b2..ba94fa4a 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/communication/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/server/communication/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.server.communication (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.server.communication (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/AbstractMessage.html b/doc/apidocs/ch/autumo/beetroot/server/message/AbstractMessage.html index 59a9c998..8d774de9 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/AbstractMessage.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/AbstractMessage.html @@ -1,11 +1,11 @@ - -AbstractMessage (autumo-beetroot 3.0.0 API) + +AbstractMessage (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/ClientAnswer.html b/doc/apidocs/ch/autumo/beetroot/server/message/ClientAnswer.html index 665ffcf4..6452c200 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/ClientAnswer.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/ClientAnswer.html @@ -1,11 +1,11 @@ - -ClientAnswer (autumo-beetroot 3.0.0 API) + +ClientAnswer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/HealthAnswer.html b/doc/apidocs/ch/autumo/beetroot/server/message/HealthAnswer.html index 8d1cf894..d67c915b 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/HealthAnswer.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/HealthAnswer.html @@ -1,11 +1,11 @@ - -HealthAnswer (autumo-beetroot 3.0.0 API) + +HealthAnswer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/ServerCommand.html b/doc/apidocs/ch/autumo/beetroot/server/message/ServerCommand.html index e874bd37..af44ece2 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/ServerCommand.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/ServerCommand.html @@ -1,11 +1,11 @@ - -ServerCommand (autumo-beetroot 3.0.0 API) + +ServerCommand (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/StopAnswer.html b/doc/apidocs/ch/autumo/beetroot/server/message/StopAnswer.html index d36fa62a..cccf1d16 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/StopAnswer.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/StopAnswer.html @@ -1,11 +1,11 @@ - -StopAnswer (autumo-beetroot 3.0.0 API) + +StopAnswer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/class-use/AbstractMessage.html b/doc/apidocs/ch/autumo/beetroot/server/message/class-use/AbstractMessage.html index 45d974cb..9d3c3c25 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/class-use/AbstractMessage.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/class-use/AbstractMessage.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.message.AbstractMessage (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.message.AbstractMessage (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/class-use/ClientAnswer.html b/doc/apidocs/ch/autumo/beetroot/server/message/class-use/ClientAnswer.html index d3bd3192..740dff9b 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/class-use/ClientAnswer.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/class-use/ClientAnswer.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.message.ClientAnswer (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.message.ClientAnswer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/class-use/HealthAnswer.html b/doc/apidocs/ch/autumo/beetroot/server/message/class-use/HealthAnswer.html index 4de4e2ff..ad98f4d9 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/class-use/HealthAnswer.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/class-use/HealthAnswer.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.message.HealthAnswer (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.message.HealthAnswer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/class-use/ServerCommand.html b/doc/apidocs/ch/autumo/beetroot/server/message/class-use/ServerCommand.html index 60b6f6cd..b3d42cb5 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/class-use/ServerCommand.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/class-use/ServerCommand.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.message.ServerCommand (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.message.ServerCommand (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/class-use/StopAnswer.html b/doc/apidocs/ch/autumo/beetroot/server/message/class-use/StopAnswer.html index 29adad45..68a8a96d 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/class-use/StopAnswer.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/class-use/StopAnswer.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.message.StopAnswer (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.message.StopAnswer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/file/DeleteRequest.html b/doc/apidocs/ch/autumo/beetroot/server/message/file/DeleteRequest.html index 80e324e4..d8e01762 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/file/DeleteRequest.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/file/DeleteRequest.html @@ -1,11 +1,11 @@ - -DeleteRequest (autumo-beetroot 3.0.0 API) + +DeleteRequest (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/file/DownloadRequest.html b/doc/apidocs/ch/autumo/beetroot/server/message/file/DownloadRequest.html index d1c433ab..da7fcc39 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/file/DownloadRequest.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/file/DownloadRequest.html @@ -1,11 +1,11 @@ - -DownloadRequest (autumo-beetroot 3.0.0 API) + +DownloadRequest (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/file/FileAnswer.html b/doc/apidocs/ch/autumo/beetroot/server/message/file/FileAnswer.html index cc27a39f..baecfcfb 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/file/FileAnswer.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/file/FileAnswer.html @@ -1,11 +1,11 @@ - -FileAnswer (autumo-beetroot 3.0.0 API) + +FileAnswer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/file/PingDownloadRequest.html b/doc/apidocs/ch/autumo/beetroot/server/message/file/PingDownloadRequest.html index 1ce52a30..d4ea2341 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/file/PingDownloadRequest.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/file/PingDownloadRequest.html @@ -1,11 +1,11 @@ - -PingDownloadRequest (autumo-beetroot 3.0.0 API) + +PingDownloadRequest (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/file/PingUploadRequest.html b/doc/apidocs/ch/autumo/beetroot/server/message/file/PingUploadRequest.html index 7dad249d..b60edc95 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/file/PingUploadRequest.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/file/PingUploadRequest.html @@ -1,11 +1,11 @@ - -PingUploadRequest (autumo-beetroot 3.0.0 API) + +PingUploadRequest (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/file/UploadRequest.html b/doc/apidocs/ch/autumo/beetroot/server/message/file/UploadRequest.html index 4a3aed4d..cae4234c 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/file/UploadRequest.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/file/UploadRequest.html @@ -1,11 +1,11 @@ - -UploadRequest (autumo-beetroot 3.0.0 API) + +UploadRequest (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/DeleteRequest.html b/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/DeleteRequest.html index 0cd0a922..4bc4b669 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/DeleteRequest.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/DeleteRequest.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.message.file.DeleteRequest (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.message.file.DeleteRequest (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/DownloadRequest.html b/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/DownloadRequest.html index 8e5108af..58fa907e 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/DownloadRequest.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/DownloadRequest.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.message.file.DownloadRequest (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.message.file.DownloadRequest (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/FileAnswer.html b/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/FileAnswer.html index 69be4b49..3f8a6aa5 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/FileAnswer.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/FileAnswer.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.message.file.FileAnswer (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.message.file.FileAnswer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/PingDownloadRequest.html b/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/PingDownloadRequest.html index 80a8eeff..ef149013 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/PingDownloadRequest.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/PingDownloadRequest.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.message.file.PingDownloadRequest (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.message.file.PingDownloadRequest (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/PingUploadRequest.html b/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/PingUploadRequest.html index 55348ca9..882425bd 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/PingUploadRequest.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/PingUploadRequest.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.message.file.PingUploadRequest (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.message.file.PingUploadRequest (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/UploadRequest.html b/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/UploadRequest.html index ff4fd8a3..b7565a72 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/UploadRequest.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/file/class-use/UploadRequest.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.message.file.UploadRequest (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.message.file.UploadRequest (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/file/package-summary.html b/doc/apidocs/ch/autumo/beetroot/server/message/file/package-summary.html index 049cf944..bac4392b 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/file/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/file/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.server.message.file (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.server.message.file (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/file/package-tree.html b/doc/apidocs/ch/autumo/beetroot/server/message/file/package-tree.html index 1f8c7038..1700177f 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/file/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/file/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.server.message.file Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.server.message.file Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/file/package-use.html b/doc/apidocs/ch/autumo/beetroot/server/message/file/package-use.html index 183d328d..ade4ce0b 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/file/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/file/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.server.message.file (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.server.message.file (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/package-summary.html b/doc/apidocs/ch/autumo/beetroot/server/message/package-summary.html index 510ee659..43cabb47 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.server.message (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.server.message (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/package-tree.html b/doc/apidocs/ch/autumo/beetroot/server/message/package-tree.html index e2249a49..fb92b10d 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.server.message Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.server.message Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/message/package-use.html b/doc/apidocs/ch/autumo/beetroot/server/message/package-use.html index 1d611a6d..fc5c2d9b 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/message/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/server/message/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.server.message (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.server.message (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/Dispatcher.html b/doc/apidocs/ch/autumo/beetroot/server/modules/Dispatcher.html index 746a024f..b8e5946f 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/Dispatcher.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/Dispatcher.html @@ -1,11 +1,11 @@ - -Dispatcher (autumo-beetroot 3.0.0 API) + +Dispatcher (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/FileStorage.html b/doc/apidocs/ch/autumo/beetroot/server/modules/FileStorage.html index 1b37db56..8595389a 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/FileStorage.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/FileStorage.html @@ -1,11 +1,11 @@ - -FileStorage (autumo-beetroot 3.0.0 API) + +FileStorage (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/class-use/Dispatcher.html b/doc/apidocs/ch/autumo/beetroot/server/modules/class-use/Dispatcher.html index 8b40834d..b14823e4 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/class-use/Dispatcher.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/class-use/Dispatcher.html @@ -1,11 +1,11 @@ - -Uses of Interface ch.autumo.beetroot.server.modules.Dispatcher (autumo-beetroot 3.0.0 API) + +Uses of Interface ch.autumo.beetroot.server.modules.Dispatcher (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/class-use/FileStorage.html b/doc/apidocs/ch/autumo/beetroot/server/modules/class-use/FileStorage.html index b5973b81..8fd07660 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/class-use/FileStorage.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/class-use/FileStorage.html @@ -1,11 +1,11 @@ - -Uses of Interface ch.autumo.beetroot.server.modules.FileStorage (autumo-beetroot 3.0.0 API) + +Uses of Interface ch.autumo.beetroot.server.modules.FileStorage (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/log/LocalLog.html b/doc/apidocs/ch/autumo/beetroot/server/modules/log/LocalLog.html index 80c60446..fe79b66c 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/log/LocalLog.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/log/LocalLog.html @@ -1,11 +1,11 @@ - -LocalLog (autumo-beetroot 3.0.0 API) + +LocalLog (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/log/Log.html b/doc/apidocs/ch/autumo/beetroot/server/modules/log/Log.html index 20899392..84658f3b 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/log/Log.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/log/Log.html @@ -1,11 +1,11 @@ - -Log (autumo-beetroot 3.0.0 API) + +Log (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/log/LogDispatcher.html b/doc/apidocs/ch/autumo/beetroot/server/modules/log/LogDispatcher.html index 653983bb..8d85f3a6 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/log/LogDispatcher.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/log/LogDispatcher.html @@ -1,11 +1,11 @@ - -LogDispatcher (autumo-beetroot 3.0.0 API) + +LogDispatcher (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/log/LogFactory.html b/doc/apidocs/ch/autumo/beetroot/server/modules/log/LogFactory.html index 6d29a6d8..0038e20e 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/log/LogFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/log/LogFactory.html @@ -1,11 +1,11 @@ - -LogFactory (autumo-beetroot 3.0.0 API) + +LogFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/log/RemoteLog.html b/doc/apidocs/ch/autumo/beetroot/server/modules/log/RemoteLog.html index ff6ef763..7f5cef4e 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/log/RemoteLog.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/log/RemoteLog.html @@ -1,11 +1,11 @@ - -RemoteLog (autumo-beetroot 3.0.0 API) + +RemoteLog (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/LocalLog.html b/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/LocalLog.html index 1aed1d08..3f5f7fc6 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/LocalLog.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/LocalLog.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.modules.log.LocalLog (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.modules.log.LocalLog (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/Log.html b/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/Log.html index 213057b3..cf51d67f 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/Log.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/Log.html @@ -1,11 +1,11 @@ - -Uses of Interface ch.autumo.beetroot.server.modules.log.Log (autumo-beetroot 3.0.0 API) + +Uses of Interface ch.autumo.beetroot.server.modules.log.Log (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/LogDispatcher.html b/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/LogDispatcher.html index af9be3d0..83c63cbe 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/LogDispatcher.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/LogDispatcher.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.modules.log.LogDispatcher (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.modules.log.LogDispatcher (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/LogFactory.html b/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/LogFactory.html index ad3ad37c..73c8af41 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/LogFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/LogFactory.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.modules.log.LogFactory (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.modules.log.LogFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/RemoteLog.html b/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/RemoteLog.html index c9e8d4b6..ab827a7a 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/RemoteLog.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/log/class-use/RemoteLog.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.server.modules.log.RemoteLog (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.server.modules.log.RemoteLog (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/log/package-summary.html b/doc/apidocs/ch/autumo/beetroot/server/modules/log/package-summary.html index dd975617..dd597348 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/log/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/log/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.server.modules.log (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.server.modules.log (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/log/package-tree.html b/doc/apidocs/ch/autumo/beetroot/server/modules/log/package-tree.html index 68baae00..36b1636f 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/log/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/log/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.server.modules.log Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.server.modules.log Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/log/package-use.html b/doc/apidocs/ch/autumo/beetroot/server/modules/log/package-use.html index a0be817a..20a896ff 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/log/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/log/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.server.modules.log (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.server.modules.log (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/package-summary.html b/doc/apidocs/ch/autumo/beetroot/server/modules/package-summary.html index 4fe74b5a..8efab74f 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.server.modules (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.server.modules (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/package-tree.html b/doc/apidocs/ch/autumo/beetroot/server/modules/package-tree.html index ceafb88f..dfad91e0 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.server.modules Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.server.modules Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/modules/package-use.html b/doc/apidocs/ch/autumo/beetroot/server/modules/package-use.html index f0a4e8cc..0686e620 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/modules/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/server/modules/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.server.modules (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.server.modules (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/package-summary.html b/doc/apidocs/ch/autumo/beetroot/server/package-summary.html index 8a980060..4ca86025 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/server/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.server (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.server (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/package-tree.html b/doc/apidocs/ch/autumo/beetroot/server/package-tree.html index 56f7fbe1..8f81486f 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/server/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.server Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.server Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/server/package-use.html b/doc/apidocs/ch/autumo/beetroot/server/package-use.html index 44a8c141..c356c168 100644 --- a/doc/apidocs/ch/autumo/beetroot/server/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/server/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.server (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.server (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/sms/Messenger.html b/doc/apidocs/ch/autumo/beetroot/sms/Messenger.html index 6923e1d9..0fb8617b 100644 --- a/doc/apidocs/ch/autumo/beetroot/sms/Messenger.html +++ b/doc/apidocs/ch/autumo/beetroot/sms/Messenger.html @@ -1,11 +1,11 @@ - -Messenger (autumo-beetroot 3.0.0 API) + +Messenger (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/sms/MessengerFactory.html b/doc/apidocs/ch/autumo/beetroot/sms/MessengerFactory.html index 5c67f83f..a7441933 100644 --- a/doc/apidocs/ch/autumo/beetroot/sms/MessengerFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/sms/MessengerFactory.html @@ -1,11 +1,11 @@ - -MessengerFactory (autumo-beetroot 3.0.0 API) + +MessengerFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/sms/TwilioMessenger.html b/doc/apidocs/ch/autumo/beetroot/sms/TwilioMessenger.html index 58932fa7..4efdeb97 100644 --- a/doc/apidocs/ch/autumo/beetroot/sms/TwilioMessenger.html +++ b/doc/apidocs/ch/autumo/beetroot/sms/TwilioMessenger.html @@ -1,11 +1,11 @@ - -TwilioMessenger (autumo-beetroot 3.0.0 API) + +TwilioMessenger (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/sms/class-use/Messenger.html b/doc/apidocs/ch/autumo/beetroot/sms/class-use/Messenger.html index de7927a0..307e2a9c 100644 --- a/doc/apidocs/ch/autumo/beetroot/sms/class-use/Messenger.html +++ b/doc/apidocs/ch/autumo/beetroot/sms/class-use/Messenger.html @@ -1,11 +1,11 @@ - -Uses of Interface ch.autumo.beetroot.sms.Messenger (autumo-beetroot 3.0.0 API) + +Uses of Interface ch.autumo.beetroot.sms.Messenger (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/sms/class-use/MessengerFactory.html b/doc/apidocs/ch/autumo/beetroot/sms/class-use/MessengerFactory.html index 21461fe1..b6a9fb27 100644 --- a/doc/apidocs/ch/autumo/beetroot/sms/class-use/MessengerFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/sms/class-use/MessengerFactory.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.sms.MessengerFactory (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.sms.MessengerFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/sms/class-use/TwilioMessenger.html b/doc/apidocs/ch/autumo/beetroot/sms/class-use/TwilioMessenger.html index 937ec4d8..2e69a655 100644 --- a/doc/apidocs/ch/autumo/beetroot/sms/class-use/TwilioMessenger.html +++ b/doc/apidocs/ch/autumo/beetroot/sms/class-use/TwilioMessenger.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.sms.TwilioMessenger (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.sms.TwilioMessenger (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/sms/package-summary.html b/doc/apidocs/ch/autumo/beetroot/sms/package-summary.html index 2eb05c59..15aa740d 100644 --- a/doc/apidocs/ch/autumo/beetroot/sms/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/sms/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.sms (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.sms (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/sms/package-tree.html b/doc/apidocs/ch/autumo/beetroot/sms/package-tree.html index 08f360d1..ddef415a 100644 --- a/doc/apidocs/ch/autumo/beetroot/sms/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/sms/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.sms Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.sms Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/sms/package-use.html b/doc/apidocs/ch/autumo/beetroot/sms/package-use.html index 94948a12..27c9cdf7 100644 --- a/doc/apidocs/ch/autumo/beetroot/sms/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/sms/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.sms (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.sms (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/transport/DefaultServerSocketFactory.html b/doc/apidocs/ch/autumo/beetroot/transport/DefaultServerSocketFactory.html index 35878c4f..170ca749 100644 --- a/doc/apidocs/ch/autumo/beetroot/transport/DefaultServerSocketFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/transport/DefaultServerSocketFactory.html @@ -1,11 +1,11 @@ - -DefaultServerSocketFactory (autumo-beetroot 3.0.0 API) + +DefaultServerSocketFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/transport/DefaultSocketFactory.html b/doc/apidocs/ch/autumo/beetroot/transport/DefaultSocketFactory.html index 8928c15d..329b8021 100644 --- a/doc/apidocs/ch/autumo/beetroot/transport/DefaultSocketFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/transport/DefaultSocketFactory.html @@ -1,11 +1,11 @@ - -DefaultSocketFactory (autumo-beetroot 3.0.0 API) + +DefaultSocketFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/transport/SecureServerSocketFactory.html b/doc/apidocs/ch/autumo/beetroot/transport/SecureServerSocketFactory.html index 024ec1ff..db69ff62 100644 --- a/doc/apidocs/ch/autumo/beetroot/transport/SecureServerSocketFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/transport/SecureServerSocketFactory.html @@ -1,11 +1,11 @@ - -SecureServerSocketFactory (autumo-beetroot 3.0.0 API) + +SecureServerSocketFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/transport/SecureSocketFactory.html b/doc/apidocs/ch/autumo/beetroot/transport/SecureSocketFactory.html index 62a4b66b..9ca28ea5 100644 --- a/doc/apidocs/ch/autumo/beetroot/transport/SecureSocketFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/transport/SecureSocketFactory.html @@ -1,11 +1,11 @@ - -SecureSocketFactory (autumo-beetroot 3.0.0 API) + +SecureSocketFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/transport/ServerSocketFactory.html b/doc/apidocs/ch/autumo/beetroot/transport/ServerSocketFactory.html index 59ec024d..cc655636 100644 --- a/doc/apidocs/ch/autumo/beetroot/transport/ServerSocketFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/transport/ServerSocketFactory.html @@ -1,11 +1,11 @@ - -ServerSocketFactory (autumo-beetroot 3.0.0 API) + +ServerSocketFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/transport/SocketFactory.html b/doc/apidocs/ch/autumo/beetroot/transport/SocketFactory.html index adc86138..425a7f35 100644 --- a/doc/apidocs/ch/autumo/beetroot/transport/SocketFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/transport/SocketFactory.html @@ -1,11 +1,11 @@ - -SocketFactory (autumo-beetroot 3.0.0 API) + +SocketFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/transport/class-use/DefaultServerSocketFactory.html b/doc/apidocs/ch/autumo/beetroot/transport/class-use/DefaultServerSocketFactory.html index 00f41844..e1f57b2f 100644 --- a/doc/apidocs/ch/autumo/beetroot/transport/class-use/DefaultServerSocketFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/transport/class-use/DefaultServerSocketFactory.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.transport.DefaultServerSocketFactory (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.transport.DefaultServerSocketFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/transport/class-use/DefaultSocketFactory.html b/doc/apidocs/ch/autumo/beetroot/transport/class-use/DefaultSocketFactory.html index 860e7d79..3a9c7ec6 100644 --- a/doc/apidocs/ch/autumo/beetroot/transport/class-use/DefaultSocketFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/transport/class-use/DefaultSocketFactory.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.transport.DefaultSocketFactory (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.transport.DefaultSocketFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/transport/class-use/SecureServerSocketFactory.html b/doc/apidocs/ch/autumo/beetroot/transport/class-use/SecureServerSocketFactory.html index f65bb8b1..c5af7f30 100644 --- a/doc/apidocs/ch/autumo/beetroot/transport/class-use/SecureServerSocketFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/transport/class-use/SecureServerSocketFactory.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.transport.SecureServerSocketFactory (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.transport.SecureServerSocketFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/transport/class-use/SecureSocketFactory.html b/doc/apidocs/ch/autumo/beetroot/transport/class-use/SecureSocketFactory.html index 1ee565a1..d696a7c4 100644 --- a/doc/apidocs/ch/autumo/beetroot/transport/class-use/SecureSocketFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/transport/class-use/SecureSocketFactory.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.transport.SecureSocketFactory (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.transport.SecureSocketFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/transport/class-use/ServerSocketFactory.html b/doc/apidocs/ch/autumo/beetroot/transport/class-use/ServerSocketFactory.html index 7344445e..cb87efbd 100644 --- a/doc/apidocs/ch/autumo/beetroot/transport/class-use/ServerSocketFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/transport/class-use/ServerSocketFactory.html @@ -1,11 +1,11 @@ - -Uses of Interface ch.autumo.beetroot.transport.ServerSocketFactory (autumo-beetroot 3.0.0 API) + +Uses of Interface ch.autumo.beetroot.transport.ServerSocketFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/transport/class-use/SocketFactory.html b/doc/apidocs/ch/autumo/beetroot/transport/class-use/SocketFactory.html index cc280a7e..83b306d4 100644 --- a/doc/apidocs/ch/autumo/beetroot/transport/class-use/SocketFactory.html +++ b/doc/apidocs/ch/autumo/beetroot/transport/class-use/SocketFactory.html @@ -1,11 +1,11 @@ - -Uses of Interface ch.autumo.beetroot.transport.SocketFactory (autumo-beetroot 3.0.0 API) + +Uses of Interface ch.autumo.beetroot.transport.SocketFactory (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/transport/package-summary.html b/doc/apidocs/ch/autumo/beetroot/transport/package-summary.html index ade972d7..ebd62a0a 100644 --- a/doc/apidocs/ch/autumo/beetroot/transport/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/transport/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.transport (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.transport (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/transport/package-tree.html b/doc/apidocs/ch/autumo/beetroot/transport/package-tree.html index 91d8d2d8..9a1bc500 100644 --- a/doc/apidocs/ch/autumo/beetroot/transport/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/transport/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.transport Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.transport Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/transport/package-use.html b/doc/apidocs/ch/autumo/beetroot/transport/package-use.html index 1bf325d9..fd017319 100644 --- a/doc/apidocs/ch/autumo/beetroot/transport/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/transport/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.transport (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.transport (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/Helper.html b/doc/apidocs/ch/autumo/beetroot/utils/Helper.html index 036590a6..659e29b0 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/Helper.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/Helper.html @@ -1,11 +1,11 @@ - -Helper (autumo-beetroot 3.0.0 API) + +Helper (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/UtilsException.html b/doc/apidocs/ch/autumo/beetroot/utils/UtilsException.html index 77220997..025d97db 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/UtilsException.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/UtilsException.html @@ -1,11 +1,11 @@ - -UtilsException (autumo-beetroot 3.0.0 API) + +UtilsException (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/bean/BeanField.html b/doc/apidocs/ch/autumo/beetroot/utils/bean/BeanField.html index 6f410ea8..9f8433f3 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/bean/BeanField.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/bean/BeanField.html @@ -1,11 +1,11 @@ - -BeanField (autumo-beetroot 3.0.0 API) + +BeanField (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/bean/BeanProcessor.html b/doc/apidocs/ch/autumo/beetroot/utils/bean/BeanProcessor.html index 513e3806..e99f568d 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/bean/BeanProcessor.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/bean/BeanProcessor.html @@ -1,11 +1,11 @@ - -BeanProcessor (autumo-beetroot 3.0.0 API) + +BeanProcessor (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/bean/Beans.html b/doc/apidocs/ch/autumo/beetroot/utils/bean/Beans.html index 9e440582..28ecbe83 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/bean/Beans.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/bean/Beans.html @@ -1,11 +1,11 @@ - -Beans (autumo-beetroot 3.0.0 API) + +Beans (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/bean/class-use/BeanField.html b/doc/apidocs/ch/autumo/beetroot/utils/bean/class-use/BeanField.html index d5c40a89..7dc1543c 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/bean/class-use/BeanField.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/bean/class-use/BeanField.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.bean.BeanField (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.bean.BeanField (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/bean/class-use/BeanProcessor.html b/doc/apidocs/ch/autumo/beetroot/utils/bean/class-use/BeanProcessor.html index 65ea28b8..a6d15a59 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/bean/class-use/BeanProcessor.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/bean/class-use/BeanProcessor.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.bean.BeanProcessor (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.bean.BeanProcessor (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/bean/class-use/Beans.html b/doc/apidocs/ch/autumo/beetroot/utils/bean/class-use/Beans.html index 71c67757..c707bbaa 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/bean/class-use/Beans.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/bean/class-use/Beans.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.bean.Beans (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.bean.Beans (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/bean/package-summary.html b/doc/apidocs/ch/autumo/beetroot/utils/bean/package-summary.html index c595e09e..74af5292 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/bean/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/bean/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.utils.bean (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.utils.bean (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/bean/package-tree.html b/doc/apidocs/ch/autumo/beetroot/utils/bean/package-tree.html index e61cccb5..4bcf6f0b 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/bean/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/bean/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.utils.bean Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.utils.bean Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/bean/package-use.html b/doc/apidocs/ch/autumo/beetroot/utils/bean/package-use.html index b3338846..6ccfd79a 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/bean/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/bean/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.utils.bean (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.utils.bean (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/class-use/Helper.html b/doc/apidocs/ch/autumo/beetroot/utils/class-use/Helper.html index b3477811..61aa8140 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/class-use/Helper.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/class-use/Helper.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.Helper (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.Helper (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/class-use/UtilsException.html b/doc/apidocs/ch/autumo/beetroot/utils/class-use/UtilsException.html index 77c82393..1b0111f8 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/class-use/UtilsException.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/class-use/UtilsException.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.UtilsException (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.UtilsException (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/common/Colors.html b/doc/apidocs/ch/autumo/beetroot/utils/common/Colors.html index 4cf6a68e..e021cd5c 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/common/Colors.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/common/Colors.html @@ -1,11 +1,11 @@ - -Colors (autumo-beetroot 3.0.0 API) + +Colors (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/common/LowerCaseList.html b/doc/apidocs/ch/autumo/beetroot/utils/common/LowerCaseList.html index 8674e52e..7b033fc2 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/common/LowerCaseList.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/common/LowerCaseList.html @@ -1,11 +1,11 @@ - -LowerCaseList (autumo-beetroot 3.0.0 API) + +LowerCaseList (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/common/MIME.html b/doc/apidocs/ch/autumo/beetroot/utils/common/MIME.html index cc9a667f..ef5b36c7 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/common/MIME.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/common/MIME.html @@ -1,11 +1,11 @@ - -MIME (autumo-beetroot 3.0.0 API) + +MIME (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/common/Time.html b/doc/apidocs/ch/autumo/beetroot/utils/common/Time.html index 734292fa..1746f64d 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/common/Time.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/common/Time.html @@ -1,11 +1,11 @@ - -Time (autumo-beetroot 3.0.0 API) + +Time (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/common/class-use/Colors.html b/doc/apidocs/ch/autumo/beetroot/utils/common/class-use/Colors.html index d23b168f..e560aea6 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/common/class-use/Colors.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/common/class-use/Colors.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.common.Colors (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.common.Colors (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/common/class-use/LowerCaseList.html b/doc/apidocs/ch/autumo/beetroot/utils/common/class-use/LowerCaseList.html index 64329ef3..d36dd6f0 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/common/class-use/LowerCaseList.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/common/class-use/LowerCaseList.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.common.LowerCaseList (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.common.LowerCaseList (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/common/class-use/MIME.html b/doc/apidocs/ch/autumo/beetroot/utils/common/class-use/MIME.html index e38d9174..352b20be 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/common/class-use/MIME.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/common/class-use/MIME.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.common.MIME (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.common.MIME (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/common/class-use/Time.html b/doc/apidocs/ch/autumo/beetroot/utils/common/class-use/Time.html index 1eb69b3e..b42a797f 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/common/class-use/Time.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/common/class-use/Time.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.common.Time (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.common.Time (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/common/package-summary.html b/doc/apidocs/ch/autumo/beetroot/utils/common/package-summary.html index 9b5860a6..9498eaa1 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/common/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/common/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.utils.common (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.utils.common (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/common/package-tree.html b/doc/apidocs/ch/autumo/beetroot/utils/common/package-tree.html index 1b8d6787..8547b9c4 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/common/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/common/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.utils.common Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.utils.common Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/common/package-use.html b/doc/apidocs/ch/autumo/beetroot/utils/common/package-use.html index b2f37d6f..ecf8f104 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/common/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/common/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.utils.common (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.utils.common (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/database/DB.html b/doc/apidocs/ch/autumo/beetroot/utils/database/DB.html index 4fdeac92..181ef267 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/database/DB.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/database/DB.html @@ -1,11 +1,11 @@ - -DB (autumo-beetroot 3.0.0 API) + +DB (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/database/DBField.html b/doc/apidocs/ch/autumo/beetroot/utils/database/DBField.html index 4aeb08de..a7309b8b 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/database/DBField.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/database/DBField.html @@ -1,11 +1,11 @@ - -DBField (autumo-beetroot 3.0.0 API) + +DBField (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/database/H2Url.html b/doc/apidocs/ch/autumo/beetroot/utils/database/H2Url.html index c7d41334..0c3edd47 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/database/H2Url.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/database/H2Url.html @@ -1,11 +1,11 @@ - -H2Url (autumo-beetroot 3.0.0 API) + +H2Url (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/database/class-use/DB.html b/doc/apidocs/ch/autumo/beetroot/utils/database/class-use/DB.html index 0a297cfb..bf92f9c1 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/database/class-use/DB.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/database/class-use/DB.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.database.DB (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.database.DB (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/database/class-use/DBField.html b/doc/apidocs/ch/autumo/beetroot/utils/database/class-use/DBField.html index 06565f0f..b0ca2fec 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/database/class-use/DBField.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/database/class-use/DBField.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.database.DBField (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.database.DBField (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/database/class-use/H2Url.html b/doc/apidocs/ch/autumo/beetroot/utils/database/class-use/H2Url.html index 388d44b0..15a18e5d 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/database/class-use/H2Url.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/database/class-use/H2Url.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.database.H2Url (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.database.H2Url (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/database/package-summary.html b/doc/apidocs/ch/autumo/beetroot/utils/database/package-summary.html index f9867288..bf4d5c4f 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/database/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/database/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.utils.database (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.utils.database (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/database/package-tree.html b/doc/apidocs/ch/autumo/beetroot/utils/database/package-tree.html index 3368f8fc..bd9d2795 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/database/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/database/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.utils.database Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.utils.database Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/database/package-use.html b/doc/apidocs/ch/autumo/beetroot/utils/database/package-use.html index 7f96565b..59248313 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/database/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/database/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.utils.database (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.utils.database (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/package-summary.html b/doc/apidocs/ch/autumo/beetroot/utils/package-summary.html index 1321393e..6ecebe66 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.utils (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.utils (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/package-tree.html b/doc/apidocs/ch/autumo/beetroot/utils/package-tree.html index f9ec3473..50413b14 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.utils Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.utils Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/package-use.html b/doc/apidocs/ch/autumo/beetroot/utils/package-use.html index 88b531c7..6aa4ed4f 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.utils (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.utils (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/security/PWEncoder.html b/doc/apidocs/ch/autumo/beetroot/utils/security/PWEncoder.html index 06f93445..85a27ff0 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/security/PWEncoder.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/security/PWEncoder.html @@ -1,11 +1,11 @@ - -PWEncoder (autumo-beetroot 3.0.0 API) + +PWEncoder (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/security/SSL.html b/doc/apidocs/ch/autumo/beetroot/utils/security/SSL.html index 3eba2dcd..80fc8229 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/security/SSL.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/security/SSL.html @@ -1,11 +1,11 @@ - -SSL (autumo-beetroot 3.0.0 API) + +SSL (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/security/Security.KEYDATA.html b/doc/apidocs/ch/autumo/beetroot/utils/security/Security.KEYDATA.html index 592a6539..bf4421b9 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/security/Security.KEYDATA.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/security/Security.KEYDATA.html @@ -1,11 +1,11 @@ - -Security.KEYDATA (autumo-beetroot 3.0.0 API) + +Security.KEYDATA (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/security/Security.html b/doc/apidocs/ch/autumo/beetroot/utils/security/Security.html index 2ac53ad5..3891ccfb 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/security/Security.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/security/Security.html @@ -1,11 +1,11 @@ - -Security (autumo-beetroot 3.0.0 API) + +Security (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/security/class-use/PWEncoder.html b/doc/apidocs/ch/autumo/beetroot/utils/security/class-use/PWEncoder.html index f2c0d338..58715b07 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/security/class-use/PWEncoder.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/security/class-use/PWEncoder.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.security.PWEncoder (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.security.PWEncoder (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/security/class-use/SSL.html b/doc/apidocs/ch/autumo/beetroot/utils/security/class-use/SSL.html index 686bd309..af07991b 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/security/class-use/SSL.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/security/class-use/SSL.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.security.SSL (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.security.SSL (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/security/class-use/Security.KEYDATA.html b/doc/apidocs/ch/autumo/beetroot/utils/security/class-use/Security.KEYDATA.html index 251ad475..4a48355f 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/security/class-use/Security.KEYDATA.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/security/class-use/Security.KEYDATA.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.security.Security.KEYDATA (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.security.Security.KEYDATA (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/security/class-use/Security.html b/doc/apidocs/ch/autumo/beetroot/utils/security/class-use/Security.html index 8044d1aa..09dadb11 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/security/class-use/Security.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/security/class-use/Security.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.security.Security (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.security.Security (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/security/package-summary.html b/doc/apidocs/ch/autumo/beetroot/utils/security/package-summary.html index 41072fb2..d7e82455 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/security/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/security/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.utils.security (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.utils.security (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/security/package-tree.html b/doc/apidocs/ch/autumo/beetroot/utils/security/package-tree.html index 10d75ce1..154d08d6 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/security/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/security/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.utils.security Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.utils.security Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/security/package-use.html b/doc/apidocs/ch/autumo/beetroot/utils/security/package-use.html index e546cd94..e0872a50 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/security/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/security/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.utils.security (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.utils.security (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/systen/GUIDGenerator.html b/doc/apidocs/ch/autumo/beetroot/utils/systen/GUIDGenerator.html index 5ce94152..8bfaf43b 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/systen/GUIDGenerator.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/systen/GUIDGenerator.html @@ -1,11 +1,11 @@ - -GUIDGenerator (autumo-beetroot 3.0.0 API) + +GUIDGenerator (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/systen/OS.html b/doc/apidocs/ch/autumo/beetroot/utils/systen/OS.html index f9fda3ed..a03a0458 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/systen/OS.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/systen/OS.html @@ -1,11 +1,11 @@ - -OS (autumo-beetroot 3.0.0 API) + +OS (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/systen/class-use/GUIDGenerator.html b/doc/apidocs/ch/autumo/beetroot/utils/systen/class-use/GUIDGenerator.html index 42e26912..a833a61f 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/systen/class-use/GUIDGenerator.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/systen/class-use/GUIDGenerator.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.systen.GUIDGenerator (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.systen.GUIDGenerator (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/systen/class-use/OS.html b/doc/apidocs/ch/autumo/beetroot/utils/systen/class-use/OS.html index 206f0b28..70a043b3 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/systen/class-use/OS.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/systen/class-use/OS.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.systen.OS (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.systen.OS (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/systen/package-summary.html b/doc/apidocs/ch/autumo/beetroot/utils/systen/package-summary.html index 1b05f8a3..b0b2e397 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/systen/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/systen/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.utils.systen (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.utils.systen (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/systen/package-tree.html b/doc/apidocs/ch/autumo/beetroot/utils/systen/package-tree.html index 11451226..239a5eb6 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/systen/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/systen/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.utils.systen Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.utils.systen Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/systen/package-use.html b/doc/apidocs/ch/autumo/beetroot/utils/systen/package-use.html index 4e5ac17b..468f166e 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/systen/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/systen/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.utils.systen (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.utils.systen (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/web/TwoFA.html b/doc/apidocs/ch/autumo/beetroot/utils/web/TwoFA.html index de74ccc0..7c67d01d 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/web/TwoFA.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/web/TwoFA.html @@ -1,11 +1,11 @@ - -TwoFA (autumo-beetroot 3.0.0 API) + +TwoFA (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/web/Web.html b/doc/apidocs/ch/autumo/beetroot/utils/web/Web.html index b5cd55b8..2dd96744 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/web/Web.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/web/Web.html @@ -1,11 +1,11 @@ - -Web (autumo-beetroot 3.0.0 API) + +Web (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/web/class-use/TwoFA.html b/doc/apidocs/ch/autumo/beetroot/utils/web/class-use/TwoFA.html index 82d4d9ff..0a93904f 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/web/class-use/TwoFA.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/web/class-use/TwoFA.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.web.TwoFA (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.web.TwoFA (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/web/class-use/Web.html b/doc/apidocs/ch/autumo/beetroot/utils/web/class-use/Web.html index b51896f4..a097f694 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/web/class-use/Web.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/web/class-use/Web.html @@ -1,11 +1,11 @@ - -Uses of Class ch.autumo.beetroot.utils.web.Web (autumo-beetroot 3.0.0 API) + +Uses of Class ch.autumo.beetroot.utils.web.Web (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/web/package-summary.html b/doc/apidocs/ch/autumo/beetroot/utils/web/package-summary.html index 2d56557e..ff5164b0 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/web/package-summary.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/web/package-summary.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.utils.web (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.utils.web (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/web/package-tree.html b/doc/apidocs/ch/autumo/beetroot/utils/web/package-tree.html index c25c26e3..75a273cd 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/web/package-tree.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/web/package-tree.html @@ -1,11 +1,11 @@ - -ch.autumo.beetroot.utils.web Class Hierarchy (autumo-beetroot 3.0.0 API) + +ch.autumo.beetroot.utils.web Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/ch/autumo/beetroot/utils/web/package-use.html b/doc/apidocs/ch/autumo/beetroot/utils/web/package-use.html index d23d5431..bf516bea 100644 --- a/doc/apidocs/ch/autumo/beetroot/utils/web/package-use.html +++ b/doc/apidocs/ch/autumo/beetroot/utils/web/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package ch.autumo.beetroot.utils.web (autumo-beetroot 3.0.0 API) + +Uses of Package ch.autumo.beetroot.utils.web (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/constant-values.html b/doc/apidocs/constant-values.html index 7daab909..fa8a21e6 100644 --- a/doc/apidocs/constant-values.html +++ b/doc/apidocs/constant-values.html @@ -1,11 +1,11 @@ - -Constant Field Values (autumo-beetroot 3.0.0 API) + +Constant Field Values (autumo-beetroot 3.0.1 API) - + @@ -96,7 +96,7 @@

    ch.autumo.*

    Value
    public static final String
    APP_VERSION
    -
    "3.0.0"
    +
    "3.0.1"
    public static final String
    CONFIG_PATH
    "cfg/"
    @@ -359,7 +359,7 @@

    ch.autumo.*

    Value
    public static final String
    RELEASE
    -
    "3.0.0"
    +
    "3.0.1"
    diff --git a/doc/apidocs/help-doc.html b/doc/apidocs/help-doc.html index fd47bd94..869c6f45 100644 --- a/doc/apidocs/help-doc.html +++ b/doc/apidocs/help-doc.html @@ -1,11 +1,11 @@ - -API Help (autumo-beetroot 3.0.0 API) + +API Help (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/index-all.html b/doc/apidocs/index-all.html index 8d24ac70..f30e7d8e 100644 --- a/doc/apidocs/index-all.html +++ b/doc/apidocs/index-all.html @@ -1,11 +1,11 @@ - -Index (autumo-beetroot 3.0.0 API) + +Index (autumo-beetroot 3.0.1 API) - + @@ -822,6 +822,12 @@

    C

    Custom operation has been defined when starting the server, we possibly want to do something else.
    +
    CustomResponseHandler - Class in ch.autumo.beetroot.handler
    +
    +
    Handler that is used for custom responses, e.g.
    +
    +
    CustomResponseHandler(String) - Constructor for class ch.autumo.beetroot.handler.CustomResponseHandler
    +
     
    cyan(String) - Static method in class ch.autumo.beetroot.utils.common.Colors
    Cyan colored string.
    @@ -2099,6 +2105,8 @@

    G

    Get HTML messages.
    +
    getHttpResponse() - Method in class ch.autumo.beetroot.handler.HandlerResponse
    +
     
    getId() - Method in interface ch.autumo.beetroot.Entity
    Get id.
    @@ -2477,6 +2485,8 @@

    G

    Get web resource file as it lies on the file system relatively to the started server process.
    +
    getResource() - Method in class ch.autumo.beetroot.handler.CustomResponseHandler
    +
     
    getResource() - Method in class ch.autumo.beetroot.handler.DefaultAddHandler
     
    getResource() - Method in class ch.autumo.beetroot.handler.DefaultDeleteHandler
    @@ -2912,17 +2922,33 @@

    H

    Handler response.
    HandlerResponse(int) - Constructor for class ch.autumo.beetroot.handler.HandlerResponse
    -
     
    +
    +
    Handler with as status.
    +
    HandlerResponse(int, int) - Constructor for class ch.autumo.beetroot.handler.HandlerResponse
    -
     
    +
    +
    Handler with status and a DB ID of a just created record.
    +
    HandlerResponse(int, String) - Constructor for class ch.autumo.beetroot.handler.HandlerResponse
    -
     
    +
    +
    Handler with status and a message to show.
    +
    HandlerResponse(int, String, String) - Constructor for class ch.autumo.beetroot.handler.HandlerResponse
    -
     
    +
    +
    Handler with status, title and a message to show.
    +
    HandlerResponse(int, String, String, Exception) - Constructor for class ch.autumo.beetroot.handler.HandlerResponse
    -
     
    +
    +
    Handler with status, title, message and an exception to show.
    +
    HandlerResponse(int, String, String, Exception, Object) - Constructor for class ch.autumo.beetroot.handler.HandlerResponse
    -
     
    +
    +
    Handler with status, title, message and an exception to show and an additional object.
    +
    +
    HandlerResponse(int, Response) - Constructor for class ch.autumo.beetroot.handler.HandlerResponse
    +
    +
    Handler with a pre-created HTTP response.
    +
    hasAccess(Session) - Method in class ch.autumo.beetroot.handler.BaseHandler
    Overwrite this method, to specifically extend handler authorization, @@ -3213,6 +3239,13 @@

    I

    Is the current user being updated?
    +
    isCustomResponse() - Method in class ch.autumo.beetroot.handler.BaseHandler
    +
    +
    Overwrite this if your handler has a custom response; e.g., + a JSON response without any further HTML content.
    +
    +
    isCustomResponse() - Method in class ch.autumo.beetroot.handler.CustomResponseHandler
    +
     
    isForceSockets() - Method in class ch.autumo.beetroot.server.message.ServerCommand
    Is message forced over sockets?
    @@ -5688,6 +5721,16 @@

    W

    List all entities of the given entity bean with specific condition, e.g.
    +
    where(Class<?>, String, Object[], int) - Static method in class ch.autumo.beetroot.Model
    +
    +
    List all entities of the given entity bean with specific condition, + e.g.
    +
    +
    where(Class<?>, String, Object, int) - Static method in class ch.autumo.beetroot.Model
    +
    +
    List all entities of the given entity bean with specific condition, + e.g.
    +
    white(String) - Static method in class ch.autumo.beetroot.utils.common.Colors
    White colored string.
    diff --git a/doc/apidocs/index.html b/doc/apidocs/index.html index 1267d8a1..9efed13a 100644 --- a/doc/apidocs/index.html +++ b/doc/apidocs/index.html @@ -1,11 +1,11 @@ - -Overview (autumo-beetroot 3.0.0 API) + +Overview (autumo-beetroot 3.0.1 API) - + @@ -49,7 +49,7 @@
    -

    autumo-beetroot 3.0.0 API

    +

    autumo-beetroot 3.0.1 API

    Packages
    diff --git a/doc/apidocs/member-search-index.js b/doc/apidocs/member-search-index.js index 5f9fe371..db6714fe 100644 --- a/doc/apidocs/member-search-index.js +++ b/doc/apidocs/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"p":"ch.autumo.beetroot","c":"AbstractBeetRootServlet","l":"AbstractBeetRootServlet()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.logging","c":"AbstractLogging","l":"AbstractLogging()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"AbstractMailer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"AbstractMessage()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"AbstractMessage(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"action"},{"p":"ch.autumo.beetroot.logging","c":"LogEventList","l":"add(LogEvent)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"addAdditionalActions(Session, String, String, int, String)","u":"addAdditionalActions(ch.autumo.beetroot.Session,java.lang.String,java.lang.String,int,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"addCheckBox(BeetRootHTTPSession, String)","u":"addCheckBox(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String)"},{"p":"ch.autumo.beetroot.crud","c":"EventHandler","l":"addCreateListener(Class, CreateListener)","u":"addCreateListener(java.lang.Class,ch.autumo.beetroot.crud.CreateListener)"},{"p":"ch.autumo.beetroot.crud","c":"EventHandler","l":"addDeleteListener(Class, DeleteListener)","u":"addDeleteListener(java.lang.Class,ch.autumo.beetroot.crud.DeleteListener)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"addErrorMessage(String)","u":"addErrorMessage(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"addFiles(Map)","u":"addFiles(java.util.Map)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"addHtmlDataLine(String)","u":"addHtmlDataLine(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"addHtmlHeadLine(String)","u":"addHtmlHeadLine(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"addMappings()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"addMappings()"},{"p":"ch.autumo.beetroot","c":"Session","l":"addOrUpdateUserSetting(String, String)","u":"addOrUpdateUserSetting(java.lang.String,java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"addRoute(String, Class, Object...)","u":"addRoute(java.lang.String,java.lang.Class,java.lang.Object...)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"addRoute(String, int, Class, Object...)","u":"addRoute(java.lang.String,int,java.lang.Class,java.lang.Object...)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.BaseRoutePrioritizer","l":"addRoute(String, int, Class, Object...)","u":"addRoute(java.lang.String,int,java.lang.Class,java.lang.Object...)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.IRoutePrioritizer","l":"addRoute(String, int, Class, Object...)","u":"addRoute(java.lang.String,int,java.lang.Class,java.lang.Object...)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer","l":"addRoute(String, int, Class, Object...)","u":"addRoute(java.lang.String,int,java.lang.Class,java.lang.Object...)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriRouter","l":"addRoute(String, int, Class, Object...)","u":"addRoute(java.lang.String,int,java.lang.Class,java.lang.Object...)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"addSuccessMessage(String)","u":"addSuccessMessage(java.lang.String)"},{"p":"ch.autumo.beetroot.server","c":"FileServer","l":"addToDownloadQueue(Download)","u":"addToDownloadQueue(ch.autumo.beetroot.server.action.Download)"},{"p":"ch.autumo.beetroot.server","c":"FileServer","l":"addToUploadQueue(Upload)","u":"addToUploadQueue(ch.autumo.beetroot.server.action.Upload)"},{"p":"ch.autumo.beetroot.crud","c":"EventHandler","l":"addUpdateListener(Class, UpdateListener)","u":"addUpdateListener(java.lang.Class,ch.autumo.beetroot.crud.UpdateListener)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"addWarningMessage(String)","u":"addWarningMessage(java.lang.String)"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"adjustRefDisplayName(String)","u":"adjustRefDisplayName(java.lang.String)"},{"p":"ch.autumo.beetroot.crud","c":"CreateListener","l":"afterCreate(Model)","u":"afterCreate(ch.autumo.beetroot.Model)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"afterStart()"},{"p":"ch.autumo.beetroot.server","c":"BeetRootServer","l":"afterStart()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"afterStop()"},{"p":"ch.autumo.beetroot.server","c":"BeetRootServer","l":"afterStop()"},{"p":"ch.autumo.beetroot.crud","c":"UpdateListener","l":"afterUpdate(Model)","u":"afterUpdate(ch.autumo.beetroot.Model)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"ansiErrServerName"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"ansiServerName"},{"p":"ch.autumo.beetroot","c":"Constants","l":"APP_VERSION"},{"p":"ch.autumo.beetroot.logging","c":"LogEventAppender","l":"append(LogEvent)","u":"append(org.apache.logging.log4j.core.LogEvent)"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeFile","l":"appendToRegistry(String)","u":"appendToRegistry(java.lang.String)"},{"p":"ch.autumo.beetroot.security.password","c":"Argon2HashProvider","l":"Argon2HashProvider()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.common","c":"LowerCaseList","l":"asList(String[])","u":"asList(java.lang.String[])"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"auth"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"BaseHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"BaseHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.BaseRoutePrioritizer","l":"BaseRoutePrioritizer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"BaseServer(String[])","u":"%3Cinit%3E(java.lang.String[])"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"BeanField(String, String, Class, boolean, boolean, Method, Method)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Class,boolean,boolean,java.lang.reflect.Method,java.lang.reflect.Method)"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"BeanProcessor()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"beanPropertyName2DbName(String)","u":"beanPropertyName2DbName(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"Beans()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"BeetRootClientHandler","l":"BeetRootClientHandler(BeetRootWebServer, InputStream, Socket)","u":"%3Cinit%3E(ch.autumo.beetroot.BeetRootWebServer,java.io.InputStream,java.net.Socket)"},{"p":"ch.autumo.beetroot.routing","c":"BeetRootDefaultRouter","l":"BeetRootDefaultRouter()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"BeetRootHTTPSession(NanoHTTPD, ITempFileManager, InputStream, OutputStream)","u":"%3Cinit%3E(org.nanohttpd.protocols.http.NanoHTTPD,org.nanohttpd.protocols.http.tempfiles.ITempFileManager,java.io.InputStream,java.io.OutputStream)"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"BeetRootHTTPSession(NanoHTTPD, ITempFileManager, InputStream, OutputStream, InetAddress)","u":"%3Cinit%3E(org.nanohttpd.protocols.http.NanoHTTPD,org.nanohttpd.protocols.http.tempfiles.ITempFileManager,java.io.InputStream,java.io.OutputStream,java.net.InetAddress)"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"BeetRootHTTPSession(String, ITempFileManager, InputStream)","u":"%3Cinit%3E(java.lang.String,org.nanohttpd.protocols.http.tempfiles.ITempFileManager,java.io.InputStream)"},{"p":"ch.autumo.beetroot.server","c":"BeetRootServer","l":"BeetRootServer(String[])","u":"%3Cinit%3E(java.lang.String[])"},{"p":"ch.autumo.beetroot","c":"BeetRootServlet","l":"BeetRootServlet()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"BeetRootWebServer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"BeetRootWebServer(int)","u":"%3Cinit%3E(int)"},{"p":"ch.autumo.beetroot.crud","c":"DeleteListener","l":"beforeDelete(Model)","u":"beforeDelete(ch.autumo.beetroot.Model)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"beforeStart()"},{"p":"ch.autumo.beetroot.server","c":"BeetRootServer","l":"beforeStart()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"beforeStop()"},{"p":"ch.autumo.beetroot.server","c":"BeetRootServer","l":"beforeStop()"},{"p":"ch.autumo.beetroot.crud","c":"UpdateListener","l":"beforeUpdate(Model)","u":"beforeUpdate(ch.autumo.beetroot.Model)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"black(String)","u":"black(java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"BUFFER_LIMIT"},{"p":"ch.autumo.beetroot.server.communication","c":"FileTransfer","l":"bufferLen"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"bytesToHex(byte[])"},{"p":"ch.autumo.beetroot.call","c":"Caller","l":"call(String, String)","u":"call(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.call","c":"TwilioCaller","l":"call(String, String)","u":"call(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.call","c":"CallerFactory","l":"CallerFactory()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"CFG_KEY_DS_EXT_JNDI"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"CFG_KEY_DS_INT_DSCN"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"changeAllowed(Session)","u":"changeAllowed(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksIndexHandler","l":"changeAllowed(Session)","u":"changeAllowed(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"ChangeHandler","l":"ChangeHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"checkHttpResponse(CloseableHttpResponse)","u":"checkHttpResponse(org.apache.http.client.methods.CloseableHttpResponse)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"classNameToTable(String)","u":"classNameToTable(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"classToRefBeanId(Class)","u":"classToRefBeanId(java.lang.Class)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"classToRefDbId(Class)","u":"classToRefDbId(java.lang.Class)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"classToTable(Class)","u":"classToTable(java.lang.Class)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"clear()"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"clear()"},{"p":"ch.autumo.beetroot","c":"Session","l":"clearInternalTOTPCode()"},{"p":"ch.autumo.beetroot","c":"Session","l":"clearUserData()"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"ClientAnswer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"ClientAnswer(int)","u":"%3Cinit%3E(int)"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"ClientAnswer(int, String, String, long, String)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String,long,java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"ClientAnswer(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"ClientAnswer(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"ClientAnswer(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"ClientAnswer(String, String, long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long)"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientCommunicator","l":"ClientCommunicator()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"ClientFileTransfer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"Model","l":"clone()"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"CMD_FILE_DELETE"},{"p":"ch.autumo.beetroot.server.communication","c":"FileTransfer","l":"CMD_FILE_GET"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"CMD_FILE_RECEIVE_REQUEST"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"CMD_FILE_REQUEST"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"CMD_HEALTH"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"CMD_STOP"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"Colors()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"columns"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"columns()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"columnsSize()"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"Communicator()","u":"%3Cinit%3E()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"compareTo(RouterNanoHTTPD.UriResource)","u":"compareTo(org.nanohttpd.router.RouterNanoHTTPD.UriResource)"},{"p":"ch.autumo.beetroot","c":"Constants","l":"CONFIG_PATH"},{"p":"ch.autumo.beetroot","c":"Constants","l":"Constants()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"Session","l":"consumeFiles()"},{"p":"ch.autumo.beetroot.utils.common","c":"LowerCaseList","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"containsResource(String)","u":"containsResource(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler.IfSectionHandler","l":"continueRemoval(String, Session, String)","u":"continueRemoval(java.lang.String,ch.autumo.beetroot.Session,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"countRecords(String)","u":"countRecords(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"countRows(Class)","u":"countRows(java.lang.Class)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"countRows(String)","u":"countRows(java.lang.String)"},{"p":"ch.autumo.beetroot.transport","c":"DefaultServerSocketFactory","l":"create(int)"},{"p":"ch.autumo.beetroot.transport","c":"SecureServerSocketFactory","l":"create(int)"},{"p":"ch.autumo.beetroot.transport","c":"ServerSocketFactory","l":"create(int)"},{"p":"ch.autumo.beetroot.transport","c":"DefaultSocketFactory","l":"create(String, int)","u":"create(java.lang.String,int)"},{"p":"ch.autumo.beetroot.transport","c":"SecureSocketFactory","l":"create(String, int)","u":"create(java.lang.String,int)"},{"p":"ch.autumo.beetroot.transport","c":"SocketFactory","l":"create(String, int)","u":"create(java.lang.String,int)"},{"p":"ch.autumo.beetroot.utils.web","c":"TwoFA","l":"create6DigitTOTPCode(String)","u":"create6DigitTOTPCode(java.lang.String)"},{"p":"ch.autumo.beetroot.logging","c":"LogEventAppender","l":"createAppender(String)","u":"createAppender(java.lang.String)"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"createBanner(String, Attribute)","u":"createBanner(java.lang.String,com.diogonunes.jcolor.Attribute)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"createBean(Class)","u":"createBean(java.lang.Class)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"createBean(Class, ResultSet)","u":"createBean(java.lang.Class,java.sql.ResultSet)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"createBean(Class, ResultSet, BeanProcessor)","u":"createBean(java.lang.Class,java.sql.ResultSet,ch.autumo.beetroot.utils.bean.BeanProcessor)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"createClientHandler(Socket, InputStream)","u":"createClientHandler(java.net.Socket,java.io.InputStream)"},{"p":"ch.autumo.beetroot","c":"Session","l":"createIdPair(int, String)","u":"createIdPair(int,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.web","c":"TwoFA","l":"createQRCode(String, int, int)","u":"createQRCode(java.lang.String,int,int)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"createResponse()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"createResponse(String)","u":"createResponse(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.web","c":"TwoFA","l":"createSecretUserKey()"},{"p":"ch.autumo.beetroot.utils.web","c":"TwoFA","l":"createSecretUserKey(int)"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"createTemporaryFile(String)","u":"createTemporaryFile(java.lang.String)"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer","l":"cruds"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"customOperation(String, String[])","u":"customOperation(java.lang.String,java.lang.String[])"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"cyan(String)","u":"cyan(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"darkBlack(String)","u":"darkBlack(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"darkCyan(String)","u":"darkCyan(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"darkGreen(String)","u":"darkGreen(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"darkMangenta(String)","u":"darkMangenta(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"darkRed(String)","u":"darkRed(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"darkWhite(String)","u":"darkWhite(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"darkYellow(String)","u":"darkYellow(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"DB()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.database","c":"DBField","l":"DBField(String, String, boolean, boolean, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,boolean,boolean,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.security","c":"Security","l":"decode(String, SecureApplication)","u":"decode(java.lang.String,ch.autumo.beetroot.security.SecureApplication)"},{"p":"ch.autumo.beetroot.utils.security","c":"Security","l":"decodeCom(String, SecureApplication)","u":"decodeCom(java.lang.String,ch.autumo.beetroot.security.SecureApplication)"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"DEF_VAL_CASE"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"DEF_VAL_DB2LOWER"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"DEF_VAL_MODE"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"DEF_VAL_NON_KEYWORDS"},{"p":"ch.autumo.beetroot.server.communication","c":"FileTransfer","l":"DEFAULT_BUFFER_LEN"},{"p":"ch.autumo.beetroot.server.communication","c":"FileTransfer","l":"DEFAULT_FILE_RECEIVER_PORT"},{"p":"ch.autumo.beetroot.server.communication","c":"FileTransfer","l":"DEFAULT_FILE_SERVER_PORT"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"DEFAULT_LANG"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"DEFAULT_LOG_SIZE"},{"p":"ch.autumo.beetroot.logging","c":"LogEventAppender","l":"DEFAULT_LOG_SIZE"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"DEFAULT_PRIORITY"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"DEFAULT_REFRESH_TIME"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"DefaultAddHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"DefaultAddHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultDeleteHandler","l":"DefaultDeleteHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"DefaultEditHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"DefaultEditHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultHandler","l":"DefaultHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"DefaultIndexHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"DefaultIndexHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"DefaultIndexHandler(String, String, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"DefaultRESTIndexHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"DefaultRESTIndexHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultRoutePrioritizer","l":"DefaultRoutePrioritizer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.transport","c":"DefaultServerSocketFactory","l":"DefaultServerSocketFactory()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.transport","c":"DefaultSocketFactory","l":"DefaultSocketFactory()","u":"%3Cinit%3E()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultStreamHandler","l":"DefaultStreamHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultViewHandler","l":"DefaultViewHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Model","l":"delete()"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"delete(Class, int)","u":"delete(java.lang.Class,int)"},{"p":"ch.autumo.beetroot","c":"Model","l":"delete(Connection)","u":"delete(java.sql.Connection)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"delete(Connection, Entity)","u":"delete(java.sql.Connection,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"delete(Connection, Model, Set)","u":"delete(java.sql.Connection,ch.autumo.beetroot.Model,java.util.Set)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"delete(Connection, String, int)","u":"delete(java.sql.Connection,java.lang.String,int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"delete(Entity)","u":"delete(ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"delete(Model)","u":"delete(ch.autumo.beetroot.Model)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"delete(Model, Set)","u":"delete(ch.autumo.beetroot.Model,java.util.Set)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultStreamHandler","l":"delete(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"delete(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResponder","l":"delete(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"delete(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"delete(String, int)","u":"delete(java.lang.String,int)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"delete(String, String)","u":"delete(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server.modules","c":"FileStorage","l":"delete(String, String)","u":"delete(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"deleteAllowed(Session)","u":"deleteAllowed(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksIndexHandler","l":"deleteAllowed(Session)","u":"deleteAllowed(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersIndexHandler","l":"deleteAllowed(Session)","u":"deleteAllowed(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot","c":"Session","l":"deleteAllParameters()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"deleteData(BeetRootHTTPSession, int)","u":"deleteData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultDeleteHandler","l":"deleteData(BeetRootHTTPSession, int)","u":"deleteData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesDeleteHandler","l":"deleteData(BeetRootHTTPSession, int)","u":"deleteData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.server.message.file","c":"DeleteRequest","l":"DeleteRequest(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"deleteUserSetting(String)","u":"deleteUserSetting(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"describeTable(String)","u":"describeTable(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Model","l":"deserialize(String)","u":"deserialize(java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"deserializeObject(String)","u":"deserializeObject(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"AbstractBeetRootServlet","l":"destroy()"},{"p":"ch.autumo.beetroot","c":"BeetRootService","l":"destroy()"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"destroy()"},{"p":"ch.autumo.beetroot","c":"Session","l":"destroy(CookieHandler)","u":"destroy(org.nanohttpd.protocols.http.content.CookieHandler)"},{"p":"ch.autumo.beetroot","c":"SessionManager","l":"destroy(String, CookieHandler)","u":"destroy(java.lang.String,org.nanohttpd.protocols.http.content.CookieHandler)"},{"p":"ch.autumo.beetroot","c":"Session","l":"destroyDelete(CookieHandler)","u":"destroyDelete(org.nanohttpd.protocols.http.content.CookieHandler)"},{"p":"ch.autumo.beetroot","c":"SessionManager","l":"destroyDelete(String, CookieHandler)","u":"destroyDelete(java.lang.String,org.nanohttpd.protocols.http.content.CookieHandler)"},{"p":"ch.autumo.beetroot.server.modules","c":"Dispatcher","l":"dispatch(ServerCommand)","u":"dispatch(ch.autumo.beetroot.server.message.ServerCommand)"},{"p":"ch.autumo.beetroot.server.modules.log","c":"LogDispatcher","l":"dispatch(ServerCommand)","u":"dispatch(ch.autumo.beetroot.server.message.ServerCommand)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"DISPATCHER_ID_INTERNAL"},{"p":"ch.autumo.beetroot","c":"BeetRootServlet","l":"doGet(HttpServletRequest, HttpServletResponse)","u":"doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"domain"},{"p":"ch.autumo.beetroot","c":"BeetRootServlet","l":"doPost(HttpServletRequest, HttpServletResponse)","u":"doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)"},{"p":"ch.autumo.beetroot","c":"BeetRootServlet","l":"doPut(HttpServletRequest, HttpServletResponse)","u":"doPut(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)"},{"p":"ch.autumo.beetroot.server.action","c":"Download","l":"Download(String, String, File, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.io.File,java.lang.String)"},{"p":"ch.autumo.beetroot.server.message.file","c":"DownloadRequest","l":"DownloadRequest(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.mailing","c":"Mailer","l":"EMAIL_PATTERN"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"emptyBean"},{"p":"ch.autumo.beetroot.utils.security","c":"Security","l":"encode(String, SecureApplication)","u":"encode(java.lang.String,ch.autumo.beetroot.security.SecureApplication)"},{"p":"ch.autumo.beetroot.utils.security","c":"Security","l":"encodeCom(String, SecureApplication)","u":"encodeCom(java.lang.String,ch.autumo.beetroot.security.SecureApplication)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"ENCRYPT"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"enrichQuery(String, String, Object)","u":"enrichQuery(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"entity"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"entity"},{"p":"ch.autumo.beetroot.server.action","c":"Upload","l":"ENTITY_DIVIDER_FILENAME_CHECKSUM"},{"p":"ch.autumo.beetroot.server.message.file","c":"UploadRequest","l":"ENTITY_DIVIDER_FILENAME_CHECKSUM"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ch.autumo.beetroot","c":"Model","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ch.autumo.beetroot.server.action","c":"Download","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ch.autumo.beetroot.server.action","c":"Upload","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ch.autumo.beetroot.handler","c":"Error404Handler","l":"Error404Handler()","u":"%3Cinit%3E()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.Error404UriHandler","l":"Error404UriHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"errorExit()"},{"p":"ch.autumo.beetroot.handler","c":"ErrorHandler","l":"ErrorHandler(Status, String, String)","u":"%3Cinit%3E(org.nanohttpd.protocols.http.response.Status,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"escapeHtml(String)","u":"escapeHtml(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"escapeHtmlReserved(String)","u":"escapeHtmlReserved(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"escapeValuesForDb(String)","u":"escapeValuesForDb(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"ExampleDownloadHandler","l":"ExampleDownloadHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"ExampleDownloadHandler","l":"ExampleDownloadHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"ExampleUploadHandler","l":"ExampleUploadHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"ExampleUploadHandler","l":"ExampleUploadHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer","l":"execute()"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"executeForServlet(BeetRootService, HttpServletRequest, HttpServletResponse)","u":"executeForServlet(ch.autumo.beetroot.BeetRootService,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)"},{"p":"ch.autumo.beetroot","c":"Model","l":"exists(Class, int)","u":"exists(java.lang.Class,int)"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"exit(int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"extractCustomSingleInputDiv(BeetRootHTTPSession, String, ResultSetMetaData, String, String, int)","u":"extractCustomSingleInputDiv(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String,java.sql.ResultSetMetaData,java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"extractCustomSingleInputDiv(BeetRootHTTPSession, String, ResultSetMetaData, String, String, int)","u":"extractCustomSingleInputDiv(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String,java.sql.ResultSetMetaData,java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersAddHandler","l":"extractCustomSingleInputDiv(BeetRootHTTPSession, String, ResultSetMetaData, String, String, int)","u":"extractCustomSingleInputDiv(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String,java.sql.ResultSetMetaData,java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersEditHandler","l":"extractCustomSingleInputDiv(BeetRootHTTPSession, String, ResultSetMetaData, String, String, int)","u":"extractCustomSingleInputDiv(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String,java.sql.ResultSetMetaData,java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"extractCustomSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractCustomSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultViewHandler","l":"extractCustomSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractCustomSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"extractSingleInputDiv(BeetRootHTTPSession, Map, ResultSetMetaData, String, String, int)","u":"extractSingleInputDiv(ch.autumo.beetroot.BeetRootHTTPSession,java.util.Map,java.sql.ResultSetMetaData,java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"extractSingleInputDiv(BeetRootHTTPSession, Map, ResultSetMetaData, String, String, int)","u":"extractSingleInputDiv(ch.autumo.beetroot.BeetRootHTTPSession,java.util.Map,java.sql.ResultSetMetaData,java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"extractSingleInputDiv(BeetRootHTTPSession, ResultSet, Entity, String, String, int)","u":"extractSingleInputDiv(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,ch.autumo.beetroot.Entity,java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"extractSingleInputDiv(BeetRootHTTPSession, ResultSetMetaData, String, String, int)","u":"extractSingleInputDiv(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSetMetaData,java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultViewHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesIndexHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesViewHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesIndexHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesViewHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksIndexHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksViewHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersIndexHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersViewHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersIndexHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersViewHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersAddHandler","l":"ExtUsersAddHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersAddHandler","l":"ExtUsersAddHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersDeleteHandler","l":"ExtUsersDeleteHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersEditHandler","l":"ExtUsersEditHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersEditHandler","l":"ExtUsersEditHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersIndexHandler","l":"ExtUsersIndexHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersIndexHandler","l":"ExtUsersIndexHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersViewHandler","l":"ExtUsersViewHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"fatalExit()"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"FEAT_CASE_INSENSITIVE_IDENTIFIERS"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"FEAT_DATABASE_TO_LOWER"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"FEAT_MODE"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"FEAT_NON_KEYWORDS"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer","l":"Fertilizer(String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer.FertilizerException","l":"FertilizerException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer.FertilizerException","l":"FertilizerException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"FILE_SEPARATOR"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"FILE_SEPARATOR"},{"p":"ch.autumo.beetroot.server.action","c":"FileAction","l":"FileAction(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server.message.file","c":"FileAnswer","l":"FileAnswer(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"ch.autumo.beetroot.server.message.file","c":"FileAnswer","l":"FileAnswer(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"FileCache(Path, ContentType)","u":"%3Cinit%3E(java.nio.file.Path,org.nanohttpd.protocols.http.content.ContentType)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"FileCache(Path, ContentType, boolean)","u":"%3Cinit%3E(java.nio.file.Path,org.nanohttpd.protocols.http.content.ContentType,boolean)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"FileCache(Path, String)","u":"%3Cinit%3E(java.nio.file.Path,java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"FileCache(Path, String, boolean)","u":"%3Cinit%3E(java.nio.file.Path,java.lang.String,boolean)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"FileCache(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"FileCache(String, ContentType)","u":"%3Cinit%3E(java.lang.String,org.nanohttpd.protocols.http.content.ContentType)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"FileCache(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"FileCacheManager()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"fileId"},{"p":"ch.autumo.beetroot.server","c":"FileServer","l":"FileServer(BaseServer, FileStorage)","u":"%3Cinit%3E(ch.autumo.beetroot.server.BaseServer,ch.autumo.beetroot.server.modules.FileStorage)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.StaticPageHandler","l":"fileToInputStream(File)","u":"fileToInputStream(java.io.File)"},{"p":"ch.autumo.beetroot.server.communication","c":"FileTransfer","l":"FileTransfer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"findFile(String, String)","u":"findFile(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server.modules","c":"FileStorage","l":"findFile(String, String)","u":"findFile(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Model","l":"findFirst(Class, String, Object)","u":"findFirst(java.lang.Class,java.lang.String,java.lang.Object)"},{"p":"ch.autumo.beetroot","c":"Model","l":"findFirst(Class, String, Object[])","u":"findFirst(java.lang.Class,java.lang.String,java.lang.Object[])"},{"p":"ch.autumo.beetroot","c":"SessionManager","l":"findOrCreate(BeetRootHTTPSession)","u":"findOrCreate(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"findOrCreate(Path)","u":"findOrCreate(java.nio.file.Path)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"findOrCreate(Path, boolean)","u":"findOrCreate(java.nio.file.Path,boolean)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"findOrCreate(String)","u":"findOrCreate(java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"findOrCreate(String, boolean)","u":"findOrCreate(java.lang.String,boolean)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"findOrCreate(URI)","u":"findOrCreate(java.net.URI)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"findOrCreate(URL)","u":"findOrCreate(java.net.URL)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"findOrCreateByResource(String)","u":"findOrCreateByResource(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"AbstractBeetRootServlet","l":"findOrCreateHttpSession(HttpServletRequest)","u":"findOrCreateHttpSession(javax.servlet.http.HttpServletRequest)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"forceSockets()"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"foregroundColorize(String, Attribute)","u":"foregroundColorize(java.lang.String,com.diogonunes.jcolor.Attribute)"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"format(LogEvent)","u":"format(org.apache.logging.log4j.core.LogEvent)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"formatSingleValueForDB(BeetRootHTTPSession, String, String)","u":"formatSingleValueForDB(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"formatSingleValueForDB(BeetRootHTTPSession, String, String)","u":"formatSingleValueForDB(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"formatSingleValueForDB(BeetRootHTTPSession, String, String)","u":"formatSingleValueForDB(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"formatSingleValueForGUI(BeetRootHTTPSession, String, String, int, Entity)","u":"formatSingleValueForGUI(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"from"},{"p":"ch.autumo.beetroot","c":"Constants","l":"GENERAL_SRV_CFG_FILE"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.GeneralHandler","l":"GeneralHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.systen","c":"GUIDGenerator","l":"generate()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"generateActionsTableData(Session, String, Entity, String, int, String)","u":"generateActionsTableData(ch.autumo.beetroot.Session,java.lang.String,ch.autumo.beetroot.Entity,java.lang.String,int,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.security","c":"Security","l":"generateCSRFToken(SecureApplication)","u":"generateCSRFToken(ch.autumo.beetroot.security.SecureApplication)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"get(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"get(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultHandler","l":"get(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"get(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultStreamHandler","l":"get(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"get(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.GeneralHandler","l":"get(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"get(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.StaticPageHandler","l":"get(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"get(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResponder","l":"get(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"get(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"ch.autumo.beetroot","c":"Model","l":"get(String)","u":"get(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"get(String)","u":"get(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersViewHandler","l":"get2FAQRImage(BeetRootHTTPSession, User)","u":"get2FAQRImage(ch.autumo.beetroot.BeetRootHTTPSession,ch.autumo.beetroot.handler.users.User)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getActive()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"getAddMandatoryFields()"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesAddHandler","l":"getAddMandatoryFields()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesAddHandler","l":"getAddMandatoryFields()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksAddHandler","l":"getAddMandatoryFields()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersAddHandler","l":"getAddMandatoryFields()"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"getAnswer()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getAppRoles()"},{"p":"ch.autumo.beetroot","c":"Model","l":"getAssociatedReference(Class)","u":"getAssociatedReference(java.lang.Class)"},{"p":"ch.autumo.beetroot","c":"Model","l":"getAssociatedReference(String)","u":"getAssociatedReference(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"getAsyncRunner()"},{"p":"ch.autumo.beetroot.transport","c":"SecureServerSocketFactory","l":"getBaseServerSocketFactory()"},{"p":"ch.autumo.beetroot.transport","c":"SecureSocketFactory","l":"getBaseSocketFactory()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultDeleteHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultViewHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesAddHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesEditHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesIndexHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesViewHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesAddHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesDeleteHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesEditHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesIndexHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesViewHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksAddHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksEditHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksIndexHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksRESTIndexHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksViewHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersAddHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersEditHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersIndexHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersViewHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"getBeanFields(Class)","u":"getBeanFields(java.lang.Class)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"getBeanFieldsAsArray(Class)","u":"getBeanFieldsAsArray(java.lang.Class)"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"getBeanName()"},{"p":"ch.autumo.beetroot","c":"AbstractBeetRootServlet","l":"getBeetRootService()"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"getBlockResource(String, Session)","u":"getBlockResource(java.lang.String,ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"getBooleanDatabaseMappingValue(boolean)"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeRegistryProviderImpl","l":"getByFileName(String)","u":"getByFileName(java.lang.String)"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeRegistryProviderImpl","l":"getByInputStream(InputStream)","u":"getByInputStream(java.io.InputStream)"},{"p":"ch.autumo.beetroot.server.action","c":"Upload","l":"getCheckSum()"},{"p":"ch.autumo.beetroot.utils","c":"UtilsException","l":"getCode()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getColumn(int)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getColumnsForSql()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getColumnsForSql(boolean)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"getCommand()"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"getConfiguredLanguages()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getConnection()"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"getCreated()"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"getCreated()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getCreated()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getCreated()"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"getCreated()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getCreated()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getCurrentEntityDbId()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getCurrentSession()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getCustomizedExceptionInformation(Session)","u":"getCustomizedExceptionInformation(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"getData()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getData()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getData()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultHandler","l":"getData()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultStreamHandler","l":"getData()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getDataLength()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getDataSource()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getDataSourceClassName()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getDayofmonth()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getDayofweek()"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"getDbName()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getDecodedString(String, SecureApplication)","u":"getDecodedString(java.lang.String,ch.autumo.beetroot.security.SecureApplication)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"getDefaultHandlerClass()"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"getDefaultHandlerEntity()"},{"p":"ch.autumo.beetroot.routing","c":"BeetRootDefaultRouter","l":"getDefaultRoutes()"},{"p":"ch.autumo.beetroot.routing","c":"Router","l":"getDefaultRoutes()"},{"p":"ch.autumo.beetroot.utils.database","c":"DBField","l":"getDefaultVal()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"getDeleteName(Entity)","u":"getDeleteName(ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"getDescription()"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"getDesktopPropertiesPath(String)","u":"getDesktopPropertiesPath(java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"getDispatcherId()"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"getDisplayField()"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"getDisplayField()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getDisplayField()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getDisplayField()"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"getDisplayField()"},{"p":"ch.autumo.beetroot","c":"Model","l":"getDisplayField()"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"getDisplayField(Entity)","u":"getDisplayField(ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot","c":"Model","l":"getDisplayValue()"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"getDisplayValue(Class, int)","u":"getDisplayValue(java.lang.Class,int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"getDisplayValues(Class)","u":"getDisplayValues(java.lang.Class)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"getDisplayValues(Class, int)","u":"getDisplayValues(java.lang.Class,int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"getDisplayValues(Class, int, int)","u":"getDisplayValues(java.lang.Class,int,int)"},{"p":"ch.autumo.beetroot.server.action","c":"FileAction","l":"getDomain()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getDomain()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getDownloadFile()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getDownloadFileMimeType()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getDriver()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getEmail()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getEmptyBean()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"getEncoding()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler","c":"Error404Handler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler","c":"ErrorHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler","c":"HomeHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler","c":"NotImplementedHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler.users","c":"ChangeHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler.users","c":"LoginHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler.users","c":"LogoutHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler.users","c":"NewQRCodeHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler.users","c":"OtpHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler.users","c":"ResetHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getEntity()"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"getErrorReason()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getException()"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"getExternalSessionId()"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"getFeatures()"},{"p":"ch.autumo.beetroot.server.action","c":"Download","l":"getFile()"},{"p":"ch.autumo.beetroot.server.message.file","c":"UploadRequest","l":"getFile()"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"getFile(String, String)","u":"getFile(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"getFile(String, String, int)","u":"getFile(java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.server.action","c":"Download","l":"getFileId()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getFileId()"},{"p":"ch.autumo.beetroot.server.action","c":"FileAction","l":"getFileName()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"getFileSize()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getFirstname()"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"getForeignReferences()"},{"p":"ch.autumo.beetroot","c":"Model","l":"getForeignReferences()"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"getForeignReferences(Entity)","u":"getForeignReferences(ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot","c":"Session","l":"getFormCsrfToken()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getFullConfigBasePath()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"getFullPath()"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"getGetterMethod()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getGlobalConnection()"},{"p":"ch.autumo.beetroot.utils.web","c":"TwoFA","l":"getGoogleAuthenticatorBarCode(String, String)","u":"getGoogleAuthenticatorBarCode(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getGuid()"},{"p":"ch.autumo.beetroot.utils.common","c":"Time","l":"getGUIDate(Timestamp)","u":"getGUIDate(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getH2Url()"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"getHandler()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"getHelpText()"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"getHost()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getHour()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getHtmlData()"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"getHtmlDivType(ResultSetMetaData, int, String)","u":"getHtmlDivType(java.sql.ResultSetMetaData,int,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getHtmlHead()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getHtmlInputMapPattern(String)","u":"getHtmlInputMapPattern(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getHtmlInputMapType(String)","u":"getHtmlInputMapType(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"getHtmlInputPattern(int, String)","u":"getHtmlInputPattern(int,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"getHtmlInputType(ResultSetMetaData, int, String)","u":"getHtmlInputType(java.sql.ResultSetMetaData,int,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"PasswordHelper","l":"getHTMLMessages(RuleResult, Session)","u":"getHTMLMessages(org.passay.RuleResult,ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot","c":"Entity","l":"getId()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getId()"},{"p":"ch.autumo.beetroot","c":"Model","l":"getId()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getId()"},{"p":"ch.autumo.beetroot.server.modules","c":"Dispatcher","l":"getId()"},{"p":"ch.autumo.beetroot.server.modules.log","c":"LogDispatcher","l":"getId()"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"getInitParameter()"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeRegistryProviderImpl","l":"getInMemory()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getInsertValues(BeetRootHTTPSession)","u":"getInsertValues(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getInstance()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getInstance()"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"getInstance()"},{"p":"ch.autumo.beetroot.call","c":"CallerFactory","l":"getInstance()"},{"p":"ch.autumo.beetroot.crud","c":"EventHandler","l":"getInstance()"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"getInstance()"},{"p":"ch.autumo.beetroot.logging","c":"LoggingFactory","l":"getInstance()"},{"p":"ch.autumo.beetroot.mailing","c":"MailerFactory","l":"getInstance()"},{"p":"ch.autumo.beetroot.security","c":"SecureApplicationHolder","l":"getInstance()"},{"p":"ch.autumo.beetroot.server.modules.log","c":"LogFactory","l":"getInstance()"},{"p":"ch.autumo.beetroot","c":"SessionManager","l":"getInstance()"},{"p":"ch.autumo.beetroot.sms","c":"MessengerFactory","l":"getInstance()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getInt(String)","u":"getInt(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getInt(String, int)","u":"getInt(java.lang.String,int)"},{"p":"ch.autumo.beetroot","c":"Session","l":"getInternalTOTPCode()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getIntNoWarn(String)","u":"getIntNoWarn(java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getJsonTransferString()"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"getJsonTransferString()"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"getJsonTransferString()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getKeys(String)","u":"getKeys(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"getKeystoreFile()"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"getKeystorePw()"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"getKeystorePw(boolean)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getLang()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getLanguage(int)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"getLanguage(Session)","u":"getLanguage(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"getLanguageFromDb(Session)","u":"getLanguageFromDb(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getLastexecuted()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"getLastModified()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getLastname()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getLaststatus()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getLasttoken()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getLayout(Session)","u":"getLayout(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"getLayout(Session)","u":"getLayout(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.server.modules.log","c":"LocalLog","l":"getLog()"},{"p":"ch.autumo.beetroot.server.modules.log","c":"Log","l":"getLog()"},{"p":"ch.autumo.beetroot.server.modules.log","c":"RemoteLog","l":"getLog()"},{"p":"ch.autumo.beetroot.logging","c":"LogEventAppender","l":"getLogEvents()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getMapValue(String, String)","u":"getMapValue(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"getMaxSize()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getMessage()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getMessageIntValue(String)","u":"getMessageIntValue(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"PasswordHelper","l":"getMessages(RuleResult, Session)","u":"getMessages(org.passay.RuleResult,ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getMessageType()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getMessageValue(String)","u":"getMessageValue(java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"getMimeType()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getMimeType()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"getMimeType()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultStreamHandler","l":"getMimeType()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.Error404UriHandler","l":"getMimeType()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.GeneralHandler","l":"getMimeType()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.IndexHandler","l":"getMimeType()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.NotImplementedHandler","l":"getMimeType()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.StaticPageHandler","l":"getMimeType()"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeFile","l":"getMimeTypeEntry(String)","u":"getMimeTypeEntry(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getMimeTypes(String)","u":"getMimeTypes(java.lang.String)"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeFile","l":"getMIMETypeString(String)","u":"getMIMETypeString(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getMinute()"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"getMode()"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"getModified()"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"getModified()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getModified()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getModified()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getModifyId(int, String)","u":"getModifyId(int,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getMonthofyear()"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"getName()"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"getName()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getName()"},{"p":"ch.autumo.beetroot.utils.database","c":"DBField","l":"getName()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getNewScanner(String)","u":"getNewScanner(java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"getNormalizedPath(String)","u":"getNormalizedPath(java.lang.String)"},{"p":"ch.autumo.beetroot.routing","c":"BeetRootDefaultRouter","l":"getNotFoundHandler()"},{"p":"ch.autumo.beetroot.routing","c":"Router","l":"getNotFoundHandler()"},{"p":"ch.autumo.beetroot.routing","c":"BeetRootDefaultRouter","l":"getNotImplementedHandler()"},{"p":"ch.autumo.beetroot.routing","c":"Router","l":"getNotImplementedHandler()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getObject()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getObject()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getOrigId(String, String)","u":"getOrigId(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"getOS()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getPaginator(BeetRootHTTPSession)","u":"getPaginator(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"getPaginator(BeetRootHTTPSession)","u":"getPaginator(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"getPaginator(BeetRootHTTPSession)","u":"getPaginator(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getPass()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getPassword()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getPath()"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"getPermissions()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getPhone()"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"getPort()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.BaseRoutePrioritizer","l":"getPrioritizedRoutes()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.IRoutePrioritizer","l":"getPrioritizedRoutes()"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"getPriority()"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"getProperties()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getProperty(String)","u":"getProperty(java.lang.String)"},{"p":"ch.autumo.beetroot.utils","c":"UtilsException","l":"getRawMessage()"},{"p":"ch.autumo.beetroot.utils.common","c":"Time","l":"getReadableDuration(long, TimeUnit)","u":"getReadableDuration(long,java.util.concurrent.TimeUnit)"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"getReadableDuration(long, TimeUnit)","u":"getReadableDuration(long,java.util.concurrent.TimeUnit)"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"getRealPath(ServletContext)","u":"getRealPath(javax.servlet.ServletContext)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler","c":"ExampleUploadHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesAddHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesDeleteHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesEditHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesAddHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesDeleteHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesEditHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksAddHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksDeleteHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksEditHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.users","c":"ChangeHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersAddHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersDeleteHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersEditHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersViewHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.users","c":"ResetHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersAddHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersDeleteHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersEditHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultDeleteHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultViewHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"Error404Handler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"ErrorHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"ExampleDownloadHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"ExampleUploadHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"Handler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"HomeHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"NoContentButRouteHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"NoContentHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"NotImplementedHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler.users","c":"ChangeHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler.users","c":"LoginHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler.users","c":"LogoutHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler.users","c":"NewQRCodeHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler.users","c":"OtpHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler.users","c":"ResetHandler","l":"getResource()"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"getResource(String, Session)","u":"getResource(java.lang.String,ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"getResource(String, String)","u":"getResource(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"getResourceByLang(String, String)","u":"getResourceByLang(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"getResourceWithoutLang(String, String)","u":"getResourceWithoutLang(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getRole()"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"getRoleId()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getRootPath()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"getRootPath()"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"getRoute()"},{"p":"ch.autumo.beetroot.routing","c":"BeetRootDefaultRouter","l":"getRoutes()"},{"p":"ch.autumo.beetroot.routing","c":"Router","l":"getRoutes()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getSavedId()"},{"p":"ch.autumo.beetroot.security","c":"SecureApplicationHolder","l":"getSecApp()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getSecretkey()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"getSelectValues(String)","u":"getSelectValues(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"getSelectValues(String)","u":"getSelectValues(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getSepValues(String)","u":"getSepValues(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getSepValuesNoWarn(String)","u":"getSepValuesNoWarn(java.lang.String)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"getServerName()"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"getServerName()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getServletContext()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getServletName()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getSessionId()"},{"p":"ch.autumo.beetroot","c":"SessionManager","l":"getSessionTimeoutInMillis()"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"getSetterMethod()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"getShutDownHook()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getSimpleManagementUserRoles()"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"getSize()"},{"p":"ch.autumo.beetroot.server.action","c":"Upload","l":"getSize()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getStatus()"},{"p":"ch.autumo.beetroot.handler","c":"Error404Handler","l":"getStatus()"},{"p":"ch.autumo.beetroot.handler","c":"ErrorHandler","l":"getStatus()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getStatus()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultHandler","l":"getStatus()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultStreamHandler","l":"getStatus()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.Error404UriHandler","l":"getStatus()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.GeneralHandler","l":"getStatus()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.IndexHandler","l":"getStatus()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.NotImplementedHandler","l":"getStatus()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.StaticPageHandler","l":"getStatus()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getString(String)","u":"getString(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getString(String, String)","u":"getString(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getStringNoWarn(String)","u":"getStringNoWarn(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Model","l":"getTableName()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getTemplateEngineErrorMessage(Session, String)","u":"getTemplateEngineErrorMessage(ch.autumo.beetroot.Session,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getTemplateEngineErrorTitle(Session, String)","u":"getTemplateEngineErrorTitle(ch.autumo.beetroot.Session,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"getTemporaryDirectory()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getText()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultHandler","l":"getText()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.Error404UriHandler","l":"getText()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.GeneralHandler","l":"getText()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.IndexHandler","l":"getText()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.NotImplementedHandler","l":"getText()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.StaticPageHandler","l":"getText()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getText(BeetRootHTTPSession, int)","u":"getText(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"getTextData()"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"getTimeout()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getTitle()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesAddHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesEditHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesIndexHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesViewHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersAddHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersEditHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersIndexHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersViewHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getTransferString()"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"getTransferString()"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"getTransferString()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getTransientFields()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getTwoFa()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getType()"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"getType()"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"getType()"},{"p":"ch.autumo.beetroot.utils.database","c":"DBField","l":"getType()"},{"p":"ch.autumo.beetroot.security","c":"SecureApplication","l":"getUniqueSecurityKey()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getUpdateSetClause(BeetRootHTTPSession)","u":"getUpdateSetClause(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getUpdateSetClause(BeetRootHTTPSession, String)","u":"getUpdateSetClause(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"getUri()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getUrl()"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"getUrl()"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"getUrlNoFeatures()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getUser()"},{"p":"ch.autumo.beetroot.server.action","c":"Upload","l":"getUser()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserEmail()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserFullNameOrUserName()"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"getUserId()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserId()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserLang()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getUsername()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserName()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserPermissions()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserRoles()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserSecretKey()"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"getUserSession()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserSetting(String)","u":"getUserSetting(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserSettings()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUTwoFa()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"getValidCustomOperations()"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"getValue()"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"getValue(ResultSet, String)","u":"getValue(java.sql.ResultSet,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getValues(String)","u":"getValues(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"getWriteMethod(Object, BeanField, Object)","u":"getWriteMethod(java.lang.Object,ch.autumo.beetroot.utils.bean.BeanField,java.lang.Object)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getXMLModuleConfig(String, String)","u":"getXMLModuleConfig(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getXMLModuleConfigRelative(String, String)","u":"getXMLModuleConfigRelative(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getXMLModuleConfigWithFullPath(String, String)","u":"getXMLModuleConfigWithFullPath(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getYesOrNo(String)","u":"getYesOrNo(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getYesOrNo(String, String)","u":"getYesOrNo(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getYesOrNoNoWarn(String)","u":"getYesOrNoNoWarn(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"green(String)","u":"green(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Constants","l":"GUI_COL_NO_SHOW"},{"p":"ch.autumo.beetroot.utils.systen","c":"GUIDGenerator","l":"GUIDGenerator()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"H2Url(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"HandlerResponse(int)","u":"%3Cinit%3E(int)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"HandlerResponse(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"HandlerResponse(int, String)","u":"%3Cinit%3E(int,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"HandlerResponse(int, String, String)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"HandlerResponse(int, String, String, Exception)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String,java.lang.Exception)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"HandlerResponse(int, String, String, Exception, Object)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String,java.lang.Exception,java.lang.Object)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesAddHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesDeleteHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesEditHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesIndexHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesViewHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesAddHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesDeleteHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesEditHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesIndexHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesViewHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksAddHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksDeleteHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksEditHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersDeleteHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"NewQRCodeHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersAddHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersDeleteHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"hasExternalLinks()"},{"p":"ch.autumo.beetroot.security.password","c":"Argon2HashProvider","l":"hash(String)","u":"hash(java.lang.String)"},{"p":"ch.autumo.beetroot.security.password","c":"NOOPHashProvider","l":"hash(String)","u":"hash(java.lang.String)"},{"p":"ch.autumo.beetroot.security.password","c":"PasswordHashProvider","l":"hash(String)","u":"hash(java.lang.String)"},{"p":"ch.autumo.beetroot.security.password","c":"PBKPD2HashProvider","l":"hash(String)","u":"hash(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.security","c":"Security","l":"hashPw(String)","u":"hashPw(java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"hasLanguage()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"hasNoColumnsConfig()"},{"p":"ch.autumo.beetroot.handler","c":"NoConfigHandler","l":"hasNoColumnsConfig()"},{"p":"ch.autumo.beetroot.handler","c":"NoContentAndConfigHandler","l":"hasNoColumnsConfig()"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"hasSpace(long, long)","u":"hasSpace(long,long)"},{"p":"ch.autumo.beetroot","c":"Session","l":"hasUserPermission(String)","u":"hasUserPermission(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"hasUserRole(String)","u":"hasUserRole(java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"HealthAnswer","l":"HealthAnswer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer.Help","l":"Help()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"Helper()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler","c":"HomeHandler","l":"HomeHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"HomeHandler","l":"HomeHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"host"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"host"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"htmlData"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"htmlHead"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"HTTP_HEADER_ACCEPT_JSON"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"HTTP_HEADER_CONTENTTYPE_JSON_UTF8"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"id"},{"p":"ch.autumo.beetroot.server.modules.log","c":"LogDispatcher","l":"ID"},{"p":"ch.autumo.beetroot","c":"Model","l":"ID_INVALID"},{"p":"ch.autumo.beetroot","c":"Model","l":"ID_M2M_PSEUDO"},{"p":"ch.autumo.beetroot","c":"Model","l":"ID_UNASSIGNED"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler.IfSectionHandler","l":"IfSectionHandler(BaseHandler)","u":"%3Cinit%3E(ch.autumo.beetroot.handler.BaseHandler)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.IndexHandler","l":"IndexHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.call","c":"Caller","l":"init()"},{"p":"ch.autumo.beetroot.call","c":"TwilioCaller","l":"init()"},{"p":"ch.autumo.beetroot.sms","c":"Messenger","l":"init()"},{"p":"ch.autumo.beetroot.sms","c":"TwilioMessenger","l":"init()"},{"p":"ch.autumo.beetroot","c":"AbstractBeetRootServlet","l":"init(ServletConfig)","u":"init(javax.servlet.ServletConfig)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"initialize()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"initialize()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"initialize(BeetRootHTTPSession)","u":"initialize(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"initialize(String)","u":"initialize(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"initialize(String)","u":"initialize(java.lang.String)"},{"p":"ch.autumo.beetroot.logging","c":"Log4j2Logging","l":"initialize(String)","u":"initialize(java.lang.String)"},{"p":"ch.autumo.beetroot.logging","c":"Logging","l":"initialize(String)","u":"initialize(java.lang.String)"},{"p":"ch.autumo.beetroot.logging","c":"Log4j2Logging","l":"initialize(String, String)","u":"initialize(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.logging","c":"Logging","l":"initialize(String, String)","u":"initialize(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.logging","c":"LogEventAppender","l":"initializeAppender()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"initializeDesktop(String, String)","u":"initializeDesktop(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"initializeLogging(String)","u":"initializeLogging(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"initializeWithFullPath(String)","u":"initializeWithFullPath(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"initializeWithFullPath(String, ServletContext)","u":"initializeWithFullPath(java.lang.String,javax.servlet.ServletContext)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"initialValue(String)","u":"initialValue(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"initialValues"},{"p":"ch.autumo.beetroot","c":"Initializer","l":"initModules(boolean, String)","u":"initModules(boolean,java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"initParameter(Class)","u":"initParameter(java.lang.Class)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"initParameter(int, Class)","u":"initParameter(int,java.lang.Class)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"initValuesSize()"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"insert(Connection, Entity, String, String)","u":"insert(java.sql.Connection,ch.autumo.beetroot.Entity,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"insert(Entity, String, String)","u":"insert(ch.autumo.beetroot.Entity,java.lang.String,java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.InsertionOrderRoutePrioritizer","l":"InsertionOrderRoutePrioritizer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"insertServletNameInTemplateRefs"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"INTERNAL_MSG_PART_SEPARATOR"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"INTERNAL_MSG_PART_SEPARATOR_REGEXP"},{"p":"ch.autumo.beetroot.call","c":"Caller","l":"INTL_PHONE_NUMBER_PATTERN"},{"p":"ch.autumo.beetroot.sms","c":"Messenger","l":"INTL_PHONE_NUMBER_PATTERN"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"invalidArgumentsExit()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"isArchive()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"isBinary()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"isCached()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"isCurrentUserUpdate(BeetRootHTTPSession)","u":"isCurrentUserUpdate(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"isForceSockets()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"isH2Db()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"isInitialized()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"isInitialized()"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"isInternalCommand(ServerCommand)","u":"isInternalCommand(ch.autumo.beetroot.server.message.ServerCommand)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"isLangConfigured(String)","u":"isLangConfigured(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"isMac()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"isMariaDb()"},{"p":"ch.autumo.beetroot.utils.common","c":"MIME","l":"isMimeTypeArchive(String)","u":"isMimeTypeArchive(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"MIME","l":"isMimeTypeOctet(String)","u":"isMimeTypeOctet(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"MIME","l":"isMimeTypeText(String)","u":"isMimeTypeText(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"isMysqlDb()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"isNoContentResponse()"},{"p":"ch.autumo.beetroot.handler","c":"NoContentHandler","l":"isNoContentResponse()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"isNoContentResponseButRoute(Session)","u":"isNoContentResponseButRoute(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler","c":"NoContentButRouteHandler","l":"isNoContentResponseButRoute(Session)","u":"isNoContentResponseButRoute(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"NewQRCodeHandler","l":"isNoContentResponseButRoute(Session)","u":"isNoContentResponseButRoute(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"isNullable()"},{"p":"ch.autumo.beetroot.utils.database","c":"DBField","l":"isNullable()"},{"p":"ch.autumo.beetroot","c":"Model","l":"isNullable(String)","u":"isNullable(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"isOlderThanSessionTimeout()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"isOracleDb()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"isPostgreDb()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"isPostgreDbWithNGDriver()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"isPrecisionInputType(String)","u":"isPrecisionInputType(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"isRemote()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"isResource()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"isRetryCall(BeetRootHTTPSession)","u":"isRetryCall(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"isSelect(String)","u":"isSelect(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"isSelect(String)","u":"isSelect(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"isSolaris()"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"isSqlBinaryType(int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"isSqlBooelanType(int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"isSqlDateTimeType(int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"isSqlNumberType(int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"isSqlTextType(int)"},{"p":"ch.autumo.beetroot","c":"Model","l":"isStored()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"isText()"},{"p":"ch.autumo.beetroot","c":"Session","l":"isTwoFaLoginOk()"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"isUnique()"},{"p":"ch.autumo.beetroot.utils.database","c":"DBField","l":"isUnique()"},{"p":"ch.autumo.beetroot","c":"Model","l":"isUnique(String)","u":"isUnique(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"isUnix()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"isUnsupported()"},{"p":"ch.autumo.beetroot.handler.users","c":"PasswordHelper","l":"isValid(String, Session)","u":"isValid(java.lang.String,ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"isWindows()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"isWithinDesktop"},{"p":"ch.autumo.beetroot.mailing","c":"JakartaMailer","l":"JakartaMailer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.mailing","c":"JavaxMailer","l":"JavaxMailer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"Constants","l":"JDBC_H2_DB"},{"p":"ch.autumo.beetroot","c":"Constants","l":"JDBC_MARIA_DB"},{"p":"ch.autumo.beetroot","c":"Constants","l":"JDBC_MYSQL_DB"},{"p":"ch.autumo.beetroot","c":"Constants","l":"JDBC_ORACLE_DB"},{"p":"ch.autumo.beetroot","c":"Constants","l":"JDBC_POSTGRE_DB"},{"p":"ch.autumo.beetroot","c":"Constants","l":"JDBC_POSTGRE_NG_DB"},{"p":"ch.autumo.beetroot","c":"Constants","l":"JSON_EXT"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_COM_ENC"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_COM_HOSTNAME_VERIFY"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_COM_MODE"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_FILE_BUF_SIZE"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_FILE_PORT"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_FILE_RECEIVER_PORT"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_FILE_SERVER"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_FILE_STORAGE"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_HOST"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_PORT"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_PW_ENC"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_DB_PW_ENC"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_DB_URL_WEB_CONTEXT_PATH"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_KEYSTORE_FILE"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_KEYSTORE_PW"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_SERVER_NAME"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WEB_DEFAULT_ENTITY"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WEB_DEFAULT_HANDLER"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WEB_INPUT_MAP"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WEB_MAX_RECORDS_PER_PAGE"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WEB_MAX_REF_REC"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WEB_PASSWORD_VALIDATOR"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WEB_TRANSLATIONS"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WS_APP_NAME"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WS_HTTPS"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WS_PORT"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WS_START"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WS_TMP_DIR"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WS_URL"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WS_USE_CSRF_TOKENS"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WS_USE_EXT_ROLES"},{"p":"ch.autumo.beetroot.utils.security","c":"Security.KEYDATA","l":"KEYDATA()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.security","c":"Security.KEYDATA","l":"LEN_3"},{"p":"ch.autumo.beetroot.utils.security","c":"Security.KEYDATA","l":"LEN_4"},{"p":"ch.autumo.beetroot.utils.security","c":"PWEncoder","l":"LINE_SEPARATOR"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"LINE_SEPARATOR"},{"p":"ch.autumo.beetroot","c":"Model","l":"listAll(Class)","u":"listAll(java.lang.Class)"},{"p":"ch.autumo.beetroot","c":"Model","l":"listReferences(Class)","u":"listReferences(java.lang.Class)"},{"p":"ch.autumo.beetroot","c":"SessionManager","l":"load()"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"loadPWValidationMessages(Session)","u":"loadPWValidationMessages(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"loadTemplate(String, BeetRootHTTPSession, String)","u":"loadTemplate(java.lang.String,ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"loadUserSettings(Session)","u":"loadUserSettings(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.server.modules.log","c":"LocalLog","l":"LocalLog()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"AbstractBeetRootServlet","l":"LOG"},{"p":"ch.autumo.beetroot","c":"BeetRootClientHandler","l":"LOG"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"LOG"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"LOG"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"LOG"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"LOG"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"LOG"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"LOG"},{"p":"ch.autumo.beetroot.call","c":"TwilioCaller","l":"LOG"},{"p":"ch.autumo.beetroot.crud","c":"EventHandler","l":"LOG"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"LOG"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"LOG"},{"p":"ch.autumo.beetroot.handler","c":"ExampleDownloadHandler","l":"LOG"},{"p":"ch.autumo.beetroot.handler","c":"ExampleUploadHandler","l":"LOG"},{"p":"ch.autumo.beetroot.handler.users","c":"ChangeHandler","l":"LOG"},{"p":"ch.autumo.beetroot.handler.users","c":"ResetHandler","l":"LOG"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"LOG"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeFile","l":"LOG"},{"p":"ch.autumo.beetroot","c":"Model","l":"LOG"},{"p":"ch.autumo.beetroot.plant","c":"Plant","l":"LOG"},{"p":"ch.autumo.beetroot.routing","c":"BeetRootDefaultRouter","l":"LOG"},{"p":"ch.autumo.beetroot.security","c":"SecureApplicationHolder","l":"LOG"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"LOG"},{"p":"ch.autumo.beetroot.server","c":"BeetRootServer","l":"LOG"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"LOG"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"LOG"},{"p":"ch.autumo.beetroot.server.communication","c":"FileTransfer","l":"LOG"},{"p":"ch.autumo.beetroot.server","c":"FileServer","l":"LOG"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"LOG"},{"p":"ch.autumo.beetroot.server.modules.log","c":"LogDispatcher","l":"LOG"},{"p":"ch.autumo.beetroot","c":"SessionManager","l":"LOG"},{"p":"ch.autumo.beetroot.sms","c":"TwilioMessenger","l":"LOG"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"LOG"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"LOG"},{"p":"ch.autumo.beetroot.utils.database","c":"DBField","l":"LOG"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"LOG"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"LOG"},{"p":"ch.autumo.beetroot.logging","c":"Log4j2Logging","l":"Log4j2Logging()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.modules.log","c":"LogDispatcher","l":"LogDispatcher()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.logging","c":"LogEventAppender","l":"LogEventAppender(String, Filter)","u":"%3Cinit%3E(java.lang.String,org.apache.logging.log4j.core.Filter)"},{"p":"ch.autumo.beetroot.logging","c":"LogEventList","l":"LogEventList(int)","u":"%3Cinit%3E(int)"},{"p":"ch.autumo.beetroot.server.modules.log","c":"LogFactory","l":"LogFactory()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.logging","c":"LoggingFactory","l":"LoggingFactory()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"LogHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"LoginHandler","l":"LoginHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.users","c":"LoginHandler","l":"LoginHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"LoginHandler","l":"LoginHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"loginMarker(boolean)"},{"p":"ch.autumo.beetroot.handler.users","c":"LogoutHandler","l":"LogoutHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.users","c":"LogoutHandler","l":"LogoutHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"LogoutHandler","l":"LogoutHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer","l":"LOWER_ENTITIES_NAME"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer","l":"LOWER_ENTITIES_NAME_PLURAL"},{"p":"ch.autumo.beetroot.utils.common","c":"LowerCaseList","l":"LowerCaseList(int)","u":"%3Cinit%3E(int)"},{"p":"ch.autumo.beetroot","c":"Constants","l":"MAIL_SMTP_AUTH_KEY"},{"p":"ch.autumo.beetroot","c":"Constants","l":"MAIL_SMTP_HOST_KEY"},{"p":"ch.autumo.beetroot","c":"Constants","l":"MAIL_SMTP_PORT_KEY"},{"p":"ch.autumo.beetroot","c":"Constants","l":"MAIL_SMTP_TLS_ENABLE_KEY"},{"p":"ch.autumo.beetroot","c":"Constants","l":"MAIL_TRANSPORT_PROTOCOL"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"mail(String[], String, Map, String, BeetRootHTTPSession)","u":"mail(java.lang.String[],java.lang.String,java.util.Map,java.lang.String,ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.mailing","c":"JakartaMailer","l":"mail(String[], String, Map, String, BeetRootHTTPSession)","u":"mail(java.lang.String[],java.lang.String,java.util.Map,java.lang.String,ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.mailing","c":"JavaxMailer","l":"mail(String[], String, Map, String, BeetRootHTTPSession)","u":"mail(java.lang.String[],java.lang.String,java.util.Map,java.lang.String,ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.mailing","c":"Mailer","l":"mail(String[], String, Map, String, BeetRootHTTPSession)","u":"mail(java.lang.String[],java.lang.String,java.util.Map,java.lang.String,ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.mailing","c":"MailerFactory","l":"MailerFactory()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"mailformats"},{"p":"ch.autumo.beetroot.plant","c":"Plant","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"ch.autumo.beetroot.server","c":"BeetRootServer","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"ch.autumo.beetroot.utils.security","c":"PWEncoder","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"makePlural(String)","u":"makePlural(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"makeSingular(String)","u":"makeSingular(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"makeSSLContext()"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"makeSSLContext(String, char[])","u":"makeSSLContext(java.lang.String,char[])"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"makeSSLHttpClient(String, char[], RequestConfig)","u":"makeSSLHttpClient(java.lang.String,char[],org.apache.http.client.config.RequestConfig)"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"makeSSLServerSocketFactory()"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"makeSSLServerSocketFactory(String, char[])","u":"makeSSLServerSocketFactory(java.lang.String,char[])"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"makeSSLSocketFactory()"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"makeSSLSocketFactory(String, char[])","u":"makeSSLSocketFactory(java.lang.String,char[])"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"mangenta(String)","u":"mangenta(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"mapColumnsToProperties(ResultSetMetaData, BeanField[])","u":"mapColumnsToProperties(java.sql.ResultSetMetaData,ch.autumo.beetroot.utils.bean.BeanField[])"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"mapColumnsToPropertiesWithAllMethods(ResultSetMetaData, BeanField[])","u":"mapColumnsToPropertiesWithAllMethods(java.sql.ResultSetMetaData,ch.autumo.beetroot.utils.bean.BeanField[])"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.BaseRoutePrioritizer","l":"mappings"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"match(String)","u":"match(java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"MAX_CACHE_SIZE"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"MAX_MSG_SIZE"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"maxRefRecords"},{"p":"ch.autumo.beetroot.routing","c":"BeetRootDefaultRouter","l":"merge(List, List)","u":"merge(java.util.List,java.util.List)"},{"p":"ch.autumo.beetroot.routing","c":"BeetRootDefaultRouter","l":"merge(Route[], Route[])","u":"merge(ch.autumo.beetroot.routing.Route[],ch.autumo.beetroot.routing.Route[])"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"message"},{"p":"ch.autumo.beetroot.sms","c":"MessengerFactory","l":"MessengerFactory()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"Constants","l":"MIME_TYPES_MAP"},{"p":"ch.autumo.beetroot.utils.common","c":"MIME","l":"MIME()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.common","c":"MIME","l":"mimeArchiveList"},{"p":"ch.autumo.beetroot.utils.common","c":"MIME","l":"mimeOctetList"},{"p":"ch.autumo.beetroot.utils.common","c":"MIME","l":"mimeTextList"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeFile","l":"MimeTypeFile()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeFile","l":"MimeTypeFile(InputStream)","u":"%3Cinit%3E(java.io.InputStream)"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeFile","l":"MimeTypeFile(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeRegistryProviderImpl","l":"MimeTypeRegistryProviderImpl()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"MINIMUM_REFRESH_TIME"},{"p":"ch.autumo.beetroot","c":"Model","l":"Model()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"modelClass()"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"modelClass()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"modelClass()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"modelClass()"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"modelClass()"},{"p":"ch.autumo.beetroot","c":"Model","l":"modelClass()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"MSG_PART_SEPARATOR"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"MSG_PART_SEPARATOR_REGEXP"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"MSG_TYPE_ERR"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"MSG_TYPE_INFO"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"MSG_TYPE_WARN"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"name"},{"p":"ch.autumo.beetroot.annotations","c":"Column","l":"name()"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"newGlobalConnection()"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"newInstance(Class)","u":"newInstance(java.lang.Class)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.BaseRoutePrioritizer","l":"newMappingCollection()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultRoutePrioritizer","l":"newMappingCollection()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.InsertionOrderRoutePrioritizer","l":"newMappingCollection()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer","l":"newMappingCollection()"},{"p":"ch.autumo.beetroot.handler.users","c":"NewQRCodeHandler","l":"NewQRCodeHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootService","l":"newTempFileManager()"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"newTempFileManager()"},{"p":"ch.autumo.beetroot","c":"Constants","l":"NO"},{"p":"ch.autumo.beetroot.handler","c":"NoConfigHandler","l":"NoConfigHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"NoContentAndConfigHandler","l":"NoContentAndConfigHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"NoContentButRouteHandler","l":"NoContentButRouteHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"NoContentHandler","l":"NoContentHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.security.password","c":"NOOPHashProvider","l":"NOOPHashProvider()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"normalExit()"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"normalizeUri(String)","u":"normalizeUri(java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"normalizeUri(String)","u":"normalizeUri(java.lang.String)"},{"p":"ch.autumo.beetroot.crud","c":"EventHandler","l":"notifyAfterCreate(Class, int)","u":"notifyAfterCreate(java.lang.Class,int)"},{"p":"ch.autumo.beetroot.crud","c":"EventHandler","l":"notifyAfterUpdate(Class, int)","u":"notifyAfterUpdate(java.lang.Class,int)"},{"p":"ch.autumo.beetroot.crud","c":"EventHandler","l":"notifyBeforeDelete(Class, int)","u":"notifyBeforeDelete(java.lang.Class,int)"},{"p":"ch.autumo.beetroot.crud","c":"EventHandler","l":"notifyBeforeUpdate(Class, int)","u":"notifyBeforeUpdate(java.lang.Class,int)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.BaseRoutePrioritizer","l":"notImplemented"},{"p":"ch.autumo.beetroot.handler","c":"NotImplementedHandler","l":"NotImplementedHandler()","u":"%3Cinit%3E()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.NotImplementedHandler","l":"NotImplementedHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"now()"},{"p":"ch.autumo.beetroot.utils.common","c":"Time","l":"nowTimeStamp()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"object"},{"p":"ch.autumo.beetroot","c":"Constants","l":"OFF"},{"p":"ch.autumo.beetroot","c":"Constants","l":"ON"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"onOrOff(String)","u":"onOrOff(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"orange(String)","u":"orange(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"OS"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"OS()","u":"%3Cinit%3E()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultStreamHandler","l":"other(String, RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"other(java.lang.String,org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResponder","l":"other(String, RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"other(java.lang.String,org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"ch.autumo.beetroot.handler.users","c":"OtpHandler","l":"OtpHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.users","c":"OtpHandler","l":"OtpHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"OtpHandler","l":"OtpHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"overwriteParameter(String, String)","u":"overwriteParameter(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer","l":"parse()"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"parseAssociatedEntities(StringBuilder, List, BeetRootHTTPSession)","u":"parseAssociatedEntities(java.lang.StringBuilder,java.util.List,ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"parseBodyForServlet(Map, HttpServletRequest)","u":"parseBodyForServlet(java.util.Map,javax.servlet.http.HttpServletRequest)"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"parseJson(String)","u":"parseJson(java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"parseJson(String)","u":"parseJson(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"parseLang(String)","u":"parseLang(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"parseUnassociatedEntities(StringBuilder, List, BeetRootHTTPSession)","u":"parseUnassociatedEntities(java.lang.StringBuilder,java.util.List,ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"password"},{"p":"ch.autumo.beetroot.handler.users","c":"PasswordHelper","l":"PasswordHelper()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"patchInputValue(String, String, String)","u":"patchInputValue(java.lang.String,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.security.password","c":"PBKPD2HashProvider","l":"PBKPD2HashProvider()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.message.file","c":"PingDownloadRequest","l":"PING_FILE_ID"},{"p":"ch.autumo.beetroot.server.message.file","c":"PingDownloadRequest","l":"PING_FILE_PREFIX"},{"p":"ch.autumo.beetroot.server.message.file","c":"PingUploadRequest","l":"PING_FILE_PREFIX"},{"p":"ch.autumo.beetroot.server.message.file","c":"PingDownloadRequest","l":"PingDownloadRequest()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.message.file","c":"PingUploadRequest","l":"PingUploadRequest()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"pingWebsite(String)","u":"pingWebsite(java.lang.String)"},{"p":"ch.autumo.beetroot.plant","c":"Plant","l":"Plant()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"POOL_NAME_PEFIX"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"populateBean(ResultSet, Entity)","u":"populateBean(java.sql.ResultSet,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"port"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"port"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"portFileReceiver"},{"p":"ch.autumo.beetroot.server","c":"FileServer","l":"portFileReceiver"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"portFileServer"},{"p":"ch.autumo.beetroot.server","c":"FileServer","l":"portFileServer"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"portStr"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultStreamHandler","l":"post(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"post(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResponder","l":"post(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"post(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"PRECISION_INPUT_TYPES"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"prepare(BeetRootHTTPSession, Entity)","u":"prepare(ch.autumo.beetroot.BeetRootHTTPSession,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"prepare(BeetRootHTTPSession, Entity)","u":"prepare(ch.autumo.beetroot.BeetRootHTTPSession,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"prepare(BeetRootHTTPSession, Entity)","u":"prepare(ch.autumo.beetroot.BeetRootHTTPSession,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultViewHandler","l":"prepare(BeetRootHTTPSession, Entity)","u":"prepare(ch.autumo.beetroot.BeetRootHTTPSession,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"prepareHtmlWithLineBreaks(String, boolean)","u":"prepareHtmlWithLineBreaks(java.lang.String,boolean)"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"prepareHtmlWithLineBreaks(String, boolean, List>)","u":"prepareHtmlWithLineBreaks(java.lang.String,boolean,java.util.List)"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"prepareHtmlWithLineBreaks(String, boolean, List>, String...)","u":"prepareHtmlWithLineBreaks(java.lang.String,boolean,java.util.List,java.lang.String...)"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"prepareHtmlWithLineBreaks(String, boolean, String...)","u":"prepareHtmlWithLineBreaks(java.lang.String,boolean,java.lang.String...)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"printHealthStatus(boolean)"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"PRIORITY"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriRouter","l":"process(IHTTPSession)","u":"process(org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"process(Map, IHTTPSession)","u":"process(java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"processColumn(ResultSet, int, Class)","u":"processColumn(java.sql.ResultSet,int,java.lang.Class)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"processServerCommand(ServerCommand)","u":"processServerCommand(ch.autumo.beetroot.server.message.ServerCommand)"},{"p":"ch.autumo.beetroot.server","c":"FileServer","l":"processServerCommand(ServerCommand)","u":"processServerCommand(ch.autumo.beetroot.server.message.ServerCommand)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesAddHandler","l":"PropertiesAddHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesAddHandler","l":"PropertiesAddHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesDeleteHandler","l":"PropertiesDeleteHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesEditHandler","l":"PropertiesEditHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesEditHandler","l":"PropertiesEditHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesIndexHandler","l":"PropertiesIndexHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesIndexHandler","l":"PropertiesIndexHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesViewHandler","l":"PropertiesViewHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"PROPERTY_NOT_FOUND"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"Property()","u":"%3Cinit%3E()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer","l":"ProvidedPriorityRoutePrioritizer()","u":"%3Cinit%3E()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultStreamHandler","l":"put(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"put(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResponder","l":"put(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"put(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"pwEncoded"},{"p":"ch.autumo.beetroot","c":"Constants","l":"QR_IMG_SIZE"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"query(Class, String, Object[])","u":"query(java.lang.Class,java.lang.String,java.lang.Object[])"},{"p":"ch.autumo.beetroot","c":"Model","l":"read(Class, int)","u":"read(java.lang.Class,int)"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"read(DataInputStream)","u":"read(java.io.DataInputStream)"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientCommunicator","l":"readAnswer(DataInputStream)","u":"readAnswer(java.io.DataInputStream)"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"readAnswer(DataInputStream)","u":"readAnswer(java.io.DataInputStream)"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"readCommand(DataInputStream)","u":"readCommand(java.io.DataInputStream)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultViewHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler","c":"ExampleDownloadHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler.users","c":"ChangeHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler.users","c":"NewQRCodeHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler.users","c":"SettingsHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.server.communication","c":"FileTransfer","l":"readFile(DataInputStream, String, long)","u":"readFile(java.io.DataInputStream,java.lang.String,long)"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"readJsonCommand(InputStream, int)","u":"readJsonCommand(java.io.InputStream,int)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"readSnippetResource(String, Session)","u":"readSnippetResource(java.lang.String,ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"red(String)","u":"red(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"redirectedMarker(boolean)"},{"p":"ch.autumo.beetroot","c":"Session","l":"refresh()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"refreshUserRoles(int, BeetRootHTTPSession)","u":"refreshUserRoles(int,ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"registerDisplayField(String)","u":"registerDisplayField(java.lang.String)"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientCommunicator","l":"reInit()"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"reInit()"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"reInit()"},{"p":"ch.autumo.beetroot.plant","c":"Plant","l":"RELEASE"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"release()"},{"p":"ch.autumo.beetroot.server.modules.log","c":"RemoteLog","l":"RemoteLog()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"Session","l":"remove(String)","u":"remove(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"removeAllIds()"},{"p":"ch.autumo.beetroot","c":"Session","l":"removeIds(String, String)","u":"removeIds(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"removeLang(String)","u":"removeLang(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"removeMap(String)","u":"removeMap(java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.BaseRoutePrioritizer","l":"removeRoute(String)","u":"removeRoute(java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.IRoutePrioritizer","l":"removeRoute(String)","u":"removeRoute(java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"removeRoute(String)","u":"removeRoute(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"Error404Handler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"ErrorHandler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"ExampleUploadHandler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"NotImplementedHandler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler.users","c":"ChangeHandler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersAddHandler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersEditHandler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersViewHandler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"renderAll(BeetRootHTTPSession)","u":"renderAll(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"renderAll(BeetRootHTTPSession)","u":"renderAll(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"replaceAllVariables(String, Map, String)","u":"replaceAllVariables(java.lang.String,java.util.Map,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"ResetHandler","l":"ResetHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"resetToken(int)"},{"p":"ch.autumo.beetroot","c":"Session","l":"resetTwoFaLogin()"},{"p":"ch.autumo.beetroot.logging","c":"LogEventList","l":"resize()"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"RESPONSE_BUFFER_SIZE"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"RESPONSE_DOWNLOAD_BUFFER_SIZE"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"retireGlobalConnection(Connection)","u":"retireGlobalConnection(java.sql.Connection)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"retireGlobalConnection(Connection)","u":"retireGlobalConnection(java.sql.Connection)"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"Role()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesAddHandler","l":"RolesAddHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesAddHandler","l":"RolesAddHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesDeleteHandler","l":"RolesDeleteHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesEditHandler","l":"RolesEditHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesEditHandler","l":"RolesEditHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesIndexHandler","l":"RolesIndexHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesIndexHandler","l":"RolesIndexHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesIndexHandler","l":"RolesIndexHandler(String, String, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesViewHandler","l":"RolesViewHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.logging","c":"AbstractLogging","l":"rootPath"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"Route(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"Route(String, Class, Object...)","u":"%3Cinit%3E(java.lang.String,java.lang.Class,java.lang.Object...)"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"Route(String, Class, String)","u":"%3Cinit%3E(java.lang.String,java.lang.Class,java.lang.String)"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"Route(String, int, Class, Object...)","u":"%3Cinit%3E(java.lang.String,int,java.lang.Class,java.lang.Object...)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"router"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"RouterNanoHTTPD(int)","u":"%3Cinit%3E(int)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"RouterNanoHTTPD(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"ch.autumo.beetroot","c":"BeetRootClientHandler","l":"run()"},{"p":"ch.autumo.beetroot.plant","c":"Plant","l":"run(String[])","u":"run(java.lang.String[])"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"runsWithinDesktopContext()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"runsWithinServletContext()"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"safeClose(Object)","u":"safeClose(java.lang.Object)"},{"p":"ch.autumo.beetroot","c":"Model","l":"save()"},{"p":"ch.autumo.beetroot","c":"SessionManager","l":"save()"},{"p":"ch.autumo.beetroot","c":"Model","l":"save(Connection)","u":"save(java.sql.Connection)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"saveData(BeetRootHTTPSession)","u":"saveData(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"saveData(BeetRootHTTPSession)","u":"saveData(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"ExampleUploadHandler","l":"saveData(BeetRootHTTPSession)","u":"saveData(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersAddHandler","l":"saveData(BeetRootHTTPSession)","u":"saveData(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersAddHandler","l":"saveData(BeetRootHTTPSession)","u":"saveData(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot","c":"Constants","l":"SEARCH_PAGE"},{"p":"ch.autumo.beetroot","c":"Constants","l":"SEC_KEY_SEED"},{"p":"ch.autumo.beetroot","c":"Constants","l":"SECRET_USER_KEY_DEFAULT_LEN"},{"p":"ch.autumo.beetroot.transport","c":"SecureServerSocketFactory","l":"SecureServerSocketFactory(SSLServerSocketFactory, String[])","u":"%3Cinit%3E(javax.net.ssl.SSLServerSocketFactory,java.lang.String[])"},{"p":"ch.autumo.beetroot.transport","c":"SecureSocketFactory","l":"SecureSocketFactory(SSLSocketFactory, String[])","u":"%3Cinit%3E(javax.net.ssl.SSLSocketFactory,java.lang.String[])"},{"p":"ch.autumo.beetroot.utils.security","c":"Security","l":"Security()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"selectRecord(Class, int)","u":"selectRecord(java.lang.Class,int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"selectRecords(Class)","u":"selectRecords(java.lang.Class)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"selectRecords(Class, int)","u":"selectRecords(java.lang.Class,int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"selectRecords(Class, int, int)","u":"selectRecords(java.lang.Class,int,int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"selectRecords(Class, String, Object[])","u":"selectRecords(java.lang.Class,java.lang.String,java.lang.Object[])"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"selectRecords(Class, String, Object[], int)","u":"selectRecords(java.lang.Class,java.lang.String,java.lang.Object[],int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"selectRecords(Class, String, Object[], int, int)","u":"selectRecords(java.lang.Class,java.lang.String,java.lang.Object[],int,int)"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"sendFile(File)","u":"sendFile(java.io.File)"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"sendFile(File, int)","u":"sendFile(java.io.File,int)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"sendServerCommand(ServerCommand)","u":"sendServerCommand(ch.autumo.beetroot.server.message.ServerCommand)"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientCommunicator","l":"sendServerCommand(ServerCommand)","u":"sendServerCommand(ch.autumo.beetroot.server.message.ServerCommand)"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"serialize(BeanField)","u":"serialize(ch.autumo.beetroot.utils.bean.BeanField)"},{"p":"ch.autumo.beetroot.utils.database","c":"DBField","l":"serialize(DBField)","u":"serialize(ch.autumo.beetroot.utils.database.DBField)"},{"p":"ch.autumo.beetroot","c":"Model","l":"serialize(Model)","u":"serialize(ch.autumo.beetroot.Model)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"serializeObject()"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"serve(BeetRootHTTPSession, HttpServletRequest)","u":"serve(ch.autumo.beetroot.BeetRootHTTPSession,javax.servlet.http.HttpServletRequest)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"serve(IHTTPSession)","u":"serve(org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"serve(IHTTPSession)","u":"serve(org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"serveAtLast(BeetRootHTTPSession)","u":"serveAtLast(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"ServerCommand(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"ServerCommand(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"ServerCommand(String, String, String, long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,long)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"ServerCommand(String, String, String, long, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,long,java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"ServerCommand(String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"serverCommandResponse(BeetRootHTTPSession, ClientAnswer)","u":"serverCommandResponse(ch.autumo.beetroot.BeetRootHTTPSession,ch.autumo.beetroot.server.message.ClientAnswer)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"serverName"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"serverResponse(BeetRootHTTPSession, Class, Object...)","u":"serverResponse(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.Class,java.lang.Object...)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"serverSocketFactory"},{"p":"ch.autumo.beetroot","c":"BeetRootServlet","l":"service(ServletRequest, ServletResponse)","u":"service(javax.servlet.ServletRequest,javax.servlet.ServletResponse)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"servletName"},{"p":"ch.autumo.beetroot","c":"Session","l":"Session(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"set(String, Serializable)","u":"set(java.lang.String,java.io.Serializable)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setActive(boolean)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"setBaseServer(BaseServer)","u":"setBaseServer(ch.autumo.beetroot.server.BaseServer)"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"setCreated(Timestamp)","u":"setCreated(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"setCreated(Timestamp)","u":"setCreated(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setCreated(Timestamp)","u":"setCreated(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setCreated(Timestamp)","u":"setCreated(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"setCreated(Timestamp)","u":"setCreated(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"setCurrentEntityDbId(int)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setDayofmonth(String)","u":"setDayofmonth(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setDayofweek(String)","u":"setDayofweek(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"setDescription(String)","u":"setDescription(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setDownloadFile(File)","u":"setDownloadFile(java.io.File)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setDownloadFileMimeType(String)","u":"setDownloadFileMimeType(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setEmail(String)","u":"setEmail(java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"setEntity(String)","u":"setEntity(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setException(Exception)","u":"setException(java.lang.Exception)"},{"p":"ch.autumo.beetroot.server.message.file","c":"UploadRequest","l":"setFile(File)","u":"setFile(java.io.File)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setFirstname(String)","u":"setFirstname(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"setFormCsrfToken(String)","u":"setFormCsrfToken(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setGuid(String)","u":"setGuid(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setHour(String)","u":"setHour(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Entity","l":"setId(int)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setId(int)"},{"p":"ch.autumo.beetroot","c":"Model","l":"setId(int)"},{"p":"ch.autumo.beetroot","c":"Session","l":"setInternalTOTPCode(String)","u":"setInternalTOTPCode(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setLang(String)","u":"setLang(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setLastexecuted(Timestamp)","u":"setLastexecuted(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setLastname(String)","u":"setLastname(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setLaststatus(boolean)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setLasttoken(String)","u":"setLasttoken(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"setMapValue(String, String, String)","u":"setMapValue(java.lang.String,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.logging","c":"LogEventList","l":"setMaxSize(int)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setMessage(String)","u":"setMessage(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"setMessageType(int)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setMinute(String)","u":"setMinute(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"setModified(Timestamp)","u":"setModified(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"setModified(Timestamp)","u":"setModified(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setModified(Timestamp)","u":"setModified(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setModified(Timestamp)","u":"setModified(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setMonthofyear(String)","u":"setMonthofyear(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriRouter","l":"setNotFoundHandler(Class)","u":"setNotFoundHandler(java.lang.Class)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"setNotFoundHandler(Class)","u":"setNotFoundHandler(java.lang.Class)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.BaseRoutePrioritizer","l":"setNotImplemented(Class)","u":"setNotImplemented(java.lang.Class)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.IRoutePrioritizer","l":"setNotImplemented(Class)","u":"setNotImplemented(java.lang.Class)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriRouter","l":"setNotImplemented(Class)","u":"setNotImplemented(java.lang.Class)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"setNotImplementedHandler(Class)","u":"setNotImplementedHandler(java.lang.Class)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setObject(Object)","u":"setObject(java.lang.Object)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"setObject(Serializable)","u":"setObject(java.io.Serializable)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setPassword(String)","u":"setPassword(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setPath(String)","u":"setPath(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"setPermissions(String)","u":"setPermissions(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setPhone(String)","u":"setPhone(java.lang.String)"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"setPriority(int)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"setPriority(int)"},{"p":"ch.autumo.beetroot.utils","c":"UtilsException","l":"setRawMessage(String)","u":"setRawMessage(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setRole(String)","u":"setRole(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"setRoleId(int)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"setRoutePrioritizer(RouterNanoHTTPD.IRoutePrioritizer)","u":"setRoutePrioritizer(org.nanohttpd.router.RouterNanoHTTPD.IRoutePrioritizer)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriRouter","l":"setRoutePrioritizer(RouterNanoHTTPD.IRoutePrioritizer)","u":"setRoutePrioritizer(org.nanohttpd.router.RouterNanoHTTPD.IRoutePrioritizer)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setSavedId(int)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setSecretkey(String)","u":"setSecretkey(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setStatus(int)"},{"p":"ch.autumo.beetroot","c":"Model","l":"setStored(boolean)"},{"p":"ch.autumo.beetroot.handler.users","c":"SettingsHandler","l":"SettingsHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setTitle(String)","u":"setTitle(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setTwoFa(boolean)"},{"p":"ch.autumo.beetroot","c":"Session","l":"setTwoFaLogin()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setType(int)"},{"p":"ch.autumo.beetroot","c":"Session","l":"setUserData(int, String, String, String, String, String, String, String, String, boolean)","u":"setUserData(int,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,boolean)"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"setUserId(int)"},{"p":"ch.autumo.beetroot","c":"Session","l":"setUserLang(String)","u":"setUserLang(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setUsername(String)","u":"setUsername(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"setUserSettings(Map)","u":"setUserSettings(java.util.Map)"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"setValue(String)","u":"setValue(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"setVar(String, Object)","u":"setVar(java.lang.String,java.lang.Object)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"setVarAll(String, Object)","u":"setVarAll(java.lang.String,java.lang.Object)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"showMenu(Session)","u":"showMenu(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler","c":"Error404Handler","l":"showMenu(Session)","u":"showMenu(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler","c":"ErrorHandler","l":"showMenu(Session)","u":"showMenu(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"ChangeHandler","l":"showMenu(Session)","u":"showMenu(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"LoginHandler","l":"showMenu(Session)","u":"showMenu(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"LogoutHandler","l":"showMenu(Session)","u":"showMenu(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"OtpHandler","l":"showMenu(Session)","u":"showMenu(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"ResetHandler","l":"showMenu(Session)","u":"showMenu(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.sms","c":"Messenger","l":"sms(String, String)","u":"sms(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.sms","c":"TwilioMessenger","l":"sms(String, String)","u":"sms(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"SORT_BY_ID"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"SORT_BY_VALUE"},{"p":"ch.autumo.beetroot","c":"Constants","l":"SQL_BINARY_TYPES"},{"p":"ch.autumo.beetroot","c":"Constants","l":"SQL_BOOLEAN_TYPES"},{"p":"ch.autumo.beetroot","c":"Constants","l":"SQL_DATE_TYPES"},{"p":"ch.autumo.beetroot","c":"Constants","l":"SQL_NUMBER_TYPES"},{"p":"ch.autumo.beetroot","c":"Constants","l":"SQL_TEXT_TYPES"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"SSL()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"start()"},{"p":"ch.autumo.beetroot.server","c":"FileServer","l":"start()"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"start(boolean)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"start(int)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"start(int, boolean)","u":"start(int,boolean)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"startFileServer"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"startServer()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"startWebServer"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"STATE_NOT_OK"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"STATE_OK"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"STATE_WARNING"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.StaticPageHandler","l":"StaticPageHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"stop()"},{"p":"ch.autumo.beetroot.server","c":"FileServer","l":"stop()"},{"p":"ch.autumo.beetroot.server.message","c":"StopAnswer","l":"StopAnswer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"stopServer()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"store(File, String, String, String)","u":"store(java.io.File,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server.modules","c":"FileStorage","l":"store(File, String, String, String)","u":"store(java.io.File,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"storeUserSettings(Session)","u":"storeUserSettings(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"tableToClassName(String)","u":"tableToClassName(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"Task()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksAddHandler","l":"TasksAddHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksAddHandler","l":"TasksAddHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksDeleteHandler","l":"TasksDeleteHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksEditHandler","l":"TasksEditHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksEditHandler","l":"TasksEditHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksIndexHandler","l":"TasksIndexHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksIndexHandler","l":"TasksIndexHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksRESTIndexHandler","l":"TasksRESTIndexHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksRESTIndexHandler","l":"TasksRESTIndexHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksViewHandler","l":"TasksViewHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer.Help","l":"TEXT"},{"p":"ch.autumo.beetroot.utils.common","c":"Time","l":"Time()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"TIMEOUT"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"timestamp(Date)","u":"timestamp(java.sql.Date)"},{"p":"ch.autumo.beetroot.utils.common","c":"Time","l":"timeStamp(Date)","u":"timeStamp(java.util.Date)"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"tlsEnable"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"toBean(ResultSet, Class)","u":"toBean(java.sql.ResultSet,java.lang.Class)"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"toBeanList(ResultSet, Class)","u":"toBeanList(java.sql.ResultSet,java.lang.Class)"},{"p":"ch.autumo.beetroot","c":"Model","l":"toString()"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"toString()"},{"p":"ch.autumo.beetroot.utils.database","c":"DBField","l":"toString()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"toString()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"transientFields"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"translate(String, Session, Object...)","u":"translate(java.lang.String,ch.autumo.beetroot.Session,java.lang.Object...)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"translate(String, String, Object...)","u":"translate(java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"translateFullEscape(String, Session, Object...)","u":"translateFullEscape(java.lang.String,ch.autumo.beetroot.Session,java.lang.Object...)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"translateOrDefVal(String, String, Session, Object...)","u":"translateOrDefVal(java.lang.String,java.lang.String,ch.autumo.beetroot.Session,java.lang.Object...)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"translateOrDefVal(String, String, String, Object...)","u":"translateOrDefVal(java.lang.String,java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"translateTemplate(String, Session)","u":"translateTemplate(java.lang.String,ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"translateTemplate(String, Session, String[])","u":"translateTemplate(java.lang.String,ch.autumo.beetroot.Session,java.lang.String[])"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"translateTemplate(String, String, String[])","u":"translateTemplate(java.lang.String,java.lang.String,java.lang.String[])"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"translateTemplates()"},{"p":"ch.autumo.beetroot.call","c":"TwilioCaller","l":"TwilioCaller()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.sms","c":"TwilioMessenger","l":"TwilioMessenger()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.web","c":"TwoFA","l":"TwoFA()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"TYPE_ERROR"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"TYPE_FILE_DOWNLOAD"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"TYPE_FILE_NOK"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"TYPE_FILE_OK"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"TYPE_FILE_UPLOAD"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"TYPE_FORM"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"TYPE_OK"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"uniqueFields"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"uniqueFields()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"uniqueTest(BeetRootHTTPSession, String, String)","u":"uniqueTest(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Model","l":"update()"},{"p":"ch.autumo.beetroot","c":"Model","l":"update(Connection)","u":"update(java.sql.Connection)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"update(Connection, Entity, String, String)","u":"update(java.sql.Connection,ch.autumo.beetroot.Entity,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"update(Entity, String, String)","u":"update(ch.autumo.beetroot.Entity,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"updateCacheSize(long, long)","u":"updateCacheSize(long,long)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"updateData(BeetRootHTTPSession, int)","u":"updateData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"updateData(BeetRootHTTPSession, int)","u":"updateData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler.users","c":"ChangeHandler","l":"updateData(BeetRootHTTPSession, int)","u":"updateData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersEditHandler","l":"updateData(BeetRootHTTPSession, int)","u":"updateData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler.users","c":"ResetHandler","l":"updateData(BeetRootHTTPSession, int)","u":"updateData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersEditHandler","l":"updateData(BeetRootHTTPSession, int)","u":"updateData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"updateLanguage(String, int)","u":"updateLanguage(java.lang.String,int)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"updateLanguage(String, Session)","u":"updateLanguage(java.lang.String,ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"updateModel(Entity, Map>)","u":"updateModel(ch.autumo.beetroot.Entity,java.util.Map)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"updateModel(Entity, Map>)","u":"updateModel(ch.autumo.beetroot.Entity,java.util.Map)"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"updateParameter(String, String)","u":"updateParameter(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"updateProperty(String, String)","u":"updateProperty(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"updateSecretUserKey(int, String)","u":"updateSecretUserKey(int,java.lang.String)"},{"p":"ch.autumo.beetroot.server.action","c":"Upload","l":"Upload(long, String, String, String, String)","u":"%3Cinit%3E(long,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server.message.file","c":"UploadRequest","l":"UploadRequest(File, String, String)","u":"%3Cinit%3E(java.io.File,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer","l":"UPPER_ENTITIES_NAME"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer","l":"UPPER_ENTITIES_NAME_PLURAL"},{"p":"ch.autumo.beetroot","c":"Constants","l":"URI_SRV_CMD"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"UriResource(String, Class, Object...)","u":"%3Cinit%3E(java.lang.String,java.lang.Class,java.lang.Object...)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"UriResource(String, int, Class, Object...)","u":"%3Cinit%3E(java.lang.String,int,java.lang.Class,java.lang.Object...)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriRouter","l":"UriRouter()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"URL_SEPARATOR"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"useCsrf()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"useExtendedRoles()"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"user"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"USER_AGENT"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"USER_HOME"},{"p":"ch.autumo.beetroot","c":"Constants","l":"USER_SETTINGS_URL_PART"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"User()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersViewHandler","l":"userName"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"UserRole()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersAddHandler","l":"UsersAddHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersAddHandler","l":"UsersAddHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersDeleteHandler","l":"UsersDeleteHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersEditHandler","l":"UsersEditHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersEditHandler","l":"UsersEditHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersIndexHandler","l":"UsersIndexHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersIndexHandler","l":"UsersIndexHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersViewHandler","l":"UsersViewHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.utils","c":"UtilsException","l":"UtilsException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.utils","c":"UtilsException","l":"UtilsException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.utils","c":"UtilsException","l":"UtilsException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"ch.autumo.beetroot.security.password","c":"Argon2HashProvider","l":"verify(String, String)","u":"verify(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.security.password","c":"NOOPHashProvider","l":"verify(String, String)","u":"verify(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.security.password","c":"PasswordHashProvider","l":"verify(String, String)","u":"verify(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.security.password","c":"PBKPD2HashProvider","l":"verify(String, String)","u":"verify(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.security","c":"Security","l":"verifyPw(String, String)","u":"verifyPw(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"VIRTUAL_TMP_PATH"},{"p":"ch.autumo.beetroot","c":"Model","l":"where(Class, String, Object)","u":"where(java.lang.Class,java.lang.String,java.lang.Object)"},{"p":"ch.autumo.beetroot","c":"Model","l":"where(Class, String, Object[])","u":"where(java.lang.Class,java.lang.String,java.lang.Object[])"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"white(String)","u":"white(java.lang.String)"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"WIN_APPDATA_FOLDER"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer","l":"write(String)","u":"write(java.lang.String)"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"writeAnswer(ClientAnswer, DataOutputStream)","u":"writeAnswer(ch.autumo.beetroot.server.message.ClientAnswer,java.io.DataOutputStream)"},{"p":"ch.autumo.beetroot.server.communication","c":"FileTransfer","l":"writeFile(Download, DataOutputStream)","u":"writeFile(ch.autumo.beetroot.server.action.Download,java.io.DataOutputStream)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"yellow(String)","u":"yellow(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Constants","l":"YES"}];updateSearchResults(); \ No newline at end of file +memberSearchIndex = [{"p":"ch.autumo.beetroot","c":"AbstractBeetRootServlet","l":"AbstractBeetRootServlet()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.logging","c":"AbstractLogging","l":"AbstractLogging()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"AbstractMailer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"AbstractMessage()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"AbstractMessage(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"action"},{"p":"ch.autumo.beetroot.logging","c":"LogEventList","l":"add(LogEvent)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"addAdditionalActions(Session, String, String, int, String)","u":"addAdditionalActions(ch.autumo.beetroot.Session,java.lang.String,java.lang.String,int,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"addCheckBox(BeetRootHTTPSession, String)","u":"addCheckBox(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String)"},{"p":"ch.autumo.beetroot.crud","c":"EventHandler","l":"addCreateListener(Class, CreateListener)","u":"addCreateListener(java.lang.Class,ch.autumo.beetroot.crud.CreateListener)"},{"p":"ch.autumo.beetroot.crud","c":"EventHandler","l":"addDeleteListener(Class, DeleteListener)","u":"addDeleteListener(java.lang.Class,ch.autumo.beetroot.crud.DeleteListener)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"addErrorMessage(String)","u":"addErrorMessage(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"addFiles(Map)","u":"addFiles(java.util.Map)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"addHtmlDataLine(String)","u":"addHtmlDataLine(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"addHtmlHeadLine(String)","u":"addHtmlHeadLine(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"addMappings()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"addMappings()"},{"p":"ch.autumo.beetroot","c":"Session","l":"addOrUpdateUserSetting(String, String)","u":"addOrUpdateUserSetting(java.lang.String,java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"addRoute(String, Class, Object...)","u":"addRoute(java.lang.String,java.lang.Class,java.lang.Object...)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"addRoute(String, int, Class, Object...)","u":"addRoute(java.lang.String,int,java.lang.Class,java.lang.Object...)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.BaseRoutePrioritizer","l":"addRoute(String, int, Class, Object...)","u":"addRoute(java.lang.String,int,java.lang.Class,java.lang.Object...)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.IRoutePrioritizer","l":"addRoute(String, int, Class, Object...)","u":"addRoute(java.lang.String,int,java.lang.Class,java.lang.Object...)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer","l":"addRoute(String, int, Class, Object...)","u":"addRoute(java.lang.String,int,java.lang.Class,java.lang.Object...)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriRouter","l":"addRoute(String, int, Class, Object...)","u":"addRoute(java.lang.String,int,java.lang.Class,java.lang.Object...)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"addSuccessMessage(String)","u":"addSuccessMessage(java.lang.String)"},{"p":"ch.autumo.beetroot.server","c":"FileServer","l":"addToDownloadQueue(Download)","u":"addToDownloadQueue(ch.autumo.beetroot.server.action.Download)"},{"p":"ch.autumo.beetroot.server","c":"FileServer","l":"addToUploadQueue(Upload)","u":"addToUploadQueue(ch.autumo.beetroot.server.action.Upload)"},{"p":"ch.autumo.beetroot.crud","c":"EventHandler","l":"addUpdateListener(Class, UpdateListener)","u":"addUpdateListener(java.lang.Class,ch.autumo.beetroot.crud.UpdateListener)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"addWarningMessage(String)","u":"addWarningMessage(java.lang.String)"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"adjustRefDisplayName(String)","u":"adjustRefDisplayName(java.lang.String)"},{"p":"ch.autumo.beetroot.crud","c":"CreateListener","l":"afterCreate(Model)","u":"afterCreate(ch.autumo.beetroot.Model)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"afterStart()"},{"p":"ch.autumo.beetroot.server","c":"BeetRootServer","l":"afterStart()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"afterStop()"},{"p":"ch.autumo.beetroot.server","c":"BeetRootServer","l":"afterStop()"},{"p":"ch.autumo.beetroot.crud","c":"UpdateListener","l":"afterUpdate(Model)","u":"afterUpdate(ch.autumo.beetroot.Model)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"ansiErrServerName"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"ansiServerName"},{"p":"ch.autumo.beetroot","c":"Constants","l":"APP_VERSION"},{"p":"ch.autumo.beetroot.logging","c":"LogEventAppender","l":"append(LogEvent)","u":"append(org.apache.logging.log4j.core.LogEvent)"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeFile","l":"appendToRegistry(String)","u":"appendToRegistry(java.lang.String)"},{"p":"ch.autumo.beetroot.security.password","c":"Argon2HashProvider","l":"Argon2HashProvider()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.common","c":"LowerCaseList","l":"asList(String[])","u":"asList(java.lang.String[])"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"auth"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"BaseHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"BaseHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.BaseRoutePrioritizer","l":"BaseRoutePrioritizer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"BaseServer(String[])","u":"%3Cinit%3E(java.lang.String[])"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"BeanField(String, String, Class, boolean, boolean, Method, Method)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Class,boolean,boolean,java.lang.reflect.Method,java.lang.reflect.Method)"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"BeanProcessor()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"beanPropertyName2DbName(String)","u":"beanPropertyName2DbName(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"Beans()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"BeetRootClientHandler","l":"BeetRootClientHandler(BeetRootWebServer, InputStream, Socket)","u":"%3Cinit%3E(ch.autumo.beetroot.BeetRootWebServer,java.io.InputStream,java.net.Socket)"},{"p":"ch.autumo.beetroot.routing","c":"BeetRootDefaultRouter","l":"BeetRootDefaultRouter()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"BeetRootHTTPSession(NanoHTTPD, ITempFileManager, InputStream, OutputStream)","u":"%3Cinit%3E(org.nanohttpd.protocols.http.NanoHTTPD,org.nanohttpd.protocols.http.tempfiles.ITempFileManager,java.io.InputStream,java.io.OutputStream)"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"BeetRootHTTPSession(NanoHTTPD, ITempFileManager, InputStream, OutputStream, InetAddress)","u":"%3Cinit%3E(org.nanohttpd.protocols.http.NanoHTTPD,org.nanohttpd.protocols.http.tempfiles.ITempFileManager,java.io.InputStream,java.io.OutputStream,java.net.InetAddress)"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"BeetRootHTTPSession(String, ITempFileManager, InputStream)","u":"%3Cinit%3E(java.lang.String,org.nanohttpd.protocols.http.tempfiles.ITempFileManager,java.io.InputStream)"},{"p":"ch.autumo.beetroot.server","c":"BeetRootServer","l":"BeetRootServer(String[])","u":"%3Cinit%3E(java.lang.String[])"},{"p":"ch.autumo.beetroot","c":"BeetRootServlet","l":"BeetRootServlet()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"BeetRootWebServer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"BeetRootWebServer(int)","u":"%3Cinit%3E(int)"},{"p":"ch.autumo.beetroot.crud","c":"DeleteListener","l":"beforeDelete(Model)","u":"beforeDelete(ch.autumo.beetroot.Model)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"beforeStart()"},{"p":"ch.autumo.beetroot.server","c":"BeetRootServer","l":"beforeStart()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"beforeStop()"},{"p":"ch.autumo.beetroot.server","c":"BeetRootServer","l":"beforeStop()"},{"p":"ch.autumo.beetroot.crud","c":"UpdateListener","l":"beforeUpdate(Model)","u":"beforeUpdate(ch.autumo.beetroot.Model)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"black(String)","u":"black(java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"BUFFER_LIMIT"},{"p":"ch.autumo.beetroot.server.communication","c":"FileTransfer","l":"bufferLen"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"bytesToHex(byte[])"},{"p":"ch.autumo.beetroot.call","c":"Caller","l":"call(String, String)","u":"call(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.call","c":"TwilioCaller","l":"call(String, String)","u":"call(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.call","c":"CallerFactory","l":"CallerFactory()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"CFG_KEY_DS_EXT_JNDI"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"CFG_KEY_DS_INT_DSCN"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"changeAllowed(Session)","u":"changeAllowed(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksIndexHandler","l":"changeAllowed(Session)","u":"changeAllowed(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"ChangeHandler","l":"ChangeHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"checkHttpResponse(CloseableHttpResponse)","u":"checkHttpResponse(org.apache.http.client.methods.CloseableHttpResponse)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"classNameToTable(String)","u":"classNameToTable(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"classToRefBeanId(Class)","u":"classToRefBeanId(java.lang.Class)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"classToRefDbId(Class)","u":"classToRefDbId(java.lang.Class)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"classToTable(Class)","u":"classToTable(java.lang.Class)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"clear()"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"clear()"},{"p":"ch.autumo.beetroot","c":"Session","l":"clearInternalTOTPCode()"},{"p":"ch.autumo.beetroot","c":"Session","l":"clearUserData()"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"ClientAnswer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"ClientAnswer(int)","u":"%3Cinit%3E(int)"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"ClientAnswer(int, String, String, long, String)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String,long,java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"ClientAnswer(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"ClientAnswer(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"ClientAnswer(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"ClientAnswer(String, String, long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long)"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientCommunicator","l":"ClientCommunicator()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"ClientFileTransfer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"Model","l":"clone()"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"CMD_FILE_DELETE"},{"p":"ch.autumo.beetroot.server.communication","c":"FileTransfer","l":"CMD_FILE_GET"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"CMD_FILE_RECEIVE_REQUEST"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"CMD_FILE_REQUEST"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"CMD_HEALTH"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"CMD_STOP"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"Colors()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"columns"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"columns()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"columnsSize()"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"Communicator()","u":"%3Cinit%3E()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"compareTo(RouterNanoHTTPD.UriResource)","u":"compareTo(org.nanohttpd.router.RouterNanoHTTPD.UriResource)"},{"p":"ch.autumo.beetroot","c":"Constants","l":"CONFIG_PATH"},{"p":"ch.autumo.beetroot","c":"Constants","l":"Constants()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"Session","l":"consumeFiles()"},{"p":"ch.autumo.beetroot.utils.common","c":"LowerCaseList","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"containsResource(String)","u":"containsResource(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler.IfSectionHandler","l":"continueRemoval(String, Session, String)","u":"continueRemoval(java.lang.String,ch.autumo.beetroot.Session,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"countRecords(String)","u":"countRecords(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"countRows(Class)","u":"countRows(java.lang.Class)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"countRows(String)","u":"countRows(java.lang.String)"},{"p":"ch.autumo.beetroot.transport","c":"DefaultServerSocketFactory","l":"create(int)"},{"p":"ch.autumo.beetroot.transport","c":"SecureServerSocketFactory","l":"create(int)"},{"p":"ch.autumo.beetroot.transport","c":"ServerSocketFactory","l":"create(int)"},{"p":"ch.autumo.beetroot.transport","c":"DefaultSocketFactory","l":"create(String, int)","u":"create(java.lang.String,int)"},{"p":"ch.autumo.beetroot.transport","c":"SecureSocketFactory","l":"create(String, int)","u":"create(java.lang.String,int)"},{"p":"ch.autumo.beetroot.transport","c":"SocketFactory","l":"create(String, int)","u":"create(java.lang.String,int)"},{"p":"ch.autumo.beetroot.utils.web","c":"TwoFA","l":"create6DigitTOTPCode(String)","u":"create6DigitTOTPCode(java.lang.String)"},{"p":"ch.autumo.beetroot.logging","c":"LogEventAppender","l":"createAppender(String)","u":"createAppender(java.lang.String)"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"createBanner(String, Attribute)","u":"createBanner(java.lang.String,com.diogonunes.jcolor.Attribute)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"createBean(Class)","u":"createBean(java.lang.Class)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"createBean(Class, ResultSet)","u":"createBean(java.lang.Class,java.sql.ResultSet)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"createBean(Class, ResultSet, BeanProcessor)","u":"createBean(java.lang.Class,java.sql.ResultSet,ch.autumo.beetroot.utils.bean.BeanProcessor)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"createClientHandler(Socket, InputStream)","u":"createClientHandler(java.net.Socket,java.io.InputStream)"},{"p":"ch.autumo.beetroot","c":"Session","l":"createIdPair(int, String)","u":"createIdPair(int,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.web","c":"TwoFA","l":"createQRCode(String, int, int)","u":"createQRCode(java.lang.String,int,int)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"createResponse()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"createResponse(String)","u":"createResponse(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.web","c":"TwoFA","l":"createSecretUserKey()"},{"p":"ch.autumo.beetroot.utils.web","c":"TwoFA","l":"createSecretUserKey(int)"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"createTemporaryFile(String)","u":"createTemporaryFile(java.lang.String)"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer","l":"cruds"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"customOperation(String, String[])","u":"customOperation(java.lang.String,java.lang.String[])"},{"p":"ch.autumo.beetroot.handler","c":"CustomResponseHandler","l":"CustomResponseHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"cyan(String)","u":"cyan(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"darkBlack(String)","u":"darkBlack(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"darkCyan(String)","u":"darkCyan(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"darkGreen(String)","u":"darkGreen(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"darkMangenta(String)","u":"darkMangenta(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"darkRed(String)","u":"darkRed(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"darkWhite(String)","u":"darkWhite(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"darkYellow(String)","u":"darkYellow(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"DB()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.database","c":"DBField","l":"DBField(String, String, boolean, boolean, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,boolean,boolean,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.security","c":"Security","l":"decode(String, SecureApplication)","u":"decode(java.lang.String,ch.autumo.beetroot.security.SecureApplication)"},{"p":"ch.autumo.beetroot.utils.security","c":"Security","l":"decodeCom(String, SecureApplication)","u":"decodeCom(java.lang.String,ch.autumo.beetroot.security.SecureApplication)"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"DEF_VAL_CASE"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"DEF_VAL_DB2LOWER"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"DEF_VAL_MODE"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"DEF_VAL_NON_KEYWORDS"},{"p":"ch.autumo.beetroot.server.communication","c":"FileTransfer","l":"DEFAULT_BUFFER_LEN"},{"p":"ch.autumo.beetroot.server.communication","c":"FileTransfer","l":"DEFAULT_FILE_RECEIVER_PORT"},{"p":"ch.autumo.beetroot.server.communication","c":"FileTransfer","l":"DEFAULT_FILE_SERVER_PORT"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"DEFAULT_LANG"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"DEFAULT_LOG_SIZE"},{"p":"ch.autumo.beetroot.logging","c":"LogEventAppender","l":"DEFAULT_LOG_SIZE"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"DEFAULT_PRIORITY"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"DEFAULT_REFRESH_TIME"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"DefaultAddHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"DefaultAddHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultDeleteHandler","l":"DefaultDeleteHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"DefaultEditHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"DefaultEditHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultHandler","l":"DefaultHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"DefaultIndexHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"DefaultIndexHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"DefaultIndexHandler(String, String, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"DefaultRESTIndexHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"DefaultRESTIndexHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultRoutePrioritizer","l":"DefaultRoutePrioritizer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.transport","c":"DefaultServerSocketFactory","l":"DefaultServerSocketFactory()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.transport","c":"DefaultSocketFactory","l":"DefaultSocketFactory()","u":"%3Cinit%3E()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultStreamHandler","l":"DefaultStreamHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultViewHandler","l":"DefaultViewHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Model","l":"delete()"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"delete(Class, int)","u":"delete(java.lang.Class,int)"},{"p":"ch.autumo.beetroot","c":"Model","l":"delete(Connection)","u":"delete(java.sql.Connection)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"delete(Connection, Entity)","u":"delete(java.sql.Connection,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"delete(Connection, Model, Set)","u":"delete(java.sql.Connection,ch.autumo.beetroot.Model,java.util.Set)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"delete(Connection, String, int)","u":"delete(java.sql.Connection,java.lang.String,int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"delete(Entity)","u":"delete(ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"delete(Model)","u":"delete(ch.autumo.beetroot.Model)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"delete(Model, Set)","u":"delete(ch.autumo.beetroot.Model,java.util.Set)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultStreamHandler","l":"delete(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"delete(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResponder","l":"delete(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"delete(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"delete(String, int)","u":"delete(java.lang.String,int)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"delete(String, String)","u":"delete(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server.modules","c":"FileStorage","l":"delete(String, String)","u":"delete(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"deleteAllowed(Session)","u":"deleteAllowed(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksIndexHandler","l":"deleteAllowed(Session)","u":"deleteAllowed(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersIndexHandler","l":"deleteAllowed(Session)","u":"deleteAllowed(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot","c":"Session","l":"deleteAllParameters()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"deleteData(BeetRootHTTPSession, int)","u":"deleteData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultDeleteHandler","l":"deleteData(BeetRootHTTPSession, int)","u":"deleteData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesDeleteHandler","l":"deleteData(BeetRootHTTPSession, int)","u":"deleteData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.server.message.file","c":"DeleteRequest","l":"DeleteRequest(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"deleteUserSetting(String)","u":"deleteUserSetting(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"describeTable(String)","u":"describeTable(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Model","l":"deserialize(String)","u":"deserialize(java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"deserializeObject(String)","u":"deserializeObject(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"AbstractBeetRootServlet","l":"destroy()"},{"p":"ch.autumo.beetroot","c":"BeetRootService","l":"destroy()"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"destroy()"},{"p":"ch.autumo.beetroot","c":"Session","l":"destroy(CookieHandler)","u":"destroy(org.nanohttpd.protocols.http.content.CookieHandler)"},{"p":"ch.autumo.beetroot","c":"SessionManager","l":"destroy(String, CookieHandler)","u":"destroy(java.lang.String,org.nanohttpd.protocols.http.content.CookieHandler)"},{"p":"ch.autumo.beetroot","c":"Session","l":"destroyDelete(CookieHandler)","u":"destroyDelete(org.nanohttpd.protocols.http.content.CookieHandler)"},{"p":"ch.autumo.beetroot","c":"SessionManager","l":"destroyDelete(String, CookieHandler)","u":"destroyDelete(java.lang.String,org.nanohttpd.protocols.http.content.CookieHandler)"},{"p":"ch.autumo.beetroot.server.modules","c":"Dispatcher","l":"dispatch(ServerCommand)","u":"dispatch(ch.autumo.beetroot.server.message.ServerCommand)"},{"p":"ch.autumo.beetroot.server.modules.log","c":"LogDispatcher","l":"dispatch(ServerCommand)","u":"dispatch(ch.autumo.beetroot.server.message.ServerCommand)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"DISPATCHER_ID_INTERNAL"},{"p":"ch.autumo.beetroot","c":"BeetRootServlet","l":"doGet(HttpServletRequest, HttpServletResponse)","u":"doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"domain"},{"p":"ch.autumo.beetroot","c":"BeetRootServlet","l":"doPost(HttpServletRequest, HttpServletResponse)","u":"doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)"},{"p":"ch.autumo.beetroot","c":"BeetRootServlet","l":"doPut(HttpServletRequest, HttpServletResponse)","u":"doPut(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)"},{"p":"ch.autumo.beetroot.server.action","c":"Download","l":"Download(String, String, File, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.io.File,java.lang.String)"},{"p":"ch.autumo.beetroot.server.message.file","c":"DownloadRequest","l":"DownloadRequest(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.mailing","c":"Mailer","l":"EMAIL_PATTERN"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"emptyBean"},{"p":"ch.autumo.beetroot.utils.security","c":"Security","l":"encode(String, SecureApplication)","u":"encode(java.lang.String,ch.autumo.beetroot.security.SecureApplication)"},{"p":"ch.autumo.beetroot.utils.security","c":"Security","l":"encodeCom(String, SecureApplication)","u":"encodeCom(java.lang.String,ch.autumo.beetroot.security.SecureApplication)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"ENCRYPT"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"enrichQuery(String, String, Object)","u":"enrichQuery(java.lang.String,java.lang.String,java.lang.Object)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"entity"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"entity"},{"p":"ch.autumo.beetroot.server.action","c":"Upload","l":"ENTITY_DIVIDER_FILENAME_CHECKSUM"},{"p":"ch.autumo.beetroot.server.message.file","c":"UploadRequest","l":"ENTITY_DIVIDER_FILENAME_CHECKSUM"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ch.autumo.beetroot","c":"Model","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ch.autumo.beetroot.server.action","c":"Download","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ch.autumo.beetroot.server.action","c":"Upload","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ch.autumo.beetroot.handler","c":"Error404Handler","l":"Error404Handler()","u":"%3Cinit%3E()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.Error404UriHandler","l":"Error404UriHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"errorExit()"},{"p":"ch.autumo.beetroot.handler","c":"ErrorHandler","l":"ErrorHandler(Status, String, String)","u":"%3Cinit%3E(org.nanohttpd.protocols.http.response.Status,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"escapeHtml(String)","u":"escapeHtml(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"escapeHtmlReserved(String)","u":"escapeHtmlReserved(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"escapeValuesForDb(String)","u":"escapeValuesForDb(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"ExampleDownloadHandler","l":"ExampleDownloadHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"ExampleDownloadHandler","l":"ExampleDownloadHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"ExampleUploadHandler","l":"ExampleUploadHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"ExampleUploadHandler","l":"ExampleUploadHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer","l":"execute()"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"executeForServlet(BeetRootService, HttpServletRequest, HttpServletResponse)","u":"executeForServlet(ch.autumo.beetroot.BeetRootService,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)"},{"p":"ch.autumo.beetroot","c":"Model","l":"exists(Class, int)","u":"exists(java.lang.Class,int)"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"exit(int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"extractCustomSingleInputDiv(BeetRootHTTPSession, String, ResultSetMetaData, String, String, int)","u":"extractCustomSingleInputDiv(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String,java.sql.ResultSetMetaData,java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"extractCustomSingleInputDiv(BeetRootHTTPSession, String, ResultSetMetaData, String, String, int)","u":"extractCustomSingleInputDiv(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String,java.sql.ResultSetMetaData,java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersAddHandler","l":"extractCustomSingleInputDiv(BeetRootHTTPSession, String, ResultSetMetaData, String, String, int)","u":"extractCustomSingleInputDiv(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String,java.sql.ResultSetMetaData,java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersEditHandler","l":"extractCustomSingleInputDiv(BeetRootHTTPSession, String, ResultSetMetaData, String, String, int)","u":"extractCustomSingleInputDiv(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String,java.sql.ResultSetMetaData,java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"extractCustomSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractCustomSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultViewHandler","l":"extractCustomSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractCustomSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"extractSingleInputDiv(BeetRootHTTPSession, Map, ResultSetMetaData, String, String, int)","u":"extractSingleInputDiv(ch.autumo.beetroot.BeetRootHTTPSession,java.util.Map,java.sql.ResultSetMetaData,java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"extractSingleInputDiv(BeetRootHTTPSession, Map, ResultSetMetaData, String, String, int)","u":"extractSingleInputDiv(ch.autumo.beetroot.BeetRootHTTPSession,java.util.Map,java.sql.ResultSetMetaData,java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"extractSingleInputDiv(BeetRootHTTPSession, ResultSet, Entity, String, String, int)","u":"extractSingleInputDiv(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,ch.autumo.beetroot.Entity,java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"extractSingleInputDiv(BeetRootHTTPSession, ResultSetMetaData, String, String, int)","u":"extractSingleInputDiv(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSetMetaData,java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultViewHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesIndexHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesViewHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesIndexHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesViewHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksIndexHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksViewHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersIndexHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersViewHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersIndexHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersViewHandler","l":"extractSingleTableData(BeetRootHTTPSession, ResultSet, String, int, Entity)","u":"extractSingleTableData(ch.autumo.beetroot.BeetRootHTTPSession,java.sql.ResultSet,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersAddHandler","l":"ExtUsersAddHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersAddHandler","l":"ExtUsersAddHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersDeleteHandler","l":"ExtUsersDeleteHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersEditHandler","l":"ExtUsersEditHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersEditHandler","l":"ExtUsersEditHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersIndexHandler","l":"ExtUsersIndexHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersIndexHandler","l":"ExtUsersIndexHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersViewHandler","l":"ExtUsersViewHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"fatalExit()"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"FEAT_CASE_INSENSITIVE_IDENTIFIERS"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"FEAT_DATABASE_TO_LOWER"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"FEAT_MODE"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"FEAT_NON_KEYWORDS"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer","l":"Fertilizer(String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer.FertilizerException","l":"FertilizerException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer.FertilizerException","l":"FertilizerException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"FILE_SEPARATOR"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"FILE_SEPARATOR"},{"p":"ch.autumo.beetroot.server.action","c":"FileAction","l":"FileAction(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server.message.file","c":"FileAnswer","l":"FileAnswer(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"ch.autumo.beetroot.server.message.file","c":"FileAnswer","l":"FileAnswer(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"FileCache(Path, ContentType)","u":"%3Cinit%3E(java.nio.file.Path,org.nanohttpd.protocols.http.content.ContentType)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"FileCache(Path, ContentType, boolean)","u":"%3Cinit%3E(java.nio.file.Path,org.nanohttpd.protocols.http.content.ContentType,boolean)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"FileCache(Path, String)","u":"%3Cinit%3E(java.nio.file.Path,java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"FileCache(Path, String, boolean)","u":"%3Cinit%3E(java.nio.file.Path,java.lang.String,boolean)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"FileCache(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"FileCache(String, ContentType)","u":"%3Cinit%3E(java.lang.String,org.nanohttpd.protocols.http.content.ContentType)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"FileCache(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"FileCacheManager()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"fileId"},{"p":"ch.autumo.beetroot.server","c":"FileServer","l":"FileServer(BaseServer, FileStorage)","u":"%3Cinit%3E(ch.autumo.beetroot.server.BaseServer,ch.autumo.beetroot.server.modules.FileStorage)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.StaticPageHandler","l":"fileToInputStream(File)","u":"fileToInputStream(java.io.File)"},{"p":"ch.autumo.beetroot.server.communication","c":"FileTransfer","l":"FileTransfer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"findFile(String, String)","u":"findFile(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server.modules","c":"FileStorage","l":"findFile(String, String)","u":"findFile(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Model","l":"findFirst(Class, String, Object)","u":"findFirst(java.lang.Class,java.lang.String,java.lang.Object)"},{"p":"ch.autumo.beetroot","c":"Model","l":"findFirst(Class, String, Object[])","u":"findFirst(java.lang.Class,java.lang.String,java.lang.Object[])"},{"p":"ch.autumo.beetroot","c":"SessionManager","l":"findOrCreate(BeetRootHTTPSession)","u":"findOrCreate(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"findOrCreate(Path)","u":"findOrCreate(java.nio.file.Path)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"findOrCreate(Path, boolean)","u":"findOrCreate(java.nio.file.Path,boolean)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"findOrCreate(String)","u":"findOrCreate(java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"findOrCreate(String, boolean)","u":"findOrCreate(java.lang.String,boolean)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"findOrCreate(URI)","u":"findOrCreate(java.net.URI)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"findOrCreate(URL)","u":"findOrCreate(java.net.URL)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"findOrCreateByResource(String)","u":"findOrCreateByResource(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"AbstractBeetRootServlet","l":"findOrCreateHttpSession(HttpServletRequest)","u":"findOrCreateHttpSession(javax.servlet.http.HttpServletRequest)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"forceSockets()"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"foregroundColorize(String, Attribute)","u":"foregroundColorize(java.lang.String,com.diogonunes.jcolor.Attribute)"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"format(LogEvent)","u":"format(org.apache.logging.log4j.core.LogEvent)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"formatSingleValueForDB(BeetRootHTTPSession, String, String)","u":"formatSingleValueForDB(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"formatSingleValueForDB(BeetRootHTTPSession, String, String)","u":"formatSingleValueForDB(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"formatSingleValueForDB(BeetRootHTTPSession, String, String)","u":"formatSingleValueForDB(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"formatSingleValueForGUI(BeetRootHTTPSession, String, String, int, Entity)","u":"formatSingleValueForGUI(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String,java.lang.String,int,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"from"},{"p":"ch.autumo.beetroot","c":"Constants","l":"GENERAL_SRV_CFG_FILE"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.GeneralHandler","l":"GeneralHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.systen","c":"GUIDGenerator","l":"generate()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"generateActionsTableData(Session, String, Entity, String, int, String)","u":"generateActionsTableData(ch.autumo.beetroot.Session,java.lang.String,ch.autumo.beetroot.Entity,java.lang.String,int,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.security","c":"Security","l":"generateCSRFToken(SecureApplication)","u":"generateCSRFToken(ch.autumo.beetroot.security.SecureApplication)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"get(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"get(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultHandler","l":"get(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"get(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultStreamHandler","l":"get(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"get(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.GeneralHandler","l":"get(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"get(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.StaticPageHandler","l":"get(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"get(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResponder","l":"get(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"get(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"ch.autumo.beetroot","c":"Model","l":"get(String)","u":"get(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"get(String)","u":"get(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersViewHandler","l":"get2FAQRImage(BeetRootHTTPSession, User)","u":"get2FAQRImage(ch.autumo.beetroot.BeetRootHTTPSession,ch.autumo.beetroot.handler.users.User)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getActive()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"getAddMandatoryFields()"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesAddHandler","l":"getAddMandatoryFields()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesAddHandler","l":"getAddMandatoryFields()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksAddHandler","l":"getAddMandatoryFields()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersAddHandler","l":"getAddMandatoryFields()"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"getAnswer()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getAppRoles()"},{"p":"ch.autumo.beetroot","c":"Model","l":"getAssociatedReference(Class)","u":"getAssociatedReference(java.lang.Class)"},{"p":"ch.autumo.beetroot","c":"Model","l":"getAssociatedReference(String)","u":"getAssociatedReference(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"getAsyncRunner()"},{"p":"ch.autumo.beetroot.transport","c":"SecureServerSocketFactory","l":"getBaseServerSocketFactory()"},{"p":"ch.autumo.beetroot.transport","c":"SecureSocketFactory","l":"getBaseSocketFactory()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultDeleteHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultViewHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesAddHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesEditHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesIndexHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesViewHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesAddHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesDeleteHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesEditHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesIndexHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesViewHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksAddHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksEditHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksIndexHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksRESTIndexHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksViewHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersAddHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersEditHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersIndexHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersViewHandler","l":"getBeanClass()"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"getBeanFields(Class)","u":"getBeanFields(java.lang.Class)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"getBeanFieldsAsArray(Class)","u":"getBeanFieldsAsArray(java.lang.Class)"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"getBeanName()"},{"p":"ch.autumo.beetroot","c":"AbstractBeetRootServlet","l":"getBeetRootService()"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"getBlockResource(String, Session)","u":"getBlockResource(java.lang.String,ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"getBooleanDatabaseMappingValue(boolean)"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeRegistryProviderImpl","l":"getByFileName(String)","u":"getByFileName(java.lang.String)"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeRegistryProviderImpl","l":"getByInputStream(InputStream)","u":"getByInputStream(java.io.InputStream)"},{"p":"ch.autumo.beetroot.server.action","c":"Upload","l":"getCheckSum()"},{"p":"ch.autumo.beetroot.utils","c":"UtilsException","l":"getCode()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getColumn(int)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getColumnsForSql()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getColumnsForSql(boolean)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"getCommand()"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"getConfiguredLanguages()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getConnection()"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"getCreated()"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"getCreated()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getCreated()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getCreated()"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"getCreated()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getCreated()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getCurrentEntityDbId()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getCurrentSession()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getCustomizedExceptionInformation(Session)","u":"getCustomizedExceptionInformation(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"getData()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getData()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getData()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultHandler","l":"getData()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultStreamHandler","l":"getData()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getDataLength()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getDataSource()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getDataSourceClassName()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getDayofmonth()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getDayofweek()"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"getDbName()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getDecodedString(String, SecureApplication)","u":"getDecodedString(java.lang.String,ch.autumo.beetroot.security.SecureApplication)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"getDefaultHandlerClass()"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"getDefaultHandlerEntity()"},{"p":"ch.autumo.beetroot.routing","c":"BeetRootDefaultRouter","l":"getDefaultRoutes()"},{"p":"ch.autumo.beetroot.routing","c":"Router","l":"getDefaultRoutes()"},{"p":"ch.autumo.beetroot.utils.database","c":"DBField","l":"getDefaultVal()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"getDeleteName(Entity)","u":"getDeleteName(ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"getDescription()"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"getDesktopPropertiesPath(String)","u":"getDesktopPropertiesPath(java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"getDispatcherId()"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"getDisplayField()"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"getDisplayField()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getDisplayField()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getDisplayField()"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"getDisplayField()"},{"p":"ch.autumo.beetroot","c":"Model","l":"getDisplayField()"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"getDisplayField(Entity)","u":"getDisplayField(ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot","c":"Model","l":"getDisplayValue()"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"getDisplayValue(Class, int)","u":"getDisplayValue(java.lang.Class,int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"getDisplayValues(Class)","u":"getDisplayValues(java.lang.Class)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"getDisplayValues(Class, int)","u":"getDisplayValues(java.lang.Class,int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"getDisplayValues(Class, int, int)","u":"getDisplayValues(java.lang.Class,int,int)"},{"p":"ch.autumo.beetroot.server.action","c":"FileAction","l":"getDomain()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getDomain()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getDownloadFile()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getDownloadFileMimeType()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getDriver()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getEmail()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getEmptyBean()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"getEncoding()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler","c":"Error404Handler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler","c":"ErrorHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler","c":"HomeHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler","c":"NotImplementedHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler.users","c":"ChangeHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler.users","c":"LoginHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler.users","c":"LogoutHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler.users","c":"NewQRCodeHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler.users","c":"OtpHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.handler.users","c":"ResetHandler","l":"getEntity()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getEntity()"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"getErrorReason()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getException()"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"getExternalSessionId()"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"getFeatures()"},{"p":"ch.autumo.beetroot.server.action","c":"Download","l":"getFile()"},{"p":"ch.autumo.beetroot.server.message.file","c":"UploadRequest","l":"getFile()"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"getFile(String, String)","u":"getFile(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"getFile(String, String, int)","u":"getFile(java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.server.action","c":"Download","l":"getFileId()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getFileId()"},{"p":"ch.autumo.beetroot.server.action","c":"FileAction","l":"getFileName()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"getFileSize()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getFirstname()"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"getForeignReferences()"},{"p":"ch.autumo.beetroot","c":"Model","l":"getForeignReferences()"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"getForeignReferences(Entity)","u":"getForeignReferences(ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot","c":"Session","l":"getFormCsrfToken()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getFullConfigBasePath()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"getFullPath()"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"getGetterMethod()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getGlobalConnection()"},{"p":"ch.autumo.beetroot.utils.web","c":"TwoFA","l":"getGoogleAuthenticatorBarCode(String, String)","u":"getGoogleAuthenticatorBarCode(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getGuid()"},{"p":"ch.autumo.beetroot.utils.common","c":"Time","l":"getGUIDate(Timestamp)","u":"getGUIDate(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getH2Url()"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"getHandler()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"getHelpText()"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"getHost()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getHour()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getHtmlData()"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"getHtmlDivType(ResultSetMetaData, int, String)","u":"getHtmlDivType(java.sql.ResultSetMetaData,int,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getHtmlHead()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getHtmlInputMapPattern(String)","u":"getHtmlInputMapPattern(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getHtmlInputMapType(String)","u":"getHtmlInputMapType(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"getHtmlInputPattern(int, String)","u":"getHtmlInputPattern(int,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"getHtmlInputType(ResultSetMetaData, int, String)","u":"getHtmlInputType(java.sql.ResultSetMetaData,int,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"PasswordHelper","l":"getHTMLMessages(RuleResult, Session)","u":"getHTMLMessages(org.passay.RuleResult,ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getHttpResponse()"},{"p":"ch.autumo.beetroot","c":"Entity","l":"getId()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getId()"},{"p":"ch.autumo.beetroot","c":"Model","l":"getId()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getId()"},{"p":"ch.autumo.beetroot.server.modules","c":"Dispatcher","l":"getId()"},{"p":"ch.autumo.beetroot.server.modules.log","c":"LogDispatcher","l":"getId()"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"getInitParameter()"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeRegistryProviderImpl","l":"getInMemory()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getInsertValues(BeetRootHTTPSession)","u":"getInsertValues(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getInstance()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getInstance()"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"getInstance()"},{"p":"ch.autumo.beetroot.call","c":"CallerFactory","l":"getInstance()"},{"p":"ch.autumo.beetroot.crud","c":"EventHandler","l":"getInstance()"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"getInstance()"},{"p":"ch.autumo.beetroot.logging","c":"LoggingFactory","l":"getInstance()"},{"p":"ch.autumo.beetroot.mailing","c":"MailerFactory","l":"getInstance()"},{"p":"ch.autumo.beetroot.security","c":"SecureApplicationHolder","l":"getInstance()"},{"p":"ch.autumo.beetroot.server.modules.log","c":"LogFactory","l":"getInstance()"},{"p":"ch.autumo.beetroot","c":"SessionManager","l":"getInstance()"},{"p":"ch.autumo.beetroot.sms","c":"MessengerFactory","l":"getInstance()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getInt(String)","u":"getInt(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getInt(String, int)","u":"getInt(java.lang.String,int)"},{"p":"ch.autumo.beetroot","c":"Session","l":"getInternalTOTPCode()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getIntNoWarn(String)","u":"getIntNoWarn(java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getJsonTransferString()"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"getJsonTransferString()"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"getJsonTransferString()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getKeys(String)","u":"getKeys(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"getKeystoreFile()"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"getKeystorePw()"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"getKeystorePw(boolean)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getLang()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getLanguage(int)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"getLanguage(Session)","u":"getLanguage(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"getLanguageFromDb(Session)","u":"getLanguageFromDb(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getLastexecuted()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"getLastModified()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getLastname()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getLaststatus()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getLasttoken()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getLayout(Session)","u":"getLayout(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"getLayout(Session)","u":"getLayout(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.server.modules.log","c":"LocalLog","l":"getLog()"},{"p":"ch.autumo.beetroot.server.modules.log","c":"Log","l":"getLog()"},{"p":"ch.autumo.beetroot.server.modules.log","c":"RemoteLog","l":"getLog()"},{"p":"ch.autumo.beetroot.logging","c":"LogEventAppender","l":"getLogEvents()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getMapValue(String, String)","u":"getMapValue(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"getMaxSize()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getMessage()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getMessageIntValue(String)","u":"getMessageIntValue(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"PasswordHelper","l":"getMessages(RuleResult, Session)","u":"getMessages(org.passay.RuleResult,ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getMessageType()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getMessageValue(String)","u":"getMessageValue(java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"getMimeType()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getMimeType()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"getMimeType()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultStreamHandler","l":"getMimeType()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.Error404UriHandler","l":"getMimeType()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.GeneralHandler","l":"getMimeType()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.IndexHandler","l":"getMimeType()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.NotImplementedHandler","l":"getMimeType()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.StaticPageHandler","l":"getMimeType()"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeFile","l":"getMimeTypeEntry(String)","u":"getMimeTypeEntry(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getMimeTypes(String)","u":"getMimeTypes(java.lang.String)"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeFile","l":"getMIMETypeString(String)","u":"getMIMETypeString(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getMinute()"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"getMode()"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"getModified()"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"getModified()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getModified()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getModified()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getModifyId(int, String)","u":"getModifyId(int,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getMonthofyear()"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"getName()"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"getName()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getName()"},{"p":"ch.autumo.beetroot.utils.database","c":"DBField","l":"getName()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getNewScanner(String)","u":"getNewScanner(java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"getNormalizedPath(String)","u":"getNormalizedPath(java.lang.String)"},{"p":"ch.autumo.beetroot.routing","c":"BeetRootDefaultRouter","l":"getNotFoundHandler()"},{"p":"ch.autumo.beetroot.routing","c":"Router","l":"getNotFoundHandler()"},{"p":"ch.autumo.beetroot.routing","c":"BeetRootDefaultRouter","l":"getNotImplementedHandler()"},{"p":"ch.autumo.beetroot.routing","c":"Router","l":"getNotImplementedHandler()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getObject()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getObject()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getOrigId(String, String)","u":"getOrigId(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"getOS()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getPaginator(BeetRootHTTPSession)","u":"getPaginator(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"getPaginator(BeetRootHTTPSession)","u":"getPaginator(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"getPaginator(BeetRootHTTPSession)","u":"getPaginator(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getPass()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getPassword()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"getPath()"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"getPermissions()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getPhone()"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"getPort()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.BaseRoutePrioritizer","l":"getPrioritizedRoutes()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.IRoutePrioritizer","l":"getPrioritizedRoutes()"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"getPriority()"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"getProperties()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getProperty(String)","u":"getProperty(java.lang.String)"},{"p":"ch.autumo.beetroot.utils","c":"UtilsException","l":"getRawMessage()"},{"p":"ch.autumo.beetroot.utils.common","c":"Time","l":"getReadableDuration(long, TimeUnit)","u":"getReadableDuration(long,java.util.concurrent.TimeUnit)"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"getReadableDuration(long, TimeUnit)","u":"getReadableDuration(long,java.util.concurrent.TimeUnit)"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"getRealPath(ServletContext)","u":"getRealPath(javax.servlet.ServletContext)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler","c":"ExampleUploadHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesAddHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesDeleteHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesEditHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesAddHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesDeleteHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesEditHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksAddHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksDeleteHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksEditHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.users","c":"ChangeHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersAddHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersDeleteHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersEditHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersViewHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.users","c":"ResetHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersAddHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersDeleteHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersEditHandler","l":"getRedirectHandler()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"CustomResponseHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultDeleteHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultViewHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"Error404Handler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"ErrorHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"ExampleDownloadHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"ExampleUploadHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"Handler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"HomeHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"NoContentButRouteHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"NoContentHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler","c":"NotImplementedHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler.users","c":"ChangeHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler.users","c":"LoginHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler.users","c":"LogoutHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler.users","c":"NewQRCodeHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler.users","c":"OtpHandler","l":"getResource()"},{"p":"ch.autumo.beetroot.handler.users","c":"ResetHandler","l":"getResource()"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"getResource(String, Session)","u":"getResource(java.lang.String,ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"getResource(String, String)","u":"getResource(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"getResourceByLang(String, String)","u":"getResourceByLang(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"getResourceWithoutLang(String, String)","u":"getResourceWithoutLang(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getRole()"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"getRoleId()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getRootPath()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"getRootPath()"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"getRoute()"},{"p":"ch.autumo.beetroot.routing","c":"BeetRootDefaultRouter","l":"getRoutes()"},{"p":"ch.autumo.beetroot.routing","c":"Router","l":"getRoutes()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getSavedId()"},{"p":"ch.autumo.beetroot.security","c":"SecureApplicationHolder","l":"getSecApp()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getSecretkey()"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"getSelectValues(String)","u":"getSelectValues(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"getSelectValues(String)","u":"getSelectValues(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getSepValues(String)","u":"getSepValues(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getSepValuesNoWarn(String)","u":"getSepValuesNoWarn(java.lang.String)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"getServerName()"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"getServerName()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getServletContext()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getServletName()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getSessionId()"},{"p":"ch.autumo.beetroot","c":"SessionManager","l":"getSessionTimeoutInMillis()"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"getSetterMethod()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"getShutDownHook()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getSimpleManagementUserRoles()"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"getSize()"},{"p":"ch.autumo.beetroot.server.action","c":"Upload","l":"getSize()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getStatus()"},{"p":"ch.autumo.beetroot.handler","c":"Error404Handler","l":"getStatus()"},{"p":"ch.autumo.beetroot.handler","c":"ErrorHandler","l":"getStatus()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getStatus()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultHandler","l":"getStatus()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultStreamHandler","l":"getStatus()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.Error404UriHandler","l":"getStatus()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.GeneralHandler","l":"getStatus()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.IndexHandler","l":"getStatus()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.NotImplementedHandler","l":"getStatus()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.StaticPageHandler","l":"getStatus()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getString(String)","u":"getString(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getString(String, String)","u":"getString(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getStringNoWarn(String)","u":"getStringNoWarn(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Model","l":"getTableName()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getTemplateEngineErrorMessage(Session, String)","u":"getTemplateEngineErrorMessage(ch.autumo.beetroot.Session,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getTemplateEngineErrorTitle(Session, String)","u":"getTemplateEngineErrorTitle(ch.autumo.beetroot.Session,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"getTemporaryDirectory()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getText()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultHandler","l":"getText()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.Error404UriHandler","l":"getText()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.GeneralHandler","l":"getText()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.IndexHandler","l":"getText()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.NotImplementedHandler","l":"getText()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.StaticPageHandler","l":"getText()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getText(BeetRootHTTPSession, int)","u":"getText(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"getTextData()"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"getTimeout()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getTitle()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesAddHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesEditHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesIndexHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesViewHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersAddHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersEditHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersIndexHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersViewHandler","l":"getTitle(Session)","u":"getTitle(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"getTransferString()"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"getTransferString()"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"getTransferString()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getTransientFields()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getTwoFa()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"getType()"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"getType()"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"getType()"},{"p":"ch.autumo.beetroot.utils.database","c":"DBField","l":"getType()"},{"p":"ch.autumo.beetroot.security","c":"SecureApplication","l":"getUniqueSecurityKey()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getUpdateSetClause(BeetRootHTTPSession)","u":"getUpdateSetClause(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"getUpdateSetClause(BeetRootHTTPSession, String)","u":"getUpdateSetClause(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"getUri()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getUrl()"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"getUrl()"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"getUrlNoFeatures()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"getUser()"},{"p":"ch.autumo.beetroot.server.action","c":"Upload","l":"getUser()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserEmail()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserFullNameOrUserName()"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"getUserId()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserId()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserLang()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"getUsername()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserName()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserPermissions()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserRoles()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserSecretKey()"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"getUserSession()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserSetting(String)","u":"getUserSetting(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUserSettings()"},{"p":"ch.autumo.beetroot","c":"Session","l":"getUTwoFa()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"getValidCustomOperations()"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"getValue()"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"getValue(ResultSet, String)","u":"getValue(java.sql.ResultSet,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getValues(String)","u":"getValues(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"getWriteMethod(Object, BeanField, Object)","u":"getWriteMethod(java.lang.Object,ch.autumo.beetroot.utils.bean.BeanField,java.lang.Object)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getXMLModuleConfig(String, String)","u":"getXMLModuleConfig(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getXMLModuleConfigRelative(String, String)","u":"getXMLModuleConfigRelative(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getXMLModuleConfigWithFullPath(String, String)","u":"getXMLModuleConfigWithFullPath(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getYesOrNo(String)","u":"getYesOrNo(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getYesOrNo(String, String)","u":"getYesOrNo(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"getYesOrNoNoWarn(String)","u":"getYesOrNoNoWarn(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"green(String)","u":"green(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Constants","l":"GUI_COL_NO_SHOW"},{"p":"ch.autumo.beetroot.utils.systen","c":"GUIDGenerator","l":"GUIDGenerator()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"H2Url(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"HandlerResponse(int)","u":"%3Cinit%3E(int)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"HandlerResponse(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"HandlerResponse(int, Response)","u":"%3Cinit%3E(int,org.nanohttpd.protocols.http.response.Response)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"HandlerResponse(int, String)","u":"%3Cinit%3E(int,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"HandlerResponse(int, String, String)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"HandlerResponse(int, String, String, Exception)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String,java.lang.Exception)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"HandlerResponse(int, String, String, Exception, Object)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String,java.lang.Exception,java.lang.Object)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesAddHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesDeleteHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesEditHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesIndexHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesViewHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesAddHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesDeleteHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesEditHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesIndexHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesViewHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksAddHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksDeleteHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksEditHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersDeleteHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"NewQRCodeHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersAddHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersDeleteHandler","l":"hasAccess(Session)","u":"hasAccess(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"hasExternalLinks()"},{"p":"ch.autumo.beetroot.security.password","c":"Argon2HashProvider","l":"hash(String)","u":"hash(java.lang.String)"},{"p":"ch.autumo.beetroot.security.password","c":"NOOPHashProvider","l":"hash(String)","u":"hash(java.lang.String)"},{"p":"ch.autumo.beetroot.security.password","c":"PasswordHashProvider","l":"hash(String)","u":"hash(java.lang.String)"},{"p":"ch.autumo.beetroot.security.password","c":"PBKPD2HashProvider","l":"hash(String)","u":"hash(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.security","c":"Security","l":"hashPw(String)","u":"hashPw(java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"hasLanguage()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"hasNoColumnsConfig()"},{"p":"ch.autumo.beetroot.handler","c":"NoConfigHandler","l":"hasNoColumnsConfig()"},{"p":"ch.autumo.beetroot.handler","c":"NoContentAndConfigHandler","l":"hasNoColumnsConfig()"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"hasSpace(long, long)","u":"hasSpace(long,long)"},{"p":"ch.autumo.beetroot","c":"Session","l":"hasUserPermission(String)","u":"hasUserPermission(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"hasUserRole(String)","u":"hasUserRole(java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"HealthAnswer","l":"HealthAnswer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer.Help","l":"Help()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"Helper()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler","c":"HomeHandler","l":"HomeHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"HomeHandler","l":"HomeHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"host"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"host"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"htmlData"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"htmlHead"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"HTTP_HEADER_ACCEPT_JSON"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"HTTP_HEADER_CONTENTTYPE_JSON_UTF8"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"id"},{"p":"ch.autumo.beetroot.server.modules.log","c":"LogDispatcher","l":"ID"},{"p":"ch.autumo.beetroot","c":"Model","l":"ID_INVALID"},{"p":"ch.autumo.beetroot","c":"Model","l":"ID_M2M_PSEUDO"},{"p":"ch.autumo.beetroot","c":"Model","l":"ID_UNASSIGNED"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler.IfSectionHandler","l":"IfSectionHandler(BaseHandler)","u":"%3Cinit%3E(ch.autumo.beetroot.handler.BaseHandler)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.IndexHandler","l":"IndexHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.call","c":"Caller","l":"init()"},{"p":"ch.autumo.beetroot.call","c":"TwilioCaller","l":"init()"},{"p":"ch.autumo.beetroot.sms","c":"Messenger","l":"init()"},{"p":"ch.autumo.beetroot.sms","c":"TwilioMessenger","l":"init()"},{"p":"ch.autumo.beetroot","c":"AbstractBeetRootServlet","l":"init(ServletConfig)","u":"init(javax.servlet.ServletConfig)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"initialize()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"initialize()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"initialize(BeetRootHTTPSession)","u":"initialize(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"initialize(String)","u":"initialize(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"initialize(String)","u":"initialize(java.lang.String)"},{"p":"ch.autumo.beetroot.logging","c":"Log4j2Logging","l":"initialize(String)","u":"initialize(java.lang.String)"},{"p":"ch.autumo.beetroot.logging","c":"Logging","l":"initialize(String)","u":"initialize(java.lang.String)"},{"p":"ch.autumo.beetroot.logging","c":"Log4j2Logging","l":"initialize(String, String)","u":"initialize(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.logging","c":"Logging","l":"initialize(String, String)","u":"initialize(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.logging","c":"LogEventAppender","l":"initializeAppender()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"initializeDesktop(String, String)","u":"initializeDesktop(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"initializeLogging(String)","u":"initializeLogging(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"initializeWithFullPath(String)","u":"initializeWithFullPath(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"initializeWithFullPath(String, ServletContext)","u":"initializeWithFullPath(java.lang.String,javax.servlet.ServletContext)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"initialValue(String)","u":"initialValue(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"initialValues"},{"p":"ch.autumo.beetroot","c":"Initializer","l":"initModules(boolean, String)","u":"initModules(boolean,java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"initParameter(Class)","u":"initParameter(java.lang.Class)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"initParameter(int, Class)","u":"initParameter(int,java.lang.Class)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"initValuesSize()"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"insert(Connection, Entity, String, String)","u":"insert(java.sql.Connection,ch.autumo.beetroot.Entity,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"insert(Entity, String, String)","u":"insert(ch.autumo.beetroot.Entity,java.lang.String,java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.InsertionOrderRoutePrioritizer","l":"InsertionOrderRoutePrioritizer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"insertServletNameInTemplateRefs"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"INTERNAL_MSG_PART_SEPARATOR"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"INTERNAL_MSG_PART_SEPARATOR_REGEXP"},{"p":"ch.autumo.beetroot.call","c":"Caller","l":"INTL_PHONE_NUMBER_PATTERN"},{"p":"ch.autumo.beetroot.sms","c":"Messenger","l":"INTL_PHONE_NUMBER_PATTERN"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"invalidArgumentsExit()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"isArchive()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"isBinary()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"isCached()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"isCurrentUserUpdate(BeetRootHTTPSession)","u":"isCurrentUserUpdate(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"isCustomResponse()"},{"p":"ch.autumo.beetroot.handler","c":"CustomResponseHandler","l":"isCustomResponse()"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"isForceSockets()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"isH2Db()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"isInitialized()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"isInitialized()"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"isInternalCommand(ServerCommand)","u":"isInternalCommand(ch.autumo.beetroot.server.message.ServerCommand)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"isLangConfigured(String)","u":"isLangConfigured(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"isMac()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"isMariaDb()"},{"p":"ch.autumo.beetroot.utils.common","c":"MIME","l":"isMimeTypeArchive(String)","u":"isMimeTypeArchive(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"MIME","l":"isMimeTypeOctet(String)","u":"isMimeTypeOctet(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"MIME","l":"isMimeTypeText(String)","u":"isMimeTypeText(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"isMysqlDb()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"isNoContentResponse()"},{"p":"ch.autumo.beetroot.handler","c":"NoContentHandler","l":"isNoContentResponse()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"isNoContentResponseButRoute(Session)","u":"isNoContentResponseButRoute(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler","c":"NoContentButRouteHandler","l":"isNoContentResponseButRoute(Session)","u":"isNoContentResponseButRoute(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"NewQRCodeHandler","l":"isNoContentResponseButRoute(Session)","u":"isNoContentResponseButRoute(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"isNullable()"},{"p":"ch.autumo.beetroot.utils.database","c":"DBField","l":"isNullable()"},{"p":"ch.autumo.beetroot","c":"Model","l":"isNullable(String)","u":"isNullable(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"isOlderThanSessionTimeout()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"isOracleDb()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"isPostgreDb()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"isPostgreDbWithNGDriver()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"isPrecisionInputType(String)","u":"isPrecisionInputType(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"isRemote()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"isResource()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"isRetryCall(BeetRootHTTPSession)","u":"isRetryCall(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"isSelect(String)","u":"isSelect(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"isSelect(String)","u":"isSelect(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"isSolaris()"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"isSqlBinaryType(int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"isSqlBooelanType(int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"isSqlDateTimeType(int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"isSqlNumberType(int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"isSqlTextType(int)"},{"p":"ch.autumo.beetroot","c":"Model","l":"isStored()"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"isText()"},{"p":"ch.autumo.beetroot","c":"Session","l":"isTwoFaLoginOk()"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"isUnique()"},{"p":"ch.autumo.beetroot.utils.database","c":"DBField","l":"isUnique()"},{"p":"ch.autumo.beetroot","c":"Model","l":"isUnique(String)","u":"isUnique(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"isUnix()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"isUnsupported()"},{"p":"ch.autumo.beetroot.handler.users","c":"PasswordHelper","l":"isValid(String, Session)","u":"isValid(java.lang.String,ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"isWindows()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"isWithinDesktop"},{"p":"ch.autumo.beetroot.mailing","c":"JakartaMailer","l":"JakartaMailer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.mailing","c":"JavaxMailer","l":"JavaxMailer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"Constants","l":"JDBC_H2_DB"},{"p":"ch.autumo.beetroot","c":"Constants","l":"JDBC_MARIA_DB"},{"p":"ch.autumo.beetroot","c":"Constants","l":"JDBC_MYSQL_DB"},{"p":"ch.autumo.beetroot","c":"Constants","l":"JDBC_ORACLE_DB"},{"p":"ch.autumo.beetroot","c":"Constants","l":"JDBC_POSTGRE_DB"},{"p":"ch.autumo.beetroot","c":"Constants","l":"JDBC_POSTGRE_NG_DB"},{"p":"ch.autumo.beetroot","c":"Constants","l":"JSON_EXT"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_COM_ENC"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_COM_HOSTNAME_VERIFY"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_COM_MODE"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_FILE_BUF_SIZE"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_FILE_PORT"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_FILE_RECEIVER_PORT"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_FILE_SERVER"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_FILE_STORAGE"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_HOST"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_PORT"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_ADMIN_PW_ENC"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_DB_PW_ENC"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_DB_URL_WEB_CONTEXT_PATH"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_KEYSTORE_FILE"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_KEYSTORE_PW"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_SERVER_NAME"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WEB_DEFAULT_ENTITY"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WEB_DEFAULT_HANDLER"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WEB_INPUT_MAP"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WEB_MAX_RECORDS_PER_PAGE"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WEB_MAX_REF_REC"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WEB_PASSWORD_VALIDATOR"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WEB_TRANSLATIONS"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WS_APP_NAME"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WS_HTTPS"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WS_PORT"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WS_START"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WS_TMP_DIR"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WS_URL"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WS_USE_CSRF_TOKENS"},{"p":"ch.autumo.beetroot","c":"Constants","l":"KEY_WS_USE_EXT_ROLES"},{"p":"ch.autumo.beetroot.utils.security","c":"Security.KEYDATA","l":"KEYDATA()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.security","c":"Security.KEYDATA","l":"LEN_3"},{"p":"ch.autumo.beetroot.utils.security","c":"Security.KEYDATA","l":"LEN_4"},{"p":"ch.autumo.beetroot.utils.security","c":"PWEncoder","l":"LINE_SEPARATOR"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"LINE_SEPARATOR"},{"p":"ch.autumo.beetroot","c":"Model","l":"listAll(Class)","u":"listAll(java.lang.Class)"},{"p":"ch.autumo.beetroot","c":"Model","l":"listReferences(Class)","u":"listReferences(java.lang.Class)"},{"p":"ch.autumo.beetroot","c":"SessionManager","l":"load()"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"loadPWValidationMessages(Session)","u":"loadPWValidationMessages(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"loadTemplate(String, BeetRootHTTPSession, String)","u":"loadTemplate(java.lang.String,ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"loadUserSettings(Session)","u":"loadUserSettings(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.server.modules.log","c":"LocalLog","l":"LocalLog()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"AbstractBeetRootServlet","l":"LOG"},{"p":"ch.autumo.beetroot","c":"BeetRootClientHandler","l":"LOG"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"LOG"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"LOG"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"LOG"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"LOG"},{"p":"ch.autumo.beetroot.cache","c":"FileCache","l":"LOG"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"LOG"},{"p":"ch.autumo.beetroot.call","c":"TwilioCaller","l":"LOG"},{"p":"ch.autumo.beetroot.crud","c":"EventHandler","l":"LOG"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"LOG"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"LOG"},{"p":"ch.autumo.beetroot.handler","c":"ExampleDownloadHandler","l":"LOG"},{"p":"ch.autumo.beetroot.handler","c":"ExampleUploadHandler","l":"LOG"},{"p":"ch.autumo.beetroot.handler.users","c":"ChangeHandler","l":"LOG"},{"p":"ch.autumo.beetroot.handler.users","c":"ResetHandler","l":"LOG"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"LOG"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeFile","l":"LOG"},{"p":"ch.autumo.beetroot","c":"Model","l":"LOG"},{"p":"ch.autumo.beetroot.plant","c":"Plant","l":"LOG"},{"p":"ch.autumo.beetroot.routing","c":"BeetRootDefaultRouter","l":"LOG"},{"p":"ch.autumo.beetroot.security","c":"SecureApplicationHolder","l":"LOG"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"LOG"},{"p":"ch.autumo.beetroot.server","c":"BeetRootServer","l":"LOG"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"LOG"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"LOG"},{"p":"ch.autumo.beetroot.server.communication","c":"FileTransfer","l":"LOG"},{"p":"ch.autumo.beetroot.server","c":"FileServer","l":"LOG"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"LOG"},{"p":"ch.autumo.beetroot.server.modules.log","c":"LogDispatcher","l":"LOG"},{"p":"ch.autumo.beetroot","c":"SessionManager","l":"LOG"},{"p":"ch.autumo.beetroot.sms","c":"TwilioMessenger","l":"LOG"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"LOG"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"LOG"},{"p":"ch.autumo.beetroot.utils.database","c":"DBField","l":"LOG"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"LOG"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"LOG"},{"p":"ch.autumo.beetroot.logging","c":"Log4j2Logging","l":"Log4j2Logging()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.modules.log","c":"LogDispatcher","l":"LogDispatcher()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.logging","c":"LogEventAppender","l":"LogEventAppender(String, Filter)","u":"%3Cinit%3E(java.lang.String,org.apache.logging.log4j.core.Filter)"},{"p":"ch.autumo.beetroot.logging","c":"LogEventList","l":"LogEventList(int)","u":"%3Cinit%3E(int)"},{"p":"ch.autumo.beetroot.server.modules.log","c":"LogFactory","l":"LogFactory()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.logging","c":"LoggingFactory","l":"LoggingFactory()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"LogHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"LoginHandler","l":"LoginHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.users","c":"LoginHandler","l":"LoginHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"LoginHandler","l":"LoginHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"loginMarker(boolean)"},{"p":"ch.autumo.beetroot.handler.users","c":"LogoutHandler","l":"LogoutHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.users","c":"LogoutHandler","l":"LogoutHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"LogoutHandler","l":"LogoutHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer","l":"LOWER_ENTITIES_NAME"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer","l":"LOWER_ENTITIES_NAME_PLURAL"},{"p":"ch.autumo.beetroot.utils.common","c":"LowerCaseList","l":"LowerCaseList(int)","u":"%3Cinit%3E(int)"},{"p":"ch.autumo.beetroot","c":"Constants","l":"MAIL_SMTP_AUTH_KEY"},{"p":"ch.autumo.beetroot","c":"Constants","l":"MAIL_SMTP_HOST_KEY"},{"p":"ch.autumo.beetroot","c":"Constants","l":"MAIL_SMTP_PORT_KEY"},{"p":"ch.autumo.beetroot","c":"Constants","l":"MAIL_SMTP_TLS_ENABLE_KEY"},{"p":"ch.autumo.beetroot","c":"Constants","l":"MAIL_TRANSPORT_PROTOCOL"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"mail(String[], String, Map, String, BeetRootHTTPSession)","u":"mail(java.lang.String[],java.lang.String,java.util.Map,java.lang.String,ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.mailing","c":"JakartaMailer","l":"mail(String[], String, Map, String, BeetRootHTTPSession)","u":"mail(java.lang.String[],java.lang.String,java.util.Map,java.lang.String,ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.mailing","c":"JavaxMailer","l":"mail(String[], String, Map, String, BeetRootHTTPSession)","u":"mail(java.lang.String[],java.lang.String,java.util.Map,java.lang.String,ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.mailing","c":"Mailer","l":"mail(String[], String, Map, String, BeetRootHTTPSession)","u":"mail(java.lang.String[],java.lang.String,java.util.Map,java.lang.String,ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.mailing","c":"MailerFactory","l":"MailerFactory()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"mailformats"},{"p":"ch.autumo.beetroot.plant","c":"Plant","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"ch.autumo.beetroot.server","c":"BeetRootServer","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"ch.autumo.beetroot.utils.security","c":"PWEncoder","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"makePlural(String)","u":"makePlural(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"makeSingular(String)","u":"makeSingular(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"makeSSLContext()"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"makeSSLContext(String, char[])","u":"makeSSLContext(java.lang.String,char[])"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"makeSSLHttpClient(String, char[], RequestConfig)","u":"makeSSLHttpClient(java.lang.String,char[],org.apache.http.client.config.RequestConfig)"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"makeSSLServerSocketFactory()"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"makeSSLServerSocketFactory(String, char[])","u":"makeSSLServerSocketFactory(java.lang.String,char[])"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"makeSSLSocketFactory()"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"makeSSLSocketFactory(String, char[])","u":"makeSSLSocketFactory(java.lang.String,char[])"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"mangenta(String)","u":"mangenta(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"mapColumnsToProperties(ResultSetMetaData, BeanField[])","u":"mapColumnsToProperties(java.sql.ResultSetMetaData,ch.autumo.beetroot.utils.bean.BeanField[])"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"mapColumnsToPropertiesWithAllMethods(ResultSetMetaData, BeanField[])","u":"mapColumnsToPropertiesWithAllMethods(java.sql.ResultSetMetaData,ch.autumo.beetroot.utils.bean.BeanField[])"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.BaseRoutePrioritizer","l":"mappings"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"match(String)","u":"match(java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"MAX_CACHE_SIZE"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"MAX_MSG_SIZE"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"maxRefRecords"},{"p":"ch.autumo.beetroot.routing","c":"BeetRootDefaultRouter","l":"merge(List, List)","u":"merge(java.util.List,java.util.List)"},{"p":"ch.autumo.beetroot.routing","c":"BeetRootDefaultRouter","l":"merge(Route[], Route[])","u":"merge(ch.autumo.beetroot.routing.Route[],ch.autumo.beetroot.routing.Route[])"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"message"},{"p":"ch.autumo.beetroot.sms","c":"MessengerFactory","l":"MessengerFactory()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"Constants","l":"MIME_TYPES_MAP"},{"p":"ch.autumo.beetroot.utils.common","c":"MIME","l":"MIME()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.common","c":"MIME","l":"mimeArchiveList"},{"p":"ch.autumo.beetroot.utils.common","c":"MIME","l":"mimeOctetList"},{"p":"ch.autumo.beetroot.utils.common","c":"MIME","l":"mimeTextList"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeFile","l":"MimeTypeFile()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeFile","l":"MimeTypeFile(InputStream)","u":"%3Cinit%3E(java.io.InputStream)"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeFile","l":"MimeTypeFile(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.mime","c":"MimeTypeRegistryProviderImpl","l":"MimeTypeRegistryProviderImpl()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"MINIMUM_REFRESH_TIME"},{"p":"ch.autumo.beetroot","c":"Model","l":"Model()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"modelClass()"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"modelClass()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"modelClass()"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"modelClass()"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"modelClass()"},{"p":"ch.autumo.beetroot","c":"Model","l":"modelClass()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"MSG_PART_SEPARATOR"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"MSG_PART_SEPARATOR_REGEXP"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"MSG_TYPE_ERR"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"MSG_TYPE_INFO"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"MSG_TYPE_WARN"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"name"},{"p":"ch.autumo.beetroot.annotations","c":"Column","l":"name()"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"newGlobalConnection()"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"newInstance(Class)","u":"newInstance(java.lang.Class)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.BaseRoutePrioritizer","l":"newMappingCollection()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultRoutePrioritizer","l":"newMappingCollection()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.InsertionOrderRoutePrioritizer","l":"newMappingCollection()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer","l":"newMappingCollection()"},{"p":"ch.autumo.beetroot.handler.users","c":"NewQRCodeHandler","l":"NewQRCodeHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootService","l":"newTempFileManager()"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"newTempFileManager()"},{"p":"ch.autumo.beetroot","c":"Constants","l":"NO"},{"p":"ch.autumo.beetroot.handler","c":"NoConfigHandler","l":"NoConfigHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"NoContentAndConfigHandler","l":"NoContentAndConfigHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"NoContentButRouteHandler","l":"NoContentButRouteHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"NoContentHandler","l":"NoContentHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.security.password","c":"NOOPHashProvider","l":"NOOPHashProvider()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"normalExit()"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"normalizeUri(String)","u":"normalizeUri(java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"normalizeUri(String)","u":"normalizeUri(java.lang.String)"},{"p":"ch.autumo.beetroot.crud","c":"EventHandler","l":"notifyAfterCreate(Class, int)","u":"notifyAfterCreate(java.lang.Class,int)"},{"p":"ch.autumo.beetroot.crud","c":"EventHandler","l":"notifyAfterUpdate(Class, int)","u":"notifyAfterUpdate(java.lang.Class,int)"},{"p":"ch.autumo.beetroot.crud","c":"EventHandler","l":"notifyBeforeDelete(Class, int)","u":"notifyBeforeDelete(java.lang.Class,int)"},{"p":"ch.autumo.beetroot.crud","c":"EventHandler","l":"notifyBeforeUpdate(Class, int)","u":"notifyBeforeUpdate(java.lang.Class,int)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.BaseRoutePrioritizer","l":"notImplemented"},{"p":"ch.autumo.beetroot.handler","c":"NotImplementedHandler","l":"NotImplementedHandler()","u":"%3Cinit%3E()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.NotImplementedHandler","l":"NotImplementedHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"now()"},{"p":"ch.autumo.beetroot.utils.common","c":"Time","l":"nowTimeStamp()"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"object"},{"p":"ch.autumo.beetroot","c":"Constants","l":"OFF"},{"p":"ch.autumo.beetroot","c":"Constants","l":"ON"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"onOrOff(String)","u":"onOrOff(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"orange(String)","u":"orange(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"OS"},{"p":"ch.autumo.beetroot.utils.systen","c":"OS","l":"OS()","u":"%3Cinit%3E()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultStreamHandler","l":"other(String, RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"other(java.lang.String,org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResponder","l":"other(String, RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"other(java.lang.String,org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"ch.autumo.beetroot.handler.users","c":"OtpHandler","l":"OtpHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.users","c":"OtpHandler","l":"OtpHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"OtpHandler","l":"OtpHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"overwriteParameter(String, String)","u":"overwriteParameter(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer","l":"parse()"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"parseAssociatedEntities(StringBuilder, List, BeetRootHTTPSession)","u":"parseAssociatedEntities(java.lang.StringBuilder,java.util.List,ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"parseBodyForServlet(Map, HttpServletRequest)","u":"parseBodyForServlet(java.util.Map,javax.servlet.http.HttpServletRequest)"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"parseJson(String)","u":"parseJson(java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"parseJson(String)","u":"parseJson(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"parseLang(String)","u":"parseLang(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"parseUnassociatedEntities(StringBuilder, List, BeetRootHTTPSession)","u":"parseUnassociatedEntities(java.lang.StringBuilder,java.util.List,ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"password"},{"p":"ch.autumo.beetroot.handler.users","c":"PasswordHelper","l":"PasswordHelper()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"patchInputValue(String, String, String)","u":"patchInputValue(java.lang.String,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.security.password","c":"PBKPD2HashProvider","l":"PBKPD2HashProvider()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.message.file","c":"PingDownloadRequest","l":"PING_FILE_ID"},{"p":"ch.autumo.beetroot.server.message.file","c":"PingDownloadRequest","l":"PING_FILE_PREFIX"},{"p":"ch.autumo.beetroot.server.message.file","c":"PingUploadRequest","l":"PING_FILE_PREFIX"},{"p":"ch.autumo.beetroot.server.message.file","c":"PingDownloadRequest","l":"PingDownloadRequest()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.message.file","c":"PingUploadRequest","l":"PingUploadRequest()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"pingWebsite(String)","u":"pingWebsite(java.lang.String)"},{"p":"ch.autumo.beetroot.plant","c":"Plant","l":"Plant()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"POOL_NAME_PEFIX"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"populateBean(ResultSet, Entity)","u":"populateBean(java.sql.ResultSet,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"port"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"port"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"portFileReceiver"},{"p":"ch.autumo.beetroot.server","c":"FileServer","l":"portFileReceiver"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"portFileServer"},{"p":"ch.autumo.beetroot.server","c":"FileServer","l":"portFileServer"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"portStr"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultStreamHandler","l":"post(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"post(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResponder","l":"post(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"post(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"PRECISION_INPUT_TYPES"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"prepare(BeetRootHTTPSession, Entity)","u":"prepare(ch.autumo.beetroot.BeetRootHTTPSession,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"prepare(BeetRootHTTPSession, Entity)","u":"prepare(ch.autumo.beetroot.BeetRootHTTPSession,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"prepare(BeetRootHTTPSession, Entity)","u":"prepare(ch.autumo.beetroot.BeetRootHTTPSession,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultViewHandler","l":"prepare(BeetRootHTTPSession, Entity)","u":"prepare(ch.autumo.beetroot.BeetRootHTTPSession,ch.autumo.beetroot.Entity)"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"prepareHtmlWithLineBreaks(String, boolean)","u":"prepareHtmlWithLineBreaks(java.lang.String,boolean)"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"prepareHtmlWithLineBreaks(String, boolean, List>)","u":"prepareHtmlWithLineBreaks(java.lang.String,boolean,java.util.List)"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"prepareHtmlWithLineBreaks(String, boolean, List>, String...)","u":"prepareHtmlWithLineBreaks(java.lang.String,boolean,java.util.List,java.lang.String...)"},{"p":"ch.autumo.beetroot.utils.web","c":"Web","l":"prepareHtmlWithLineBreaks(String, boolean, String...)","u":"prepareHtmlWithLineBreaks(java.lang.String,boolean,java.lang.String...)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"printHealthStatus(boolean)"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"PRIORITY"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriRouter","l":"process(IHTTPSession)","u":"process(org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"process(Map, IHTTPSession)","u":"process(java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"processColumn(ResultSet, int, Class)","u":"processColumn(java.sql.ResultSet,int,java.lang.Class)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"processServerCommand(ServerCommand)","u":"processServerCommand(ch.autumo.beetroot.server.message.ServerCommand)"},{"p":"ch.autumo.beetroot.server","c":"FileServer","l":"processServerCommand(ServerCommand)","u":"processServerCommand(ch.autumo.beetroot.server.message.ServerCommand)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesAddHandler","l":"PropertiesAddHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesAddHandler","l":"PropertiesAddHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesDeleteHandler","l":"PropertiesDeleteHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesEditHandler","l":"PropertiesEditHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesEditHandler","l":"PropertiesEditHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesIndexHandler","l":"PropertiesIndexHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesIndexHandler","l":"PropertiesIndexHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.properties","c":"PropertiesViewHandler","l":"PropertiesViewHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"PROPERTY_NOT_FOUND"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"Property()","u":"%3Cinit%3E()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer","l":"ProvidedPriorityRoutePrioritizer()","u":"%3Cinit%3E()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.DefaultStreamHandler","l":"put(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"put(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResponder","l":"put(RouterNanoHTTPD.UriResource, Map, IHTTPSession)","u":"put(org.nanohttpd.router.RouterNanoHTTPD.UriResource,java.util.Map,org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"pwEncoded"},{"p":"ch.autumo.beetroot","c":"Constants","l":"QR_IMG_SIZE"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"query(Class, String, Object[])","u":"query(java.lang.Class,java.lang.String,java.lang.Object[])"},{"p":"ch.autumo.beetroot","c":"Model","l":"read(Class, int)","u":"read(java.lang.Class,int)"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"read(DataInputStream)","u":"read(java.io.DataInputStream)"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientCommunicator","l":"readAnswer(DataInputStream)","u":"readAnswer(java.io.DataInputStream)"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"readAnswer(DataInputStream)","u":"readAnswer(java.io.DataInputStream)"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"readCommand(DataInputStream)","u":"readCommand(java.io.DataInputStream)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultIndexHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultRESTIndexHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultViewHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler","c":"ExampleDownloadHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler.users","c":"ChangeHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler.users","c":"NewQRCodeHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler.users","c":"SettingsHandler","l":"readData(BeetRootHTTPSession, int)","u":"readData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.server.communication","c":"FileTransfer","l":"readFile(DataInputStream, String, long)","u":"readFile(java.io.DataInputStream,java.lang.String,long)"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"readJsonCommand(InputStream, int)","u":"readJsonCommand(java.io.InputStream,int)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"readSnippetResource(String, Session)","u":"readSnippetResource(java.lang.String,ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"red(String)","u":"red(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"redirectedMarker(boolean)"},{"p":"ch.autumo.beetroot","c":"Session","l":"refresh()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"refreshUserRoles(int, BeetRootHTTPSession)","u":"refreshUserRoles(int,ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"registerDisplayField(String)","u":"registerDisplayField(java.lang.String)"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientCommunicator","l":"reInit()"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"reInit()"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"reInit()"},{"p":"ch.autumo.beetroot.plant","c":"Plant","l":"RELEASE"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"release()"},{"p":"ch.autumo.beetroot.server.modules.log","c":"RemoteLog","l":"RemoteLog()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"Session","l":"remove(String)","u":"remove(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"removeAllIds()"},{"p":"ch.autumo.beetroot","c":"Session","l":"removeIds(String, String)","u":"removeIds(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"removeLang(String)","u":"removeLang(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"removeMap(String)","u":"removeMap(java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.BaseRoutePrioritizer","l":"removeRoute(String)","u":"removeRoute(java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.IRoutePrioritizer","l":"removeRoute(String)","u":"removeRoute(java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"removeRoute(String)","u":"removeRoute(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"Error404Handler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"ErrorHandler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"ExampleUploadHandler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"NotImplementedHandler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler.users","c":"ChangeHandler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersAddHandler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersEditHandler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersViewHandler","l":"render(BeetRootHTTPSession)","u":"render(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"renderAll(BeetRootHTTPSession)","u":"renderAll(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler.system","c":"LogHandler","l":"renderAll(BeetRootHTTPSession)","u":"renderAll(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"replaceAllVariables(String, Map, String)","u":"replaceAllVariables(java.lang.String,java.util.Map,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"ResetHandler","l":"ResetHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"resetToken(int)"},{"p":"ch.autumo.beetroot","c":"Session","l":"resetTwoFaLogin()"},{"p":"ch.autumo.beetroot.logging","c":"LogEventList","l":"resize()"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"RESPONSE_BUFFER_SIZE"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"RESPONSE_DOWNLOAD_BUFFER_SIZE"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"retireGlobalConnection(Connection)","u":"retireGlobalConnection(java.sql.Connection)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"retireGlobalConnection(Connection)","u":"retireGlobalConnection(java.sql.Connection)"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"Role()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesAddHandler","l":"RolesAddHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesAddHandler","l":"RolesAddHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesDeleteHandler","l":"RolesDeleteHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesEditHandler","l":"RolesEditHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesEditHandler","l":"RolesEditHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesIndexHandler","l":"RolesIndexHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesIndexHandler","l":"RolesIndexHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesIndexHandler","l":"RolesIndexHandler(String, String, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,int)"},{"p":"ch.autumo.beetroot.handler.roles","c":"RolesViewHandler","l":"RolesViewHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.logging","c":"AbstractLogging","l":"rootPath"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"Route(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"Route(String, Class, Object...)","u":"%3Cinit%3E(java.lang.String,java.lang.Class,java.lang.Object...)"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"Route(String, Class, String)","u":"%3Cinit%3E(java.lang.String,java.lang.Class,java.lang.String)"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"Route(String, int, Class, Object...)","u":"%3Cinit%3E(java.lang.String,int,java.lang.Class,java.lang.Object...)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"router"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"RouterNanoHTTPD(int)","u":"%3Cinit%3E(int)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"RouterNanoHTTPD(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"ch.autumo.beetroot","c":"BeetRootClientHandler","l":"run()"},{"p":"ch.autumo.beetroot.plant","c":"Plant","l":"run(String[])","u":"run(java.lang.String[])"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"runsWithinDesktopContext()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"runsWithinServletContext()"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"safeClose(Object)","u":"safeClose(java.lang.Object)"},{"p":"ch.autumo.beetroot","c":"Model","l":"save()"},{"p":"ch.autumo.beetroot","c":"SessionManager","l":"save()"},{"p":"ch.autumo.beetroot","c":"Model","l":"save(Connection)","u":"save(java.sql.Connection)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"saveData(BeetRootHTTPSession)","u":"saveData(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultAddHandler","l":"saveData(BeetRootHTTPSession)","u":"saveData(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler","c":"ExampleUploadHandler","l":"saveData(BeetRootHTTPSession)","u":"saveData(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersAddHandler","l":"saveData(BeetRootHTTPSession)","u":"saveData(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersAddHandler","l":"saveData(BeetRootHTTPSession)","u":"saveData(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot","c":"Constants","l":"SEARCH_PAGE"},{"p":"ch.autumo.beetroot","c":"Constants","l":"SEC_KEY_SEED"},{"p":"ch.autumo.beetroot","c":"Constants","l":"SECRET_USER_KEY_DEFAULT_LEN"},{"p":"ch.autumo.beetroot.transport","c":"SecureServerSocketFactory","l":"SecureServerSocketFactory(SSLServerSocketFactory, String[])","u":"%3Cinit%3E(javax.net.ssl.SSLServerSocketFactory,java.lang.String[])"},{"p":"ch.autumo.beetroot.transport","c":"SecureSocketFactory","l":"SecureSocketFactory(SSLSocketFactory, String[])","u":"%3Cinit%3E(javax.net.ssl.SSLSocketFactory,java.lang.String[])"},{"p":"ch.autumo.beetroot.utils.security","c":"Security","l":"Security()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"selectRecord(Class, int)","u":"selectRecord(java.lang.Class,int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"selectRecords(Class)","u":"selectRecords(java.lang.Class)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"selectRecords(Class, int)","u":"selectRecords(java.lang.Class,int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"selectRecords(Class, int, int)","u":"selectRecords(java.lang.Class,int,int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"selectRecords(Class, String, Object[])","u":"selectRecords(java.lang.Class,java.lang.String,java.lang.Object[])"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"selectRecords(Class, String, Object[], int)","u":"selectRecords(java.lang.Class,java.lang.String,java.lang.Object[],int)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"selectRecords(Class, String, Object[], int, int)","u":"selectRecords(java.lang.Class,java.lang.String,java.lang.Object[],int,int)"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"sendFile(File)","u":"sendFile(java.io.File)"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientFileTransfer","l":"sendFile(File, int)","u":"sendFile(java.io.File,int)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"sendServerCommand(ServerCommand)","u":"sendServerCommand(ch.autumo.beetroot.server.message.ServerCommand)"},{"p":"ch.autumo.beetroot.server.communication","c":"ClientCommunicator","l":"sendServerCommand(ServerCommand)","u":"sendServerCommand(ch.autumo.beetroot.server.message.ServerCommand)"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"serialize(BeanField)","u":"serialize(ch.autumo.beetroot.utils.bean.BeanField)"},{"p":"ch.autumo.beetroot.utils.database","c":"DBField","l":"serialize(DBField)","u":"serialize(ch.autumo.beetroot.utils.database.DBField)"},{"p":"ch.autumo.beetroot","c":"Model","l":"serialize(Model)","u":"serialize(ch.autumo.beetroot.Model)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"serializeObject()"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"serve(BeetRootHTTPSession, HttpServletRequest)","u":"serve(ch.autumo.beetroot.BeetRootHTTPSession,javax.servlet.http.HttpServletRequest)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"serve(IHTTPSession)","u":"serve(org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"serve(IHTTPSession)","u":"serve(org.nanohttpd.protocols.http.IHTTPSession)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"serveAtLast(BeetRootHTTPSession)","u":"serveAtLast(ch.autumo.beetroot.BeetRootHTTPSession)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"ServerCommand(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"ServerCommand(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"ServerCommand(String, String, String, long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,long)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"ServerCommand(String, String, String, long, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,long,java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"ServerCommand","l":"ServerCommand(String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"serverCommandResponse(BeetRootHTTPSession, ClientAnswer)","u":"serverCommandResponse(ch.autumo.beetroot.BeetRootHTTPSession,ch.autumo.beetroot.server.message.ClientAnswer)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"serverName"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"serverResponse(BeetRootHTTPSession, Class, Object...)","u":"serverResponse(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.Class,java.lang.Object...)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"serverSocketFactory"},{"p":"ch.autumo.beetroot","c":"BeetRootServlet","l":"service(ServletRequest, ServletResponse)","u":"service(javax.servlet.ServletRequest,javax.servlet.ServletResponse)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"servletName"},{"p":"ch.autumo.beetroot","c":"Session","l":"Session(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"set(String, Serializable)","u":"set(java.lang.String,java.io.Serializable)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setActive(boolean)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"setBaseServer(BaseServer)","u":"setBaseServer(ch.autumo.beetroot.server.BaseServer)"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"setCreated(Timestamp)","u":"setCreated(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"setCreated(Timestamp)","u":"setCreated(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setCreated(Timestamp)","u":"setCreated(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setCreated(Timestamp)","u":"setCreated(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"setCreated(Timestamp)","u":"setCreated(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"setCurrentEntityDbId(int)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setDayofmonth(String)","u":"setDayofmonth(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setDayofweek(String)","u":"setDayofweek(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"setDescription(String)","u":"setDescription(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setDownloadFile(File)","u":"setDownloadFile(java.io.File)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setDownloadFileMimeType(String)","u":"setDownloadFileMimeType(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setEmail(String)","u":"setEmail(java.lang.String)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"setEntity(String)","u":"setEntity(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setException(Exception)","u":"setException(java.lang.Exception)"},{"p":"ch.autumo.beetroot.server.message.file","c":"UploadRequest","l":"setFile(File)","u":"setFile(java.io.File)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setFirstname(String)","u":"setFirstname(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"setFormCsrfToken(String)","u":"setFormCsrfToken(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setGuid(String)","u":"setGuid(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setHour(String)","u":"setHour(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Entity","l":"setId(int)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setId(int)"},{"p":"ch.autumo.beetroot","c":"Model","l":"setId(int)"},{"p":"ch.autumo.beetroot","c":"Session","l":"setInternalTOTPCode(String)","u":"setInternalTOTPCode(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setLang(String)","u":"setLang(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setLastexecuted(Timestamp)","u":"setLastexecuted(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setLastname(String)","u":"setLastname(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setLaststatus(boolean)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setLasttoken(String)","u":"setLasttoken(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"setMapValue(String, String, String)","u":"setMapValue(java.lang.String,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.logging","c":"LogEventList","l":"setMaxSize(int)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setMessage(String)","u":"setMessage(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"setMessageType(int)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setMinute(String)","u":"setMinute(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"setModified(Timestamp)","u":"setModified(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"setModified(Timestamp)","u":"setModified(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setModified(Timestamp)","u":"setModified(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setModified(Timestamp)","u":"setModified(java.sql.Timestamp)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setMonthofyear(String)","u":"setMonthofyear(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriRouter","l":"setNotFoundHandler(Class)","u":"setNotFoundHandler(java.lang.Class)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"setNotFoundHandler(Class)","u":"setNotFoundHandler(java.lang.Class)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.BaseRoutePrioritizer","l":"setNotImplemented(Class)","u":"setNotImplemented(java.lang.Class)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.IRoutePrioritizer","l":"setNotImplemented(Class)","u":"setNotImplemented(java.lang.Class)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriRouter","l":"setNotImplemented(Class)","u":"setNotImplemented(java.lang.Class)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"setNotImplementedHandler(Class)","u":"setNotImplementedHandler(java.lang.Class)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setObject(Object)","u":"setObject(java.lang.Object)"},{"p":"ch.autumo.beetroot.server.message","c":"AbstractMessage","l":"setObject(Serializable)","u":"setObject(java.io.Serializable)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setPassword(String)","u":"setPassword(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"setPath(String)","u":"setPath(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.roles","c":"Role","l":"setPermissions(String)","u":"setPermissions(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setPhone(String)","u":"setPhone(java.lang.String)"},{"p":"ch.autumo.beetroot.routing","c":"Route","l":"setPriority(int)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"setPriority(int)"},{"p":"ch.autumo.beetroot.utils","c":"UtilsException","l":"setRawMessage(String)","u":"setRawMessage(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setRole(String)","u":"setRole(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"setRoleId(int)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD","l":"setRoutePrioritizer(RouterNanoHTTPD.IRoutePrioritizer)","u":"setRoutePrioritizer(org.nanohttpd.router.RouterNanoHTTPD.IRoutePrioritizer)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriRouter","l":"setRoutePrioritizer(RouterNanoHTTPD.IRoutePrioritizer)","u":"setRoutePrioritizer(org.nanohttpd.router.RouterNanoHTTPD.IRoutePrioritizer)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setSavedId(int)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setSecretkey(String)","u":"setSecretkey(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setStatus(int)"},{"p":"ch.autumo.beetroot","c":"Model","l":"setStored(boolean)"},{"p":"ch.autumo.beetroot.handler.users","c":"SettingsHandler","l":"SettingsHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setTitle(String)","u":"setTitle(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setTwoFa(boolean)"},{"p":"ch.autumo.beetroot","c":"Session","l":"setTwoFaLogin()"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"setType(int)"},{"p":"ch.autumo.beetroot","c":"Session","l":"setUserData(int, String, String, String, String, String, String, String, String, boolean)","u":"setUserData(int,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,boolean)"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"setUserId(int)"},{"p":"ch.autumo.beetroot","c":"Session","l":"setUserLang(String)","u":"setUserLang(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"setUsername(String)","u":"setUsername(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Session","l":"setUserSettings(Map)","u":"setUserSettings(java.util.Map)"},{"p":"ch.autumo.beetroot.handler.properties","c":"Property","l":"setValue(String)","u":"setValue(java.lang.String)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"setVar(String, Object)","u":"setVar(java.lang.String,java.lang.Object)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"setVarAll(String, Object)","u":"setVarAll(java.lang.String,java.lang.Object)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"showMenu(Session)","u":"showMenu(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler","c":"Error404Handler","l":"showMenu(Session)","u":"showMenu(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler","c":"ErrorHandler","l":"showMenu(Session)","u":"showMenu(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"ChangeHandler","l":"showMenu(Session)","u":"showMenu(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"LoginHandler","l":"showMenu(Session)","u":"showMenu(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"LogoutHandler","l":"showMenu(Session)","u":"showMenu(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"OtpHandler","l":"showMenu(Session)","u":"showMenu(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.handler.users","c":"ResetHandler","l":"showMenu(Session)","u":"showMenu(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.sms","c":"Messenger","l":"sms(String, String)","u":"sms(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.sms","c":"TwilioMessenger","l":"sms(String, String)","u":"sms(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"SORT_BY_ID"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"SORT_BY_VALUE"},{"p":"ch.autumo.beetroot","c":"Constants","l":"SQL_BINARY_TYPES"},{"p":"ch.autumo.beetroot","c":"Constants","l":"SQL_BOOLEAN_TYPES"},{"p":"ch.autumo.beetroot","c":"Constants","l":"SQL_DATE_TYPES"},{"p":"ch.autumo.beetroot","c":"Constants","l":"SQL_NUMBER_TYPES"},{"p":"ch.autumo.beetroot","c":"Constants","l":"SQL_TEXT_TYPES"},{"p":"ch.autumo.beetroot.utils.security","c":"SSL","l":"SSL()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"start()"},{"p":"ch.autumo.beetroot.server","c":"FileServer","l":"start()"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"start(boolean)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"start(int)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"start(int, boolean)","u":"start(int,boolean)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"startFileServer"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"startServer()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"startWebServer"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"STATE_NOT_OK"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"STATE_OK"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"STATE_WARNING"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.StaticPageHandler","l":"StaticPageHandler()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"stop()"},{"p":"ch.autumo.beetroot.server","c":"FileServer","l":"stop()"},{"p":"ch.autumo.beetroot.server.message","c":"StopAnswer","l":"StopAnswer()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"stopServer()"},{"p":"ch.autumo.beetroot.server","c":"BaseServer","l":"store(File, String, String, String)","u":"store(java.io.File,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server.modules","c":"FileStorage","l":"store(File, String, String, String)","u":"store(java.io.File,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"storeUserSettings(Session)","u":"storeUserSettings(ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"tableToClassName(String)","u":"tableToClassName(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"Task","l":"Task()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksAddHandler","l":"TasksAddHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksAddHandler","l":"TasksAddHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksDeleteHandler","l":"TasksDeleteHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksEditHandler","l":"TasksEditHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksEditHandler","l":"TasksEditHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksIndexHandler","l":"TasksIndexHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksIndexHandler","l":"TasksIndexHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksRESTIndexHandler","l":"TasksRESTIndexHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksRESTIndexHandler","l":"TasksRESTIndexHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.tasks","c":"TasksViewHandler","l":"TasksViewHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.server","c":"BaseServer.Help","l":"TEXT"},{"p":"ch.autumo.beetroot.utils.common","c":"Time","l":"Time()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"TIMEOUT"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"timestamp(Date)","u":"timestamp(java.sql.Date)"},{"p":"ch.autumo.beetroot.utils.common","c":"Time","l":"timeStamp(Date)","u":"timeStamp(java.util.Date)"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"tlsEnable"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"toBean(ResultSet, Class)","u":"toBean(java.sql.ResultSet,java.lang.Class)"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanProcessor","l":"toBeanList(ResultSet, Class)","u":"toBeanList(java.sql.ResultSet,java.lang.Class)"},{"p":"ch.autumo.beetroot","c":"Model","l":"toString()"},{"p":"ch.autumo.beetroot.utils.bean","c":"BeanField","l":"toString()"},{"p":"ch.autumo.beetroot.utils.database","c":"DBField","l":"toString()"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"toString()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"transientFields"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"translate(String, Session, Object...)","u":"translate(java.lang.String,ch.autumo.beetroot.Session,java.lang.Object...)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"translate(String, String, Object...)","u":"translate(java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"translateFullEscape(String, Session, Object...)","u":"translateFullEscape(java.lang.String,ch.autumo.beetroot.Session,java.lang.Object...)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"translateOrDefVal(String, String, Session, Object...)","u":"translateOrDefVal(java.lang.String,java.lang.String,ch.autumo.beetroot.Session,java.lang.Object...)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"translateOrDefVal(String, String, String, Object...)","u":"translateOrDefVal(java.lang.String,java.lang.String,java.lang.String,java.lang.Object...)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"translateTemplate(String, Session)","u":"translateTemplate(java.lang.String,ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"translateTemplate(String, Session, String[])","u":"translateTemplate(java.lang.String,ch.autumo.beetroot.Session,java.lang.String[])"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"translateTemplate(String, String, String[])","u":"translateTemplate(java.lang.String,java.lang.String,java.lang.String[])"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"translateTemplates()"},{"p":"ch.autumo.beetroot.call","c":"TwilioCaller","l":"TwilioCaller()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.sms","c":"TwilioMessenger","l":"TwilioMessenger()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.web","c":"TwoFA","l":"TwoFA()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"TYPE_ERROR"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"TYPE_FILE_DOWNLOAD"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"TYPE_FILE_NOK"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"TYPE_FILE_OK"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"TYPE_FILE_UPLOAD"},{"p":"ch.autumo.beetroot.handler","c":"HandlerResponse","l":"TYPE_FORM"},{"p":"ch.autumo.beetroot.server.message","c":"ClientAnswer","l":"TYPE_OK"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"uniqueFields"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"uniqueFields()"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"uniqueTest(BeetRootHTTPSession, String, String)","u":"uniqueTest(ch.autumo.beetroot.BeetRootHTTPSession,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Model","l":"update()"},{"p":"ch.autumo.beetroot","c":"Model","l":"update(Connection)","u":"update(java.sql.Connection)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"update(Connection, Entity, String, String)","u":"update(java.sql.Connection,ch.autumo.beetroot.Entity,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"update(Entity, String, String)","u":"update(ch.autumo.beetroot.Entity,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.cache","c":"FileCacheManager","l":"updateCacheSize(long, long)","u":"updateCacheSize(long,long)"},{"p":"ch.autumo.beetroot.handler","c":"BaseHandler","l":"updateData(BeetRootHTTPSession, int)","u":"updateData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler","c":"DefaultEditHandler","l":"updateData(BeetRootHTTPSession, int)","u":"updateData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler.users","c":"ChangeHandler","l":"updateData(BeetRootHTTPSession, int)","u":"updateData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler.users","c":"ExtUsersEditHandler","l":"updateData(BeetRootHTTPSession, int)","u":"updateData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler.users","c":"ResetHandler","l":"updateData(BeetRootHTTPSession, int)","u":"updateData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersEditHandler","l":"updateData(BeetRootHTTPSession, int)","u":"updateData(ch.autumo.beetroot.BeetRootHTTPSession,int)"},{"p":"ch.autumo.beetroot","c":"BeetRootDatabaseManager","l":"updateLanguage(String, int)","u":"updateLanguage(java.lang.String,int)"},{"p":"ch.autumo.beetroot","c":"LanguageManager","l":"updateLanguage(String, Session)","u":"updateLanguage(java.lang.String,ch.autumo.beetroot.Session)"},{"p":"ch.autumo.beetroot.utils.bean","c":"Beans","l":"updateModel(Entity, Map>)","u":"updateModel(ch.autumo.beetroot.Entity,java.util.Map)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"updateModel(Entity, Map>)","u":"updateModel(ch.autumo.beetroot.Entity,java.util.Map)"},{"p":"ch.autumo.beetroot","c":"BeetRootHTTPSession","l":"updateParameter(String, String)","u":"updateParameter(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"updateProperty(String, String)","u":"updateProperty(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.database","c":"DB","l":"updateSecretUserKey(int, String)","u":"updateSecretUserKey(int,java.lang.String)"},{"p":"ch.autumo.beetroot.server.action","c":"Upload","l":"Upload(long, String, String, String, String)","u":"%3Cinit%3E(long,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.server.message.file","c":"UploadRequest","l":"UploadRequest(File, String, String)","u":"%3Cinit%3E(java.io.File,java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer","l":"UPPER_ENTITIES_NAME"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer","l":"UPPER_ENTITIES_NAME_PLURAL"},{"p":"ch.autumo.beetroot","c":"Constants","l":"URI_SRV_CMD"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"UriResource(String, Class, Object...)","u":"%3Cinit%3E(java.lang.String,java.lang.Class,java.lang.Object...)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriResource","l":"UriResource(String, int, Class, Object...)","u":"%3Cinit%3E(java.lang.String,int,java.lang.Class,java.lang.Object...)"},{"p":"org.nanohttpd.router","c":"RouterNanoHTTPD.UriRouter","l":"UriRouter()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.utils.database","c":"H2Url","l":"URL_SEPARATOR"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"useCsrf()"},{"p":"ch.autumo.beetroot","c":"BeetRootConfigurationManager","l":"useExtendedRoles()"},{"p":"ch.autumo.beetroot.mailing","c":"AbstractMailer","l":"user"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"USER_AGENT"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"USER_HOME"},{"p":"ch.autumo.beetroot","c":"Constants","l":"USER_SETTINGS_URL_PART"},{"p":"ch.autumo.beetroot.handler.users","c":"User","l":"User()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersViewHandler","l":"userName"},{"p":"ch.autumo.beetroot.handler.usersroles","c":"UserRole","l":"UserRole()","u":"%3Cinit%3E()"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersAddHandler","l":"UsersAddHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersAddHandler","l":"UsersAddHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersDeleteHandler","l":"UsersDeleteHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersEditHandler","l":"UsersEditHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersEditHandler","l":"UsersEditHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersIndexHandler","l":"UsersIndexHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersIndexHandler","l":"UsersIndexHandler(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.handler.users","c":"UsersViewHandler","l":"UsersViewHandler(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.utils","c":"UtilsException","l":"UtilsException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ch.autumo.beetroot.utils","c":"UtilsException","l":"UtilsException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.utils","c":"UtilsException","l":"UtilsException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"ch.autumo.beetroot.security.password","c":"Argon2HashProvider","l":"verify(String, String)","u":"verify(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.security.password","c":"NOOPHashProvider","l":"verify(String, String)","u":"verify(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.security.password","c":"PasswordHashProvider","l":"verify(String, String)","u":"verify(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.security.password","c":"PBKPD2HashProvider","l":"verify(String, String)","u":"verify(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot.utils.security","c":"Security","l":"verifyPw(String, String)","u":"verifyPw(java.lang.String,java.lang.String)"},{"p":"ch.autumo.beetroot","c":"BeetRootWebServer","l":"VIRTUAL_TMP_PATH"},{"p":"ch.autumo.beetroot","c":"Model","l":"where(Class, String, Object)","u":"where(java.lang.Class,java.lang.String,java.lang.Object)"},{"p":"ch.autumo.beetroot","c":"Model","l":"where(Class, String, Object, int)","u":"where(java.lang.Class,java.lang.String,java.lang.Object,int)"},{"p":"ch.autumo.beetroot","c":"Model","l":"where(Class, String, Object[])","u":"where(java.lang.Class,java.lang.String,java.lang.Object[])"},{"p":"ch.autumo.beetroot","c":"Model","l":"where(Class, String, Object[], int)","u":"where(java.lang.Class,java.lang.String,java.lang.Object[],int)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"white(String)","u":"white(java.lang.String)"},{"p":"ch.autumo.beetroot.utils","c":"Helper","l":"WIN_APPDATA_FOLDER"},{"p":"ch.autumo.beetroot.plant","c":"Fertilizer","l":"write(String)","u":"write(java.lang.String)"},{"p":"ch.autumo.beetroot.server.communication","c":"Communicator","l":"writeAnswer(ClientAnswer, DataOutputStream)","u":"writeAnswer(ch.autumo.beetroot.server.message.ClientAnswer,java.io.DataOutputStream)"},{"p":"ch.autumo.beetroot.server.communication","c":"FileTransfer","l":"writeFile(Download, DataOutputStream)","u":"writeFile(ch.autumo.beetroot.server.action.Download,java.io.DataOutputStream)"},{"p":"ch.autumo.beetroot.utils.common","c":"Colors","l":"yellow(String)","u":"yellow(java.lang.String)"},{"p":"ch.autumo.beetroot","c":"Constants","l":"YES"}];updateSearchResults(); \ No newline at end of file diff --git a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.BaseRoutePrioritizer.html b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.BaseRoutePrioritizer.html index 19b3a39b..b5632a58 100644 --- a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.BaseRoutePrioritizer.html +++ b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.BaseRoutePrioritizer.html @@ -1,11 +1,11 @@ - -RouterNanoHTTPD.BaseRoutePrioritizer (autumo-beetroot 3.0.0 API) + +RouterNanoHTTPD.BaseRoutePrioritizer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.DefaultHandler.html b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.DefaultHandler.html index 378d848e..526d41c3 100644 --- a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.DefaultHandler.html +++ b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.DefaultHandler.html @@ -1,11 +1,11 @@ - -RouterNanoHTTPD.DefaultHandler (autumo-beetroot 3.0.0 API) + +RouterNanoHTTPD.DefaultHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.DefaultRoutePrioritizer.html b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.DefaultRoutePrioritizer.html index b389f9ce..2005179e 100644 --- a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.DefaultRoutePrioritizer.html +++ b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.DefaultRoutePrioritizer.html @@ -1,11 +1,11 @@ - -RouterNanoHTTPD.DefaultRoutePrioritizer (autumo-beetroot 3.0.0 API) + +RouterNanoHTTPD.DefaultRoutePrioritizer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.DefaultStreamHandler.html b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.DefaultStreamHandler.html index b9f2a510..9cb07eae 100644 --- a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.DefaultStreamHandler.html +++ b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.DefaultStreamHandler.html @@ -1,11 +1,11 @@ - -RouterNanoHTTPD.DefaultStreamHandler (autumo-beetroot 3.0.0 API) + +RouterNanoHTTPD.DefaultStreamHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.Error404UriHandler.html b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.Error404UriHandler.html index 7c015a46..671e7bea 100644 --- a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.Error404UriHandler.html +++ b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.Error404UriHandler.html @@ -1,11 +1,11 @@ - -RouterNanoHTTPD.Error404UriHandler (autumo-beetroot 3.0.0 API) + +RouterNanoHTTPD.Error404UriHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.GeneralHandler.html b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.GeneralHandler.html index a0caa3b5..5f4c82c2 100644 --- a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.GeneralHandler.html +++ b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.GeneralHandler.html @@ -1,11 +1,11 @@ - -RouterNanoHTTPD.GeneralHandler (autumo-beetroot 3.0.0 API) + +RouterNanoHTTPD.GeneralHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.IRoutePrioritizer.html b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.IRoutePrioritizer.html index 2698e403..bcfbdaaf 100644 --- a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.IRoutePrioritizer.html +++ b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.IRoutePrioritizer.html @@ -1,11 +1,11 @@ - -RouterNanoHTTPD.IRoutePrioritizer (autumo-beetroot 3.0.0 API) + +RouterNanoHTTPD.IRoutePrioritizer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.IndexHandler.html b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.IndexHandler.html index 996648ef..db9539e0 100644 --- a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.IndexHandler.html +++ b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.IndexHandler.html @@ -1,11 +1,11 @@ - -RouterNanoHTTPD.IndexHandler (autumo-beetroot 3.0.0 API) + +RouterNanoHTTPD.IndexHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.InsertionOrderRoutePrioritizer.html b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.InsertionOrderRoutePrioritizer.html index 96c0aeef..090337d4 100644 --- a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.InsertionOrderRoutePrioritizer.html +++ b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.InsertionOrderRoutePrioritizer.html @@ -1,11 +1,11 @@ - -RouterNanoHTTPD.InsertionOrderRoutePrioritizer (autumo-beetroot 3.0.0 API) + +RouterNanoHTTPD.InsertionOrderRoutePrioritizer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.NotImplementedHandler.html b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.NotImplementedHandler.html index 6a57bc1a..d0277341 100644 --- a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.NotImplementedHandler.html +++ b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.NotImplementedHandler.html @@ -1,11 +1,11 @@ - -RouterNanoHTTPD.NotImplementedHandler (autumo-beetroot 3.0.0 API) + +RouterNanoHTTPD.NotImplementedHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer.html b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer.html index bd420b06..8365aa8e 100644 --- a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer.html +++ b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer.html @@ -1,11 +1,11 @@ - -RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer (autumo-beetroot 3.0.0 API) + +RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.StaticPageHandler.html b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.StaticPageHandler.html index 37e76f3b..5c447438 100644 --- a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.StaticPageHandler.html +++ b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.StaticPageHandler.html @@ -1,11 +1,11 @@ - -RouterNanoHTTPD.StaticPageHandler (autumo-beetroot 3.0.0 API) + +RouterNanoHTTPD.StaticPageHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.UriResource.html b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.UriResource.html index a8337b84..9981f2d1 100644 --- a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.UriResource.html +++ b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.UriResource.html @@ -1,11 +1,11 @@ - -RouterNanoHTTPD.UriResource (autumo-beetroot 3.0.0 API) + +RouterNanoHTTPD.UriResource (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.UriResponder.html b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.UriResponder.html index ed68afbd..00c53d65 100644 --- a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.UriResponder.html +++ b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.UriResponder.html @@ -1,11 +1,11 @@ - -RouterNanoHTTPD.UriResponder (autumo-beetroot 3.0.0 API) + +RouterNanoHTTPD.UriResponder (autumo-beetroot 3.0.1 API) - + @@ -75,7 +75,7 @@

    Interface Route
    All Known Implementing Classes:
    -
    BaseHandler, ChangeHandler, DefaultAddHandler, DefaultDeleteHandler, DefaultEditHandler, DefaultIndexHandler, DefaultRESTIndexHandler, DefaultViewHandler, Error404Handler, ErrorHandler, ExampleDownloadHandler, ExampleUploadHandler, ExtUsersAddHandler, ExtUsersDeleteHandler, ExtUsersEditHandler, ExtUsersIndexHandler, ExtUsersViewHandler, HomeHandler, LogHandler, LoginHandler, LogoutHandler, NewQRCodeHandler, NoConfigHandler, NoContentAndConfigHandler, NoContentButRouteHandler, NoContentHandler, NotImplementedHandler, OtpHandler, PropertiesAddHandler, PropertiesDeleteHandler, PropertiesEditHandler, PropertiesIndexHandler, PropertiesViewHandler, ResetHandler, RolesAddHandler, RolesDeleteHandler, RolesEditHandler, RolesIndexHandler, RolesViewHandler, RouterNanoHTTPD.DefaultHandler, RouterNanoHTTPD.DefaultStreamHandler, RouterNanoHTTPD.Error404UriHandler, RouterNanoHTTPD.GeneralHandler, RouterNanoHTTPD.IndexHandler, RouterNanoHTTPD.NotImplementedHandler, RouterNanoHTTPD.StaticPageHandler, SettingsHandler, TasksAddHandler, TasksDeleteHandler, TasksEditHandler, TasksIndexHandler, TasksRESTIndexHandler, TasksViewHandler, UsersAddHandler, UsersDeleteHandler, UsersEditHandler, UsersIndexHandler, UsersViewHandler
    +
    BaseHandler, ChangeHandler, CustomResponseHandler, DefaultAddHandler, DefaultDeleteHandler, DefaultEditHandler, DefaultIndexHandler, DefaultRESTIndexHandler, DefaultViewHandler, Error404Handler, ErrorHandler, ExampleDownloadHandler, ExampleUploadHandler, ExtUsersAddHandler, ExtUsersDeleteHandler, ExtUsersEditHandler, ExtUsersIndexHandler, ExtUsersViewHandler, HomeHandler, LogHandler, LoginHandler, LogoutHandler, NewQRCodeHandler, NoConfigHandler, NoContentAndConfigHandler, NoContentButRouteHandler, NoContentHandler, NotImplementedHandler, OtpHandler, PropertiesAddHandler, PropertiesDeleteHandler, PropertiesEditHandler, PropertiesIndexHandler, PropertiesViewHandler, ResetHandler, RolesAddHandler, RolesDeleteHandler, RolesEditHandler, RolesIndexHandler, RolesViewHandler, RouterNanoHTTPD.DefaultHandler, RouterNanoHTTPD.DefaultStreamHandler, RouterNanoHTTPD.Error404UriHandler, RouterNanoHTTPD.GeneralHandler, RouterNanoHTTPD.IndexHandler, RouterNanoHTTPD.NotImplementedHandler, RouterNanoHTTPD.StaticPageHandler, SettingsHandler, TasksAddHandler, TasksDeleteHandler, TasksEditHandler, TasksIndexHandler, TasksRESTIndexHandler, TasksViewHandler, UsersAddHandler, UsersDeleteHandler, UsersEditHandler, UsersIndexHandler, UsersViewHandler
    Enclosing class:
    diff --git a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.UriRouter.html b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.UriRouter.html index b9d70a75..1ea29651 100644 --- a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.UriRouter.html +++ b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.UriRouter.html @@ -1,11 +1,11 @@ - -RouterNanoHTTPD.UriRouter (autumo-beetroot 3.0.0 API) + +RouterNanoHTTPD.UriRouter (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.html b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.html index 437d1c72..b0e7090e 100644 --- a/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.html +++ b/doc/apidocs/org/nanohttpd/router/RouterNanoHTTPD.html @@ -1,11 +1,11 @@ - -RouterNanoHTTPD (autumo-beetroot 3.0.0 API) + +RouterNanoHTTPD (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.BaseRoutePrioritizer.html b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.BaseRoutePrioritizer.html index 27ee0b7f..10e8ef74 100644 --- a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.BaseRoutePrioritizer.html +++ b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.BaseRoutePrioritizer.html @@ -1,11 +1,11 @@ - -Uses of Class org.nanohttpd.router.RouterNanoHTTPD.BaseRoutePrioritizer (autumo-beetroot 3.0.0 API) + +Uses of Class org.nanohttpd.router.RouterNanoHTTPD.BaseRoutePrioritizer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.DefaultHandler.html b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.DefaultHandler.html index 14d976e9..e5719235 100644 --- a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.DefaultHandler.html +++ b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.DefaultHandler.html @@ -1,11 +1,11 @@ - -Uses of Class org.nanohttpd.router.RouterNanoHTTPD.DefaultHandler (autumo-beetroot 3.0.0 API) + +Uses of Class org.nanohttpd.router.RouterNanoHTTPD.DefaultHandler (autumo-beetroot 3.0.1 API) - + @@ -100,84 +100,89 @@

    Uses of Base handler - The "Heart" of beetRoot.

    class 
    -
    DefaultAddHandler
    +
    CustomResponseHandler
    -
    Default handler for 'web/html/<entity>/add.html' templates.
    +
    Handler that is used for custom responses, e.g.
    class 
    -
    DefaultDeleteHandler
    +
    DefaultAddHandler
    -
    Default delete handler.
    +
    Default handler for 'web/html/<entity>/add.html' templates.
    class 
    -
    DefaultEditHandler
    +
    DefaultDeleteHandler
    -
    Default handler for 'web/html/<entity>/edit.html' templates.
    +
    Default delete handler.
    class 
    -
    DefaultIndexHandler
    +
    DefaultEditHandler
    -
    Default handler for 'web/html/<entity>/index.html' templates.
    +
    Default handler for 'web/html/<entity>/edit.html' templates.
    class 
    -
    DefaultRESTIndexHandler
    +
    DefaultIndexHandler
    -
    Default JSON-REST handler for listing entities.
    +
    Default handler for 'web/html/<entity>/index.html' templates.
    class 
    -
    DefaultViewHandler
    +
    DefaultRESTIndexHandler
    -
    Default handler for 'web/html/<entity>/view.html' templates.
    +
    Default JSON-REST handler for listing entities.
    class 
    -
    Error404Handler
    +
    DefaultViewHandler
    -
    Default error 404 handler.
    +
    Default handler for 'web/html/<entity>/view.html' templates.
    class 
    -
    ErrorHandler
    +
    Error404Handler
    -
    Default error handler.
    +
    Default error 404 handler.
    class 
    -
    ExampleDownloadHandler
    +
    ErrorHandler
    -
    Default file download handler for 'web/html/files/view.html' templates.
    +
    Default error handler.
    class 
    -
    ExampleUploadHandler
    +
    ExampleDownloadHandler
    -
    Default file upload handler for 'web/html/files/add.html' templates.
    +
    Default file download handler for 'web/html/files/view.html' templates.
    class 
    -
    HomeHandler
    +
    ExampleUploadHandler
    -
    Home handler.
    +
    Default file upload handler for 'web/html/files/add.html' templates.
    class 
    -
    NoConfigHandler
    +
    HomeHandler
    -
    Handler that has no columns configuration.
    +
    Home handler.
    class 
    -
    NoContentAndConfigHandler
    +
    NoConfigHandler
    -
    Handler that has no content output, no web resource - and no columns configuration.
    +
    Handler that has no columns configuration.
    class 
    -
    NoContentButRouteHandler
    +
    NoContentAndConfigHandler
    -
    Handler that has no content output, no web resource.
    +
    Handler that has no content output, no web resource + and no columns configuration.
    class 
    -
    NoContentHandler
    +
    NoContentButRouteHandler
    Handler that has no content output, no web resource.
    class 
    -
    NotImplementedHandler
    +
    NoContentHandler
    +
    Handler that has no content output, no web resource.
    +
    +
    class 
    +
    NotImplementedHandler
    +
    Default not-implemented handler.
    diff --git a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.DefaultRoutePrioritizer.html b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.DefaultRoutePrioritizer.html index e102cd2d..09246b76 100644 --- a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.DefaultRoutePrioritizer.html +++ b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.DefaultRoutePrioritizer.html @@ -1,11 +1,11 @@ - -Uses of Class org.nanohttpd.router.RouterNanoHTTPD.DefaultRoutePrioritizer (autumo-beetroot 3.0.0 API) + +Uses of Class org.nanohttpd.router.RouterNanoHTTPD.DefaultRoutePrioritizer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.DefaultStreamHandler.html b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.DefaultStreamHandler.html index 9e7dd3b0..a8e7113f 100644 --- a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.DefaultStreamHandler.html +++ b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.DefaultStreamHandler.html @@ -1,11 +1,11 @@ - -Uses of Class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler (autumo-beetroot 3.0.0 API) + +Uses of Class org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler (autumo-beetroot 3.0.1 API) - + @@ -100,84 +100,89 @@

    Uses of Base handler - The "Heart" of beetRoot.
    class 
    -
    +
    -
    Default handler for 'web/html/<entity>/add.html' templates.
    +
    Handler that is used for custom responses, e.g.
    class 
    - +
    -
    Default delete handler.
    +
    Default handler for 'web/html/<entity>/add.html' templates.
    class 
    - +
    -
    Default handler for 'web/html/<entity>/edit.html' templates.
    +
    Default delete handler.
    class 
    - +
    -
    Default handler for 'web/html/<entity>/index.html' templates.
    +
    Default handler for 'web/html/<entity>/edit.html' templates.
    class 
    - +
    -
    Default JSON-REST handler for listing entities.
    +
    Default handler for 'web/html/<entity>/index.html' templates.
    class 
    - +
    -
    Default handler for 'web/html/<entity>/view.html' templates.
    +
    Default JSON-REST handler for listing entities.
    class 
    - +
    -
    Default error 404 handler.
    +
    Default handler for 'web/html/<entity>/view.html' templates.
    class 
    - +
    -
    Default error handler.
    +
    Default error 404 handler.
    class 
    - +
    -
    Default file download handler for 'web/html/files/view.html' templates.
    +
    Default error handler.
    class 
    - +
    -
    Default file upload handler for 'web/html/files/add.html' templates.
    +
    Default file download handler for 'web/html/files/view.html' templates.
    class 
    - +
    -
    Home handler.
    +
    Default file upload handler for 'web/html/files/add.html' templates.
    class 
    - +
    -
    Handler that has no columns configuration.
    +
    Home handler.
    class 
    - +
    -
    Handler that has no content output, no web resource - and no columns configuration.
    +
    Handler that has no columns configuration.
    class 
    - +
    -
    Handler that has no content output, no web resource.
    +
    Handler that has no content output, no web resource + and no columns configuration.
    class 
    - +
    Handler that has no content output, no web resource.
    class 
    - +
    +
    Handler that has no content output, no web resource.
    +
    +
    class 
    + +
    Default not-implemented handler.
    diff --git a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.Error404UriHandler.html b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.Error404UriHandler.html index 69184442..68980b17 100644 --- a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.Error404UriHandler.html +++ b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.Error404UriHandler.html @@ -1,11 +1,11 @@ - -Uses of Class org.nanohttpd.router.RouterNanoHTTPD.Error404UriHandler (autumo-beetroot 3.0.0 API) + +Uses of Class org.nanohttpd.router.RouterNanoHTTPD.Error404UriHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.GeneralHandler.html b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.GeneralHandler.html index 8b0aca8c..50bba969 100644 --- a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.GeneralHandler.html +++ b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.GeneralHandler.html @@ -1,11 +1,11 @@ - -Uses of Class org.nanohttpd.router.RouterNanoHTTPD.GeneralHandler (autumo-beetroot 3.0.0 API) + +Uses of Class org.nanohttpd.router.RouterNanoHTTPD.GeneralHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.IRoutePrioritizer.html b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.IRoutePrioritizer.html index c139fa8a..621ec6ba 100644 --- a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.IRoutePrioritizer.html +++ b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.IRoutePrioritizer.html @@ -1,11 +1,11 @@ - -Uses of Interface org.nanohttpd.router.RouterNanoHTTPD.IRoutePrioritizer (autumo-beetroot 3.0.0 API) + +Uses of Interface org.nanohttpd.router.RouterNanoHTTPD.IRoutePrioritizer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.IndexHandler.html b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.IndexHandler.html index 07874ac4..f54ca2a5 100644 --- a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.IndexHandler.html +++ b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.IndexHandler.html @@ -1,11 +1,11 @@ - -Uses of Class org.nanohttpd.router.RouterNanoHTTPD.IndexHandler (autumo-beetroot 3.0.0 API) + +Uses of Class org.nanohttpd.router.RouterNanoHTTPD.IndexHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.InsertionOrderRoutePrioritizer.html b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.InsertionOrderRoutePrioritizer.html index 1c5186b9..13b469a7 100644 --- a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.InsertionOrderRoutePrioritizer.html +++ b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.InsertionOrderRoutePrioritizer.html @@ -1,11 +1,11 @@ - -Uses of Class org.nanohttpd.router.RouterNanoHTTPD.InsertionOrderRoutePrioritizer (autumo-beetroot 3.0.0 API) + +Uses of Class org.nanohttpd.router.RouterNanoHTTPD.InsertionOrderRoutePrioritizer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.NotImplementedHandler.html b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.NotImplementedHandler.html index 2feffd46..ab7fdbf4 100644 --- a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.NotImplementedHandler.html +++ b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.NotImplementedHandler.html @@ -1,11 +1,11 @@ - -Uses of Class org.nanohttpd.router.RouterNanoHTTPD.NotImplementedHandler (autumo-beetroot 3.0.0 API) + +Uses of Class org.nanohttpd.router.RouterNanoHTTPD.NotImplementedHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer.html b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer.html index f08c4665..9f9a728c 100644 --- a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer.html +++ b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer.html @@ -1,11 +1,11 @@ - -Uses of Class org.nanohttpd.router.RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer (autumo-beetroot 3.0.0 API) + +Uses of Class org.nanohttpd.router.RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.StaticPageHandler.html b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.StaticPageHandler.html index ba49c9b9..f2a6cb30 100644 --- a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.StaticPageHandler.html +++ b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.StaticPageHandler.html @@ -1,11 +1,11 @@ - -Uses of Class org.nanohttpd.router.RouterNanoHTTPD.StaticPageHandler (autumo-beetroot 3.0.0 API) + +Uses of Class org.nanohttpd.router.RouterNanoHTTPD.StaticPageHandler (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.UriResource.html b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.UriResource.html index da0e4c05..7e54a33c 100644 --- a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.UriResource.html +++ b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.UriResource.html @@ -1,11 +1,11 @@ - -Uses of Class org.nanohttpd.router.RouterNanoHTTPD.UriResource (autumo-beetroot 3.0.0 API) + +Uses of Class org.nanohttpd.router.RouterNanoHTTPD.UriResource (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.UriResponder.html b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.UriResponder.html index d3e03c79..53f52d01 100644 --- a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.UriResponder.html +++ b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.UriResponder.html @@ -1,11 +1,11 @@ - -Uses of Interface org.nanohttpd.router.RouterNanoHTTPD.UriResponder (autumo-beetroot 3.0.0 API) + +Uses of Interface org.nanohttpd.router.RouterNanoHTTPD.UriResponder (autumo-beetroot 3.0.1 API) - + @@ -100,84 +100,89 @@

    Uses of Base handler - The "Heart" of beetRoot.
    class 
    -
    +
    -
    Default handler for 'web/html/<entity>/add.html' templates.
    +
    Handler that is used for custom responses, e.g.
    class 
    - +
    -
    Default delete handler.
    +
    Default handler for 'web/html/<entity>/add.html' templates.
    class 
    - +
    -
    Default handler for 'web/html/<entity>/edit.html' templates.
    +
    Default delete handler.
    class 
    - +
    -
    Default handler for 'web/html/<entity>/index.html' templates.
    +
    Default handler for 'web/html/<entity>/edit.html' templates.
    class 
    - +
    -
    Default JSON-REST handler for listing entities.
    +
    Default handler for 'web/html/<entity>/index.html' templates.
    class 
    - +
    -
    Default handler for 'web/html/<entity>/view.html' templates.
    +
    Default JSON-REST handler for listing entities.
    class 
    - +
    -
    Default error 404 handler.
    +
    Default handler for 'web/html/<entity>/view.html' templates.
    class 
    - +
    -
    Default error handler.
    +
    Default error 404 handler.
    class 
    - +
    -
    Default file download handler for 'web/html/files/view.html' templates.
    +
    Default error handler.
    class 
    - +
    -
    Default file upload handler for 'web/html/files/add.html' templates.
    +
    Default file download handler for 'web/html/files/view.html' templates.
    class 
    - +
    -
    Home handler.
    +
    Default file upload handler for 'web/html/files/add.html' templates.
    class 
    - +
    -
    Handler that has no columns configuration.
    +
    Home handler.
    class 
    - +
    -
    Handler that has no content output, no web resource - and no columns configuration.
    +
    Handler that has no columns configuration.
    class 
    - +
    -
    Handler that has no content output, no web resource.
    +
    Handler that has no content output, no web resource + and no columns configuration.
    class 
    - +
    Handler that has no content output, no web resource.
    class 
    - +
    +
    Handler that has no content output, no web resource.
    +
    +
    class 
    + +
    Default not-implemented handler.
    diff --git a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.UriRouter.html b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.UriRouter.html index e7b3b35d..7d33b4b8 100644 --- a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.UriRouter.html +++ b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.UriRouter.html @@ -1,11 +1,11 @@ - -Uses of Class org.nanohttpd.router.RouterNanoHTTPD.UriRouter (autumo-beetroot 3.0.0 API) + +Uses of Class org.nanohttpd.router.RouterNanoHTTPD.UriRouter (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.html b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.html index 1c1d7652..8d724c72 100644 --- a/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.html +++ b/doc/apidocs/org/nanohttpd/router/class-use/RouterNanoHTTPD.html @@ -1,11 +1,11 @@ - -Uses of Class org.nanohttpd.router.RouterNanoHTTPD (autumo-beetroot 3.0.0 API) + +Uses of Class org.nanohttpd.router.RouterNanoHTTPD (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/package-summary.html b/doc/apidocs/org/nanohttpd/router/package-summary.html index 5deead9d..4234f690 100644 --- a/doc/apidocs/org/nanohttpd/router/package-summary.html +++ b/doc/apidocs/org/nanohttpd/router/package-summary.html @@ -1,11 +1,11 @@ - -org.nanohttpd.router (autumo-beetroot 3.0.0 API) + +org.nanohttpd.router (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/package-tree.html b/doc/apidocs/org/nanohttpd/router/package-tree.html index 70098e3e..5d90bfd5 100644 --- a/doc/apidocs/org/nanohttpd/router/package-tree.html +++ b/doc/apidocs/org/nanohttpd/router/package-tree.html @@ -1,11 +1,11 @@ - -org.nanohttpd.router Class Hierarchy (autumo-beetroot 3.0.0 API) + +org.nanohttpd.router Class Hierarchy (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/org/nanohttpd/router/package-use.html b/doc/apidocs/org/nanohttpd/router/package-use.html index b3a87a38..404407d0 100644 --- a/doc/apidocs/org/nanohttpd/router/package-use.html +++ b/doc/apidocs/org/nanohttpd/router/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package org.nanohttpd.router (autumo-beetroot 3.0.0 API) + +Uses of Package org.nanohttpd.router (autumo-beetroot 3.0.1 API) - + diff --git a/doc/apidocs/overview-summary.html b/doc/apidocs/overview-summary.html index 63b964c3..8c0060bd 100644 --- a/doc/apidocs/overview-summary.html +++ b/doc/apidocs/overview-summary.html @@ -1,11 +1,11 @@ - -autumo-beetroot 3.0.0 API + +autumo-beetroot 3.0.1 API - + diff --git a/doc/apidocs/overview-tree.html b/doc/apidocs/overview-tree.html index 9399320c..5db4a41b 100644 --- a/doc/apidocs/overview-tree.html +++ b/doc/apidocs/overview-tree.html @@ -1,11 +1,11 @@ - -Class Hierarchy (autumo-beetroot 3.0.0 API) + +Class Hierarchy (autumo-beetroot 3.0.1 API) - + @@ -282,6 +282,7 @@

    Class Hierarchy

  • ch.autumo.beetroot.handler.BaseHandler (implements ch.autumo.beetroot.handler.Handler)