Uses of Class
com.aquima.web.api.controller.v2.AbstractBaseController
Packages that use AbstractBaseController
Package
Description
-
Uses of AbstractBaseController in com.aquima.web.api.controller
Subclasses of AbstractBaseController in com.aquima.web.api.controller -
Uses of AbstractBaseController in com.aquima.web.api.controller.v2
Subclasses of AbstractBaseController in com.aquima.web.api.controller.v2Modifier and TypeClassDescriptionclass
Controller that handles authentication related actions on the API.class
class
class
Controller used to get available languages for the activated project and also set a new language for itclass
This controller is designed for the use-case of starting a Blueriq session directly on the backend, instead of through a frontend.class
Controller which performs actions related to sessionsclass
This controller is used specifically for clients that only accept JSON instead of HTML and have their own login screen.class
class
-
Uses of AbstractBaseController in com.aquima.web.components.filedownload.controller.v2
-
Uses of AbstractBaseController in com.aquima.web.components.fileupload.controller.v2
Subclasses of AbstractBaseController in com.aquima.web.components.fileupload.controller.v2Modifier and TypeClassDescriptionclass
Controller for uploading files with the AQ_File_Upload container