Uses of Interface
org.exoplatform.services.rest.ApplicationContext
Packages that use ApplicationContext
Package
Description
-
Uses of ApplicationContext in org.exoplatform.services.rest
Methods in org.exoplatform.services.rest with parameters of type ApplicationContextModifier and TypeMethodDescriptionConstructorDescriptor.createInstance(ApplicationContext context) ContainerObjectFactory.getInstance(ApplicationContext context) Create object instance.ObjectFactory.getInstance(ApplicationContext context) Create object instance.PerRequestObjectFactory.getInstance(ApplicationContext context) Create object instance.SingletonObjectFactory.getInstance(ApplicationContext context) Create object instance.voidFieldInjector.inject(Object resource, ApplicationContext context) Set ObjectFieldusing ApplicationContext for resolve actual field value. -
Uses of ApplicationContext in org.exoplatform.services.rest.impl
Classes in org.exoplatform.services.rest.impl that implement ApplicationContextMethods in org.exoplatform.services.rest.impl that return ApplicationContextMethods in org.exoplatform.services.rest.impl with parameters of type ApplicationContextModifier and TypeMethodDescriptionConstructorDescriptorImpl.createInstance(ApplicationContext context) voidFieldInjectorImpl.inject(Object resource, ApplicationContext context) Set ObjectFieldusing ApplicationContext for resolve actual field value.static voidApplicationContextImpl.setCurrent(ApplicationContext context) Set ApplicationContext for current thread. -
Uses of ApplicationContext in org.exoplatform.services.rest.impl.method
Methods in org.exoplatform.services.rest.impl.method with parameters of type ApplicationContextModifier and TypeMethodDescriptionDefaultMethodInvoker.invokeMethod(Object resource, GenericMethodResource methodResource, ApplicationContext context) Invoke supplied method and return result of method invoking.OptionsRequestMethodInvoker.invokeMethod(Object resource, GenericMethodResource genericMethodResource, ApplicationContext context) Invoke supplied method and return result of method invoking.ContextParameterResolver.resolve(Parameter parameter, ApplicationContext context) Create object which will be passed in resource method or locator.CookieParameterResolver.resolve(Parameter parameter, ApplicationContext context) Create object which will be passed in resource method or locator.FormParameterResolver.resolve(Parameter parameter, ApplicationContext context) Create object which will be passed in resource method or locator.HeaderParameterResolver.resolve(Parameter parameter, ApplicationContext context) Create object which will be passed in resource method or locator.MatrixParameterResolver.resolve(Parameter parameter, ApplicationContext context) Create object which will be passed in resource method or locator.abstract ObjectParameterResolver.resolve(Parameter parameter, ApplicationContext context) Create object which will be passed in resource method or locator.PathParameterResolver.resolve(Parameter parameter, ApplicationContext context) Create object which will be passed in resource method or locator.PropertyResolver.resolve(Parameter parameter, ApplicationContext context) Create object which will be passed in resource method or locator.QueryParameterResolver.resolve(Parameter parameter, ApplicationContext context) Create object which will be passed in resource method or locator. -
Uses of ApplicationContext in org.exoplatform.services.rest.method
Methods in org.exoplatform.services.rest.method with parameters of type ApplicationContextModifier and TypeMethodDescriptionMethodInvoker.invokeMethod(Object resource, GenericMethodResource genericMethodResource, ApplicationContext context) Invoke supplied method and return result of method invoking.