Package

org.ada.web

controllers

Permalink

package controllers

Visibility
  1. Public
  2. All

Type Members

  1. class AdminController extends BaseController

    Permalink
  2. class AppController extends AdaBaseController

    Permalink
  3. class AuthController extends AdaBaseController with LoginLogout with AdaAuthConfig

    Permalink
  4. class ControllerModule extends AbstractModule with ScalaModule

    Permalink
  5. case class DataSetControllerActionNames(dataSetActions: Traversable[String], fieldActions: Traversable[String], categoryActions: Traversable[String], filterActions: Traversable[String], dataViewActions: Traversable[String], classificationRunActions: Traversable[String], regressionRunActions: Traversable[String], temporalClassificationRunActions: Traversable[String], temporalRegressionRunActions: Traversable[String]) extends Product with Serializable

    Permalink
  6. class DocumentationController extends AdaBaseController

    Permalink
  7. class EnumStringBindable[E <: Enumeration] extends QueryStringBindable[controllers.EnumStringBindable.E.Value]

    Permalink
  8. class FixRoutesPrefixUrl extends Module

    Permalink

    Hacky solution to pass play.http.context (if defined) to routes during an initialization.

    Hacky solution to pass play.http.context (if defined) to routes during an initialization.

    See: https://github.com/playframework/playframework/issues/4984 or https://github.com/playframework/playframework/issues/4977

    Once the referenced issue in Play framework is fixed, this class can be removed

  9. class HtmlSnippetController extends AdaCrudControllerImpl[HtmlSnippet, BSONObjectID] with AdminRestrictedCrudController[BSONObjectID] with HasBasicFormCrudViews[HtmlSnippet, BSONObjectID]

    Permalink
  10. class LdapUserController extends AdaBaseController

    Permalink
  11. class MessageController extends AdaBaseController

    Permalink
  12. class ReverseAdminController extends AnyRef

    Permalink
  13. class ReverseAppController extends AnyRef

    Permalink
  14. class ReverseAuthController extends AnyRef

    Permalink
  15. class ReverseDocumentationController extends AnyRef

    Permalink
  16. class ReverseHtmlSnippetController extends AnyRef

    Permalink
  17. class ReverseLdapUserController extends AnyRef

    Permalink
  18. class ReverseMessageController extends AnyRef

    Permalink
  19. class ReverseRunnableController extends AnyRef

    Permalink
  20. class ReverseTranslationController extends AnyRef

    Permalink
  21. class ReverseUserController extends AnyRef

    Permalink
  22. class ReverseUserProfileController extends AnyRef

    Permalink
  23. class RunnableController extends AdaBaseController

    Permalink
  24. class TranslationController extends AdaCrudControllerImpl[Translation, BSONObjectID] with AdminRestrictedCrudController[BSONObjectID] with HasBasicFormCrudViews[Translation, BSONObjectID]

    Permalink
  25. class UserController extends AdaCrudControllerImpl[User, BSONObjectID] with AdminRestrictedCrudController[BSONObjectID] with HasFormShowEqualEditView[User, BSONObjectID] with HasBasicListView[User]

    Permalink
  26. class UserProfileController extends AdaBaseController

    Permalink
  27. class routes extends AnyRef

    Permalink

Value Members

  1. object BSONObjectIDQueryStringBindable extends QueryStringBindable[BSONObjectID]

    Permalink
  2. object BSONObjectIDStringFormatter extends Formatter[BSONObjectID]

    Permalink
  3. object FilterConditionExtraFormats

    Permalink
  4. object PathBindables

    Permalink

    Instances of Play PathBindable for the ReactiveMongo types.

  5. object QueryStringBinders

    Permalink
  6. object UserDataSetPermissions

    Permalink
  7. package core

    Permalink
  8. package dataset

    Permalink
  9. package javascript

    Permalink
  10. package ml

    Permalink

Ungrouped