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

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 Details

    • HttpServletRequestProvider

      public HttpServletRequestProvider()
  • Method Details

    • getValue

      public javax.servlet.http.HttpServletRequest getValue()
      Specified by:
      getValue in interface com.sun.jersey.spi.inject.Injectable<javax.servlet.http.HttpServletRequest>
    • getScope

      public com.sun.jersey.core.spi.component.ComponentScope getScope()
      Specified by:
      getScope in interface com.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 interface com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Type>