public static class WebEngineModule.HttpServletRequestProvider extends Object implements com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Type>, com.sun.jersey.spi.inject.Injectable<javax.servlet.http.HttpServletRequest>
Constructor and Description |
---|
HttpServletRequestProvider() |
Modifier and Type | Method and Description |
---|---|
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) |
com.sun.jersey.core.spi.component.ComponentScope |
getScope() |
javax.servlet.http.HttpServletRequest |
getValue() |
public HttpServletRequestProvider()
public javax.servlet.http.HttpServletRequest getValue()
getValue
in interface com.sun.jersey.spi.inject.Injectable<javax.servlet.http.HttpServletRequest>
public com.sun.jersey.core.spi.component.ComponentScope getScope()
getScope
in interface com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Type>
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)
getInjectable
in interface com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Type>
Copyright © 2018 Nuxeo. All rights reserved.