Packages

package controller

Type Members

  1. class FessApiController extends ControllerBase with FessApiControllerBase with RepositoryService with AccountService with AdminAuthenticator with UsersAuthenticator with WikiService with LabelsService with PrioritiesService with MilestonesService with IssuesService with FessSearchService
  2. trait FessApiControllerBase extends ControllerBase
  3. case class FessInfoResponse(version: String, source_label: String, issue_label: String, wiki_label: String) extends Product with Serializable
  4. case class FessLabelResponse(source_label: List[String]) extends Product with Serializable
  5. case class FessRepositoryInfo(name: String, owner: String, branch: String, is_private: Boolean, issue_count: Int, pull_count: Int, collaborators: List[String]) extends Product with Serializable
  6. case class FessResponse(total_count: Int, response_count: Int, offset: Int, repositories: List[FessRepositoryInfo]) extends Product with Serializable
  7. class FessSearchController extends ControllerBase with FessSearchControllerBase with FessSearchService with LabelsService with PrioritiesService with MilestonesService with IssuesService with WikiService with RepositoryService with AccountService with OwnerAuthenticator with UsersAuthenticator with GroupManagerAuthenticator with ReferrerAuthenticator with ReadableUsersAuthenticator with WritableUsersAuthenticator with FessSettingsService
  8. trait FessSearchControllerBase extends ControllerBase
  9. class FessSettingsController extends ControllerBase with FessSettingsControllerBase with FessSettingsService with AdminAuthenticator
  10. trait FessSettingsControllerBase extends ControllerBase
  11. case class FessWikiPageList(pages: List[String]) extends Product with Serializable

Ungrouped