package
controller
Type Members
-
class
FessApiController extends ControllerBase with FessApiControllerBase with RepositoryService with AccountService with AdminAuthenticator with UsersAuthenticator with WikiService with IssuesService with FessSearchService
-
trait
FessApiControllerBase extends ControllerBase
-
case class
FessInfoResponse(version: String, source_label: String, issue_label: String, wiki_label: String) extends Product with Serializable
-
case class
FessLabelResponse(source_label: List[String]) extends Product with Serializable
-
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
-
case class
FessResponse(total_count: Int, response_count: Int, offset: Int, repositories: List[FessRepositoryInfo]) extends Product with Serializable
-
class
FessSearchController extends ControllerBase with FessSearchControllerBase with FessSearchService with ActivityService with IssuesService with WikiService with RepositoryService with AccountService with OwnerAuthenticator with UsersAuthenticator with GroupManagerAuthenticator with ReferrerAuthenticator with ReadableUsersAuthenticator with WritableUsersAuthenticator with FessSettingsService
-
trait
FessSearchControllerBase extends ControllerBase
-
class
FessSettingsController extends ControllerBase with FessSettingsControllerBase with FessSettingsService with AdminAuthenticator
-
trait
FessSettingsControllerBase extends ControllerBase
-
case class
FessWikiPageList(pages: List[String]) extends Product with Serializable