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

Packages that use LinkFactory
org.apache.tapestry.asset Implementations of IAsset, as well as the org.apache.tapestry.asset.AssetExternalizer, used to handle private assets. 
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl   
 

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.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 HomeService.setLinkFactory(LinkFactory linkFactory)
           
 void RestartService.setLinkFactory(LinkFactory linkFactory)
           
 void PageService.setLinkFactory(LinkFactory linkFactory)
           
 void ExternalService.setLinkFactory(LinkFactory linkFactory)
           
 void ResetService.setLinkFactory(LinkFactory linkFactory)
           
 void ActionService.setLinkFactory(LinkFactory linkFactory)
          Deprecated.  
 void DirectService.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()