Uses of Interface
at.jku.dke.etutor.task_app.controllers.TaskController
Packages that use TaskController
Package
Description
This package contains controller interfaces that task apps should implement.
-
Uses of TaskController in at.jku.dke.etutor.task_app.controllers
Classes in at.jku.dke.etutor.task_app.controllers that implement TaskControllerModifier and TypeClassDescriptionclass
BaseTaskController<E extends Task,
D, A> Base implementation ofTaskController
with predefined request mapping base.class
BaseTaskControllerWithoutRequestMapping<E extends Task,
D, A> Base implementation ofTaskController
.