Class SwaggerUIHandler
java.lang.Object
i5.las2peer.connectors.webConnector.handler.AbstractFileHandler
i5.las2peer.connectors.webConnector.handler.SwaggerUIHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
processRequest
(String path) javax.ws.rs.core.Response
rootPath()
protected javax.ws.rs.core.Response
-
Field Details
-
RESOURCE_PATH
- See Also:
-
-
Constructor Details
-
SwaggerUIHandler
-
-
Method Details
-
rootPath
- Throws:
IOException
URISyntaxException
-
processRequest
@GET @Path("{any: .*}") public javax.ws.rs.core.Response processRequest(@PathParam("any") String path) throws IOException, URISyntaxException - Throws:
IOException
URISyntaxException
-
serveFile
- Overrides:
serveFile
in classAbstractFileHandler
- Throws:
IOException
-