Uses of Interface
org.exoplatform.services.rest.resource.GenericMethodResource
Packages that use GenericMethodResource
Package
Description
-
Uses of GenericMethodResource in org.exoplatform.services.rest.impl.method
Methods in org.exoplatform.services.rest.impl.method with parameters of type GenericMethodResourceModifier and TypeMethodDescriptionprotected ObjectDefaultMethodInvoker.invokeMethod(Object resource, GenericMethodResource methodResource, Object[] p) DefaultMethodInvoker.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. -
Uses of GenericMethodResource in org.exoplatform.services.rest.impl.resource
Classes in org.exoplatform.services.rest.impl.resource that implement GenericMethodResourceModifier and TypeClassDescriptionfinal classclassclassclass -
Uses of GenericMethodResource in org.exoplatform.services.rest.method
Methods in org.exoplatform.services.rest.method with parameters of type GenericMethodResourceModifier and TypeMethodDescriptionvoidMethodInvokerFilter.accept(GenericMethodResource genericMethodResource) Check does supplied method can be invoked.MethodInvoker.invokeMethod(Object resource, GenericMethodResource genericMethodResource, ApplicationContext context) Invoke supplied method and return result of method invoking. -
Uses of GenericMethodResource in org.exoplatform.services.rest.resource
Subinterfaces of GenericMethodResource in org.exoplatform.services.rest.resourceModifier and TypeInterfaceDescriptioninterfaceDescribe resource method.interfaceDescribe sub-resource locator.interfaceDescribe sub-resource method.