@Provider public class JerseyApplication extends WebEngineApplication implements com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Type>
@Context
annotation. Do not use it for now.Constructor and Description |
---|
JerseyApplication() |
Modifier and Type | Method and Description |
---|---|
com.sun.jersey.spi.inject.Injectable<?> |
getInjectable(com.sun.jersey.core.spi.component.ComponentContext cc,
javax.ws.rs.core.Context a,
Type t) |
com.sun.jersey.core.spi.component.ComponentScope |
getScope() |
Set<Object> |
getSingletons() |
public JerseyApplication()
public Set<Object> getSingletons()
getSingletons
in class WebEngineApplication
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<?> getInjectable(com.sun.jersey.core.spi.component.ComponentContext cc, javax.ws.rs.core.Context a, Type t)
getInjectable
in interface com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Type>
Copyright © 2015 Nuxeo SA. All rights reserved.