X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fpages%2FDeleteSonePage.kt;h=0b0df7dd68749bc17b746242ecf74664100f5b60;hp=b2a6d7b696e1e92cb49ff908a57d423dbdf5f132;hb=6b71175d0493719bfccbf747abfd7cb45a46eaff;hpb=79b7e5bbbf68e66ccaf82f6cd4004f387f4e83fe diff --git a/src/main/kotlin/net/pterodactylus/sone/web/pages/DeleteSonePage.kt b/src/main/kotlin/net/pterodactylus/sone/web/pages/DeleteSonePage.kt index b2a6d7b..0b0df7d 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/pages/DeleteSonePage.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/pages/DeleteSonePage.kt @@ -6,13 +6,14 @@ import net.pterodactylus.sone.web.WebInterface import net.pterodactylus.sone.web.page.FreenetRequest import net.pterodactylus.util.template.Template import net.pterodactylus.util.template.TemplateContext +import javax.inject.Inject /** * Lets the user delete a Sone. Of course the Sone is not really deleted from * Freenet; merely all references to it are removed from the local plugin * installation. */ -class DeleteSonePage(template: Template, webInterface: WebInterface): +class DeleteSonePage @Inject constructor(template: Template, webInterface: WebInterface): LoggedInPage("deleteSone.html", template, "Page.DeleteSone.Title", webInterface) { override fun handleRequest(freenetRequest: FreenetRequest, currentSone: Sone, templateContext: TemplateContext) {