Package

org.codelibs.gitbucket.fess

controller

Permalink

package controller

Visibility
  1. Public
  2. All

Type Members

  1. class FessApiApiController extends ControllerBase with FessApiControllerBase with RepositoryService with AccountService with UsersAuthenticator with FessSearchService

    Permalink
  2. trait FessApiControllerBase extends ControllerBase

    Permalink
  3. case class FessLabelResponse(source_label: List[String]) extends Product with Serializable

    Permalink
  4. case class FessRepositoryInfo(name: String, owner: String, is_private: Boolean, issue_count: Int, collaborators: List[String]) extends Product with Serializable

    Permalink
  5. case class FessResponse(total_count: Int, response_count: Int, offset: Int, repositories: List[FessRepositoryInfo]) extends Product with Serializable

    Permalink
  6. class FessSearchController extends ControllerBase with FessSearchControllerBase with RepositoryService with AccountService with OwnerAuthenticator with UsersAuthenticator with GroupManagerAuthenticator with ReferrerAuthenticator with ReadableUsersAuthenticator with WritableUsersAuthenticator with FessSearchService with FessSettingsService

    Permalink
  7. trait FessSearchControllerBase extends ControllerBase

    Permalink
  8. class FessSettingsController extends ControllerBase with FessSettingsControllerBase with FessSettingsService with AdminAuthenticator

    Permalink
  9. trait FessSettingsControllerBase extends ControllerBase

    Permalink

Ungrouped