Package at.jku.dke.etutor.task_app.controllers
package at.jku.dke.etutor.task_app.controllers
This package contains controller interfaces that task apps should implement.
This package also contains base implementations of these interfaces that can be used by task apps. The documentation of the REST-API can be found here.
-
ClassDescriptionBase implementation of
SubmissionController
with predefined request mapping base.Base implementation ofSubmissionController
.Base implementation ofTaskController
with predefined request mapping base.Base implementation ofTaskController
.Base implementation ofTaskGroupController
with predefined request mapping base.Base implementation ofTaskGroupController
.Controller advice for handling exceptions.Controller for managing submissions.TaskController<D,T> Controller for managing tasks.TaskGroupController<D,T> Controller for managing task groups.