|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
com.sun.jersey.server.impl.model.method.dispatch.MultipartFormDispatchProvider
public class MultipartFormDispatchProvider
Field Summary |
---|
Fields inherited from class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider |
---|
FORM_PROPERTY |
Constructor Summary | |
---|---|
MultipartFormDispatchProvider()
|
Method Summary | |
---|---|
RequestDispatcher |
create(AbstractResourceMethod method)
Create a RequestDispatcher for a resource method of
a resource. |
protected java.util.List<Injectable> |
getInjectables(AbstractResourceMethod method)
|
protected void |
processForm(HttpContext context)
|
Methods inherited from class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider |
---|
getInjectableValuesProvider, getMultivaluedParameterExtractorProvider |
Methods inherited from class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider |
---|
getInjectableProviderContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultipartFormDispatchProvider()
Method Detail |
---|
protected void processForm(HttpContext context)
processForm
in class FormDispatchProvider
public RequestDispatcher create(AbstractResourceMethod method)
ResourceMethodDispatchProvider
RequestDispatcher
for a resource method of
a resource.
create
in interface ResourceMethodDispatchProvider
create
in class FormDispatchProvider
method
- the abstract resource method.
protected java.util.List<Injectable> getInjectables(AbstractResourceMethod method)
getInjectables
in class FormDispatchProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |