Uses of Class
org.onehippo.cms7.services.HippoServiceException
-
Packages that use HippoServiceException Package Description org.onehippo.cms7.services org.onehippo.cms7.services.context -
-
Uses of HippoServiceException in org.onehippo.cms7.services
Methods in org.onehippo.cms7.services that throw HippoServiceException Modifier and Type Method Description void
WhiteboardServiceRegistry. addTracker(ServiceTracker<T> tracker)
Add aServiceTracker<T>
for tracking service objects of type <T>registered
andunregistered
in this registry.void
WhiteboardServiceRegistry. register(T serviceObject)
Register a service object of type <T> -
Uses of HippoServiceException in org.onehippo.cms7.services.context
Methods in org.onehippo.cms7.services.context that throw HippoServiceException Modifier and Type Method Description void
HippoWebappContextRegistry. register(HippoWebappContext serviceObject)
-