|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resteasy.core.FormInjector
public class FormInjector
Constructor Summary | |
---|---|
FormInjector(java.lang.Class type,
ResteasyProviderFactory factory)
|
Method Summary | |
---|---|
java.lang.Object |
inject()
Inject outside the context of an HTTP request. |
java.lang.Object |
inject(HttpRequest request,
HttpResponse response)
Inject inside the context of an HTTP request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormInjector(java.lang.Class type, ResteasyProviderFactory factory)
Method Detail |
---|
public java.lang.Object inject()
ValueInjector
inject
in interface ValueInjector
public java.lang.Object inject(HttpRequest request, HttpResponse response)
ValueInjector
inject
in interface ValueInjector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |