Uses of Interface
org.apache.tapestry.services.ServiceMap

Packages that use ServiceMap
org.apache.tapestry.link Components for creating links on the page that trigger application behavior when clicked. 
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
 

Uses of ServiceMap in org.apache.tapestry.link
 

Methods in org.apache.tapestry.link that return ServiceMap
abstract  ServiceMap ServiceLink.getServiceMap()
          Injected.
 

Uses of ServiceMap in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return ServiceMap
 ServiceMap Infrastructure.getServiceMap()
          The object from which engine services are obtained.
 

Uses of ServiceMap in org.apache.tapestry.services.impl
 

Classes in org.apache.tapestry.services.impl that implement ServiceMap
 class ServiceMapImpl
          Implementation of ServiceMap.
 

Methods in org.apache.tapestry.services.impl that return ServiceMap
 ServiceMap InfrastructureImpl.getServiceMap()
           
 

Methods in org.apache.tapestry.services.impl with parameters of type ServiceMap
 void EngineServiceObjectProvider.setServiceMap(ServiceMap serviceMap)
           
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.