|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConstructorInjector
Method Summary | |
---|---|
java.lang.Object |
construct()
construct outside the scope of an HTTP request. |
java.lang.Object |
construct(HttpRequest request,
HttpResponse response)
construct inside the scope of an HTTP request. |
java.lang.Object[] |
injectableArguments()
Create an arguments list from injectable tings outside the scope of an HTTP request. |
java.lang.Object[] |
injectableArguments(HttpRequest request,
HttpResponse response)
Create an argument list inside the scope of an HTTP request. |
Method Detail |
---|
java.lang.Object construct()
java.lang.Object construct(HttpRequest request, HttpResponse response) throws Failure, WebApplicationException, ApplicationException
request
- response
-
Failure
WebApplicationException
ApplicationException
java.lang.Object[] injectableArguments()
java.lang.Object[] injectableArguments(HttpRequest request, HttpResponse response) throws Failure
request
- response
-
Failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |