Package org.nuxeo.ecm.webengine.app
Class WebEngineModule.HttpServletRequestProvider
java.lang.Object
org.nuxeo.ecm.webengine.app.WebEngineModule.HttpServletRequestProvider
- All Implemented Interfaces:
com.sun.jersey.spi.inject.Injectable<javax.servlet.http.HttpServletRequest>
,com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,
Type>
- Enclosing class:
- WebEngineModule
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.sun.jersey.spi.inject.Injectable<javax.servlet.http.HttpServletRequest>
getInjectable
(com.sun.jersey.core.spi.component.ComponentContext ic, javax.ws.rs.core.Context a, Type c) com.sun.jersey.core.spi.component.ComponentScope
getScope()
javax.servlet.http.HttpServletRequest
getValue()
-
Constructor Details
-
HttpServletRequestProvider
public HttpServletRequestProvider()
-
-
Method Details
-
getValue
public javax.servlet.http.HttpServletRequest getValue()- Specified by:
getValue
in interfacecom.sun.jersey.spi.inject.Injectable<javax.servlet.http.HttpServletRequest>
-
getScope
public com.sun.jersey.core.spi.component.ComponentScope getScope()- Specified by:
getScope
in interfacecom.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,
Type>
-
getInjectable
public com.sun.jersey.spi.inject.Injectable<javax.servlet.http.HttpServletRequest> getInjectable(com.sun.jersey.core.spi.component.ComponentContext ic, javax.ws.rs.core.Context a, Type c) - Specified by:
getInjectable
in interfacecom.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,
Type>
-