Class FormsHandler
- java.lang.Object
-
- de.seitenbau.serviceportal.prozesspipeline.webserver.FormsHandler
-
- All Implemented Interfaces:
com.sun.net.httpserver.HttpHandler,WebServerUtils
public class FormsHandler extends java.lang.Object implements com.sun.net.httpserver.HttpHandler, WebServerUtils
-
-
Field Summary
-
Fields inherited from interface de.seitenbau.serviceportal.prozesspipeline.webserver.WebServerUtils
FILE_PATTERNS_BY_NAME, FILE_PATTERNS_BY_PATH, FORMLANGUAGE, FORMNAME, FORMVERSION
-
-
Constructor Summary
Constructors Constructor Description FormsHandler(java.lang.String sgwUrl, java.io.File basepath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(com.sun.net.httpserver.HttpExchange httpExchange)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.seitenbau.serviceportal.prozesspipeline.webserver.WebServerUtils
log, send, send, sendBytes
-
-