Class AbstractHandler
java.lang.Object
de.seitenbau.serviceportal.prozesspipeline.webserver.AbstractHandler
- All Implemented Interfaces:
HttpHandler,WebServerUtils
- Direct Known Subclasses:
FormsHandler,ProcessModelsHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Stringprotected abstract byte[]protected abstract Stringprotected StringgetUrlForCorsHeader(String sgwUrl) voidhandle(HttpExchange httpExchange) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.seitenbau.serviceportal.prozesspipeline.webserver.WebServerUtils
log, send, send, sendBytes
-
Field Details
-
url
-
basepath
-
-
Constructor Details
-
AbstractHandler
-
-
Method Details
-
handle
- Specified by:
handlein interfaceHttpHandler- Throws:
IOException
-
getUrlForCorsHeader
-
getResourcePath
-
getEmptyFileDefault
protected abstract byte[] getEmptyFileDefault() -
getContentType
-