Uses of Interface
org.exoplatform.services.rest.method.MethodInvoker
Packages that use MethodInvoker
Package
Description
-
Uses of MethodInvoker in org.exoplatform.services.rest.impl.method
Classes in org.exoplatform.services.rest.impl.method that implement MethodInvokerModifier and TypeClassDescriptionclassInvoker for Resource Method, Sub-Resource Method and SubResource Locator.classMethods in org.exoplatform.services.rest.impl.method that return MethodInvoker -
Uses of MethodInvoker in org.exoplatform.services.rest.impl.resource
Methods in org.exoplatform.services.rest.impl.resource that return MethodInvokerModifier and TypeMethodDescriptionprotected MethodInvokerAbstractResourceDescriptorImpl.getMethodInvoker()ResourceMethodDescriptorImpl.getMethodInvoker()SubResourceLocatorDescriptorImpl.getMethodInvoker()SubResourceMethodDescriptorImpl.getMethodInvoker()Constructors in org.exoplatform.services.rest.impl.resource with parameters of type MethodInvokerModifierConstructorDescriptionOptionsRequestResourceMethodDescriptorImpl(Method method, String httpMethod, List<MethodParameter> parameters, AbstractResourceDescriptor parentResource, List<javax.ws.rs.core.MediaType> consumes, List<javax.ws.rs.core.MediaType> produces, MethodInvoker invoker) -
Uses of MethodInvoker in org.exoplatform.services.rest.resource
Methods in org.exoplatform.services.rest.resource that return MethodInvoker