com.elopteryx.paint.upload.rs.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of paint-upload-jaxrs Show documentation
Show all versions of paint-upload-jaxrs Show documentation
Paint Upload Jax-Rs is a file upload library for Jax-Rs applications.
The newest version!
/**
* The top level of the package hierarchy which contains
* classes related to using the core library in a
* Jax-Rs environment.
*
* This library includes a lightweight integration of the
* core package with the Jax-Rs environment. It has
* a message body reader to inject upload related
* parameters into the controller methods. The library uses
* different interfaces than those found in the core library,
* because the Jax-Rs specification does not support async
* processing for the message body worker classes, therefore
* several methods and classes would not work here.
*
* The library also includes annotations to help injecting
* part items into the controller methods and also to allow
* defining size constraints.
*/
package com.elopteryx.paint.upload.rs;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy