Uses of Interface
com.google.web.bindery.requestfactory.shared.ServiceLocator
Packages that use ServiceLocator
Package
Description
Server-side classes for mediating between the client-side and the persistent
datastore.
-
Uses of ServiceLocator in com.google.web.bindery.requestfactory.server
Methods in com.google.web.bindery.requestfactory.server with type parameters of type ServiceLocatorModifier and TypeMethodDescription<T extends ServiceLocator>
TLocatorServiceLayer.createServiceLocator(Class<T> serviceLocatorType) abstract <T extends ServiceLocator>
TServiceLayer.createServiceLocator(Class<T> clazz) Create an instance of the requestedServiceLocatortype.<T extends ServiceLocator>
TServiceLayerDecorator.createServiceLocator(Class<T> clazz) Methods in com.google.web.bindery.requestfactory.server that return types with arguments of type ServiceLocatorModifier and TypeMethodDescriptionClass<? extends ServiceLocator>LocatorServiceLayer.resolveServiceLocator(Class<? extends RequestContext> requestContext) abstract Class<? extends ServiceLocator>ServiceLayer.resolveServiceLocator(Class<? extends RequestContext> requestContext) Given a RequestContext method declaration, resolve theServiceLocatorthat should be used when invoking the domain method.Class<? extends ServiceLocator>ServiceLayerCache.resolveServiceLocator(Class<? extends RequestContext> requestContext) Class<? extends ServiceLocator>ServiceLayerDecorator.resolveServiceLocator(Class<? extends RequestContext> requestContext)