Class | Description |
---|---|
CommunoteRestletServletAdapter |
Extend the restlets
ServletAdapter since we need to specify the
CommunoteRestletServletAdapter.getBaseRef(HttpServletRequest) more freely and
HttpServletRequest.getServletPath() does not seem to fulfill our needs. |
HttpServletRequestWrapper |
TODO implement javax.servlet.http.HttpServletRequestWrapper instead of
HttpServletRequest |
RestApiByteArrayInputStream |
A
ByteArrayInputStream contains an internal buffer that contains bytes that may be
read from the stream. |
RestletApplicationManager<T extends org.restlet.ext.jaxrs.JaxRsApplication> |
Manager or register, unregister and getting
JaxRsApplication for an specific version (for
example a simple major.minor (like 1.3) or prisma-1.3). |
Copyright © 2019 Communote team. All rights reserved.