public class MultiPartBundle extends Object implements ConfiguredBundle<Configuration>
ConfiguredBundle, which enables the processing of multi-part form data by your application.MultiPartFeature,
Jersey Multipart| Constructor and Description |
|---|
MultiPartBundle() |
| Modifier and Type | Method and Description |
|---|---|
void |
run(Configuration configuration,
Environment environment)
Initializes the environment.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializepublic void run(Configuration configuration, Environment environment)
ConfiguredBundlerun in interface ConfiguredBundle<Configuration>configuration - the configuration objectenvironment - the application's EnvironmentCopyright © 2021. All rights reserved.