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

Packages that use LinkFactory
org.apache.tapestry.asset Implementations of IAsset, as well as the ExternalResource, used to handle private assets. 
org.apache.tapestry.contrib.ajax

Ajax related contributions, things like Timeout and XTile allow a lot of common ajax functionality to be easily used. 

org.apache.tapestry.contrib.services.impl   
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.portlet Core portlet services. 
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
 

Uses of LinkFactory in org.apache.tapestry.asset
 

Methods in org.apache.tapestry.asset with parameters of type LinkFactory
 void AssetService.setLinkFactory(LinkFactory linkFactory)
           
 

Uses of LinkFactory in org.apache.tapestry.contrib.ajax
 

Methods in org.apache.tapestry.contrib.ajax with parameters of type LinkFactory
 void XTileService.setLinkFactory(LinkFactory linkFactory)
           
 

Uses of LinkFactory in org.apache.tapestry.contrib.services.impl
 

Methods in org.apache.tapestry.contrib.services.impl with parameters of type LinkFactory
 void RoundedCornerService.setLinkFactory(LinkFactory linkFactory)
           
 

Uses of LinkFactory in org.apache.tapestry.engine
 

Fields in org.apache.tapestry.engine declared as LinkFactory
protected  LinkFactory DirectService._linkFactory
           
 

Methods in org.apache.tapestry.engine with parameters of type LinkFactory
 void DirectService.setLinkFactory(LinkFactory linkFactory)
           
 void DirectEventService.setLinkFactory(LinkFactory linkFactory)
           
 void PageService.setLinkFactory(LinkFactory linkFactory)
           
 void ResetService.setLinkFactory(LinkFactory linkFactory)
           
 void HomeService.setLinkFactory(LinkFactory linkFactory)
           
 void RestartService.setLinkFactory(LinkFactory linkFactory)
           
 void ExternalService.setLinkFactory(LinkFactory linkFactory)
           
 

Uses of LinkFactory in org.apache.tapestry.portlet
 

Classes in org.apache.tapestry.portlet that implement LinkFactory
 class PortletAssetLinkFactoryImpl
          Creates EngineServiceLinks that will re-encode asset URL's using IRequestCycle.encodeURL(String).
 class PortletLinkFactoryImpl
          Extended version of LinkFactoryImpl that can create generate Portlet URLs.
 

Methods in org.apache.tapestry.portlet with parameters of type LinkFactory
 void PortletHomeService.setLinkFactory(LinkFactory linkFactory)
           
 

Uses of LinkFactory in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return LinkFactory
 LinkFactory Infrastructure.getLinkFactory()
          Constructs ILink instances for IEngineServices.
 

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

Classes in org.apache.tapestry.services.impl that implement LinkFactory
 class LinkFactoryImpl
           
 

Methods in org.apache.tapestry.services.impl that return LinkFactory
 LinkFactory InfrastructureImpl.getLinkFactory()
           
 



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