public interface ServiceLocator extends DocumentWorkerObject
| Modifier and Type | Method and Description |
|---|---|
<S> S |
getService(Class<S> service)
Returns the specified service, or
null if the service has not been registered. |
getApplication<S> S getService(Class<S> service)
null if the service has not been registered.S - the type of the service to be returnedservice - the interface or abstract class representing the serviceApplication.getService()Copyright © 2016–2022 EntIT Software LLC, a Micro Focus company. All rights reserved.