@Provider public class UserProvider extends com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable<String> implements com.sun.jersey.spi.inject.InjectableProvider<RequestUser,Type>
| Constructor and Description |
|---|
UserProvider() |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.spi.inject.Injectable<?> |
getInjectable(com.sun.jersey.core.spi.component.ComponentContext ctx,
RequestUser ruAnnotation,
Type type) |
com.sun.jersey.core.spi.component.ComponentScope |
getScope() |
String |
getValue(com.sun.jersey.api.core.HttpContext arg0) |
public String getValue(com.sun.jersey.api.core.HttpContext arg0)
getValue in class com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable<String>public com.sun.jersey.spi.inject.Injectable<?> getInjectable(com.sun.jersey.core.spi.component.ComponentContext ctx,
RequestUser ruAnnotation,
Type type)
getInjectable in interface com.sun.jersey.spi.inject.InjectableProvider<RequestUser,Type>public com.sun.jersey.core.spi.component.ComponentScope getScope()
getScope in interface com.sun.jersey.spi.inject.InjectableProvider<RequestUser,Type>Copyright © 2017. All rights reserved.