added javadoc

This commit is contained in:
2020-03-13 11:04:09 +01:00
parent e28cfd4a20
commit 9f39b4f9c8
8 changed files with 126 additions and 2 deletions

View File

@@ -7,6 +7,11 @@ import com.wasteinformationserver.basicutils.Log.Log.warning
import com.wasteinformationserver.website.datarequests.login.LoginState
import java.io.IOException
/**
* Http handler to deliver all the main pages (index.html ...)
*
* @author Lukas Heiligenbrunner
*/
class MainPage : HttpHandler {
@Throws(IOException::class)
override fun handle(t: HttpExchange) {