public class CoreSessionProvider extends Object implements com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Type>, com.sun.jersey.spi.inject.Injectable<CoreSession>
Constructor and Description |
---|
CoreSessionProvider() |
Modifier and Type | Method and Description |
---|---|
com.sun.jersey.spi.inject.Injectable<CoreSession> |
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() |
CoreSession |
getValue() |
public CoreSessionProvider()
public CoreSession getValue()
getValue
in interface com.sun.jersey.spi.inject.Injectable<CoreSession>
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<CoreSession> 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.