|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultiPart | |
---|---|
com.sun.jersey.multipart | JAX-RS Integration with MIME MultiPart Message Formats |
Uses of MultiPart in com.sun.jersey.multipart |
---|
Subclasses of MultiPart in com.sun.jersey.multipart | |
---|---|
class |
FormDataMultiPart
Subclass of MultiPart with specialized support for media type
multipart/form-data . |
Methods in com.sun.jersey.multipart that return MultiPart | |
---|---|
MultiPart |
MultiPart.bodyPart(BodyPart bodyPart)
Builder pattern method to add the specified BodyPart to this
MultiPart . |
MultiPart |
MultiPart.bodyPart(java.lang.Object entity,
MediaType mediaType)
Builder pattern method to add a newly configured BodyPart
to this MultiPart . |
MultiPart |
BodyPart.getParent()
Return the parent MultiPart (if any) for this BodyPart . |
MultiPart |
MultiPart.type(MediaType type)
Builder pattern method to return this MultiPart after
additional configuration. |
Methods in com.sun.jersey.multipart with parameters of type MultiPart | |
---|---|
void |
BodyPart.setParent(MultiPart parent)
Set the parent MultiPart (if any) for this BodyPart . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |