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