|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectFactory | |
---|---|
org.restlet.ext.jaxrs | Implementation of JAX-RS 1.0 (JSR-311). |
Uses of ObjectFactory in org.restlet.ext.jaxrs |
---|
Methods in org.restlet.ext.jaxrs that return ObjectFactory | |
---|---|
ObjectFactory |
JaxRsApplication.getObjectFactory()
Returns the ObjectFactory for root resource class and provider instantiation, if given. |
ObjectFactory |
JaxRsRestlet.getObjectFactory()
Returns the ObjectFactory for root resource class and provider instantiation, if given. |
Methods in org.restlet.ext.jaxrs with parameters of type ObjectFactory | |
---|---|
void |
JaxRsApplication.setObjectFactory(ObjectFactory objectFactory)
Sets the ObjectFactory for root resource class and provider instantiation. |
void |
JaxRsRestlet.setObjectFactory(ObjectFactory objectFactory)
Sets the ObjectFactory for root resource class and provider instantiation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |