Uses of Interface
org.infinispan.rest.framework.LookupResult
Packages that use LookupResult
-
Uses of LookupResult in org.infinispan.rest.framework
Methods in org.infinispan.rest.framework that return LookupResultModifier and TypeMethodDescriptionRestDispatcher.lookupInvocation
(RestRequest restRequest) default LookupResult
ResourceManager.lookupResource
(Method method, String path) ResourceManager.lookupResource
(Method method, String path, String action) Methods in org.infinispan.rest.framework with parameters of type LookupResultModifier and TypeMethodDescriptionRestDispatcher.dispatch
(RestRequest restRequest, LookupResult lookupResult) -
Uses of LookupResult in org.infinispan.rest.framework.impl
Classes in org.infinispan.rest.framework.impl that implement LookupResultMethods in org.infinispan.rest.framework.impl that return LookupResultModifier and TypeMethodDescriptionRestDispatcherImpl.lookupInvocation
(RestRequest restRequest) ResourceManagerImpl.lookupResource
(Method method, String path, String action) Methods in org.infinispan.rest.framework.impl with parameters of type LookupResultModifier and TypeMethodDescriptionRestDispatcherImpl.dispatch
(RestRequest restRequest, LookupResult lookupResult)