Uses of Interface
org.hippoecm.hst.service.Service

Packages that use Service
org.hippoecm.hst.configuration.sitemap The org.hippoecm.hst.configuration.sitemap package defines the API for the HST SiteMap Configuration 
org.hippoecm.hst.service The org.hippoecm.hst.service package defines the API for the HST Service 
org.hippoecm.hst.service.jcr The org.hippoecm.hst.service.jcr package defines the API for the HST Service JCR 
 

Uses of Service in org.hippoecm.hst.configuration.sitemap
 

Methods in org.hippoecm.hst.configuration.sitemap that return Service
 Service[] HstSiteMapService.getChildServices()
           
 

Uses of Service in org.hippoecm.hst.service
 

Classes in org.hippoecm.hst.service that implement Service
 class AbstractJCRService
           
 

Fields in org.hippoecm.hst.service declared as Service
protected  Service ServiceBeanAccessProviderImpl.service
           
 

Methods in org.hippoecm.hst.service that return Service
 Service[] Service.getChildServices()
           
 Service UnderlyingServiceAware.getUnderlyingService()
          Returns the originating Service instance.
 

Methods in org.hippoecm.hst.service with parameters of type Service
 void UnderlyingServiceAware.setUnderlyingService(Service service)
          Callback that supplies the originating Service instance.
 

Constructors in org.hippoecm.hst.service with parameters of type Service
ServiceBeanAccessProviderImpl(Service service)
           
 

Uses of Service in org.hippoecm.hst.service.jcr
 

Subinterfaces of Service in org.hippoecm.hst.service.jcr
 interface JCRService
           
 



Copyright © 2008-2012 Hippo. All Rights Reserved.