Uses of Interface
de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.Content
-
Packages that use Content Package Description de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart -
-
Uses of Content in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing that return Content Modifier and Type Method Description static ContentBatchProcessorHelper. processChangeset(Service service, MixedContent changeset) -
Uses of Content in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart
Classes in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart that implement Content Modifier and Type Class Description classHttpContentclassMixedContentParser for multipart/mixed mime type stringContent, since Tomcat only handles multipart/form-data.classStringContentContent with no content type.Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart that return Content Modifier and Type Method Description ContentPart. getContent()Get the Content of this Part.Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart with parameters of type Content Modifier and Type Method Description PartPart. setContent(Content content)Set the Content of this Part.
-