Uses of Interface
org.exoplatform.services.rest.ResponseFilter
Packages that use ResponseFilter
-
Uses of ResponseFilter in org.exoplatform.services.rest.impl
Methods in org.exoplatform.services.rest.impl that return types with arguments of type ResponseFilterModifier and TypeMethodDescriptionSet<Class<? extends ResponseFilter>> ResponseFilterComponentPlugin.getFilters()Methods in org.exoplatform.services.rest.impl with parameters of type ResponseFilterModifier and TypeMethodDescriptionvoidProviderBinder.addResponseFilter(Class<? extends ResponseFilter> clazz, ResponseFilter instance, ComponentLifecycleScope scope) voidProviderBinder.addResponseFilter(ResponseFilter instance) Add singleton ResponseFilter.Method parameters in org.exoplatform.services.rest.impl with type arguments of type ResponseFilterModifier and TypeMethodDescriptionvoidProviderBinder.addResponseFilter(Class<? extends ResponseFilter> clazz) Add per-request ResponseFilter.voidProviderBinder.addResponseFilter(Class<? extends ResponseFilter> clazz, ResponseFilter instance, ComponentLifecycleScope scope)