Class JerseyApplication
- java.lang.Object
-
- javax.ws.rs.core.Application
-
- org.nuxeo.ecm.webengine.app.WebEngineApplication
-
- org.nuxeo.ecm.webengine.app.jersey.JerseyApplication
-
- All Implemented Interfaces:
com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Type>
@Provider public class JerseyApplication extends WebEngineApplication implements com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Type>
Experimental - Can be used to inject WebContext through@Context
annotation. Do not use it for now.- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description JerseyApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getSingletons
public Set<Object> getSingletons()
- Overrides:
getSingletons
in classWebEngineApplication
-
getScope
public com.sun.jersey.core.spi.component.ComponentScope getScope()
- Specified by:
getScope
in interfacecom.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Type>
-
-