Uses of Interface
org.apache.tapestry.engine.ILink

Packages that use ILink
org.apache.tapestry.asset Implementations of IAsset, as well as the ExternalResource, used to handle private assets. 
org.apache.tapestry.components Basic, fundamental components used to construct more complex components, or pages. 
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.form Components for implementing basic HTML Forms. 
org.apache.tapestry.link Components for creating links on the page that trigger application behavior when clicked. 
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 ILink in org.apache.tapestry.asset
 

Methods in org.apache.tapestry.asset that return ILink
 ILink AssetService.getLink(boolean post, Object parameter)
          Builds a ILinkfor a PrivateAsset.
 

Uses of ILink in org.apache.tapestry.components
 

Methods in org.apache.tapestry.components that return ILink
 ILink ILinkComponent.getLink(IRequestCycle cycle)
          Invoked by the ILinkRenderer (if the link is not disabled) to provide a EngineServiceLink that the renderer can convert into a URL.
 

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

Methods in org.apache.tapestry.contrib.ajax that return ILink
 ILink XTileService.getLink(boolean post, Object parameter)
           
 

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

Methods in org.apache.tapestry.contrib.services.impl that return ILink
 ILink RoundedCornerService.getLink(boolean post, Object parameter)
           
 

Uses of ILink in org.apache.tapestry.engine
 

Classes in org.apache.tapestry.engine that implement ILink
 class EngineServiceLink
          A EngineServiceLink represents a possible action within the client web browser; either clicking a link or submitting a form, which is constructed primarily from the servlet path, with some additional query parameters.
 

Methods in org.apache.tapestry.engine that return ILink
 ILink IEngineService.getLink(boolean post, Object parameter)
          Builds a URL for a service.
 ILink DirectService.getLink(boolean post, Object parameter)
           
 ILink DirectEventService.getLink(boolean post, Object parameter)
           
 ILink PageService.getLink(boolean post, Object parameter)
           
 ILink ResetService.getLink(boolean post, Object parameter)
           
 ILink HomeService.getLink(boolean post, Object parameter)
           
 ILink RestartService.getLink(boolean post, Object parameter)
           
 ILink ExternalService.getLink(boolean post, Object parameter)
          Builds a URL for a service.
 

Uses of ILink in org.apache.tapestry.form
 

Methods in org.apache.tapestry.form with parameters of type ILink
 void FormSupportImpl.render(String method, IRender informalParametersRenderer, ILink link, String scheme, Integer port)
           
 void FormSupport.render(String method, IRender informalParametersRenderer, ILink link, String scheme, Integer port)
          Invoked when the form is rendering.
 

Uses of ILink in org.apache.tapestry.link
 

Classes in org.apache.tapestry.link that implement ILink
 class StaticLink
          Used by GenericLink to represent an external, static URL.
 

Methods in org.apache.tapestry.link that return ILink
 ILink ServiceLink.getLink(IRequestCycle cycle)
           
 ILink ExternalLink.getLink(IRequestCycle cycle)
           
 ILink DirectLink.getLink(IRequestCycle cycle)
           
 ILink PageLink.getLink(IRequestCycle cycle)
           
 ILink AbstractLinkComponent.getLink(IRequestCycle cycle)
           
 ILink GenericLink.getLink(IRequestCycle cycle)
           
 

Uses of ILink in org.apache.tapestry.portlet
 

Classes in org.apache.tapestry.portlet that implement ILink
 class PortletLink
          Wrapper around PortletURL.
 

Methods in org.apache.tapestry.portlet that return ILink
 ILink PortletLinkFactoryImpl.constructLink(IEngineService service, boolean post, Map parameters, boolean stateful)
           
 ILink PortletAssetLinkFactoryImpl.constructLink(IEngineService service, boolean post, Map parameters, boolean stateful)
           
 ILink ExceptionService.getLink(boolean post, Object parameter)
           
 ILink PortletHomeService.getLink(boolean post, Object parameter)
           
 ILink RenderService.getLink(boolean post, Object parameter)
           
 

Uses of ILink in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return ILink
 ILink LinkFactory.constructLink(IEngineService service, boolean post, Map parameters, boolean stateful)
          Constructs an ILink.
 

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

Methods in org.apache.tapestry.services.impl that return ILink
 ILink LinkFactoryImpl.constructLink(IEngineService service, boolean post, Map parameters, boolean stateful)
           
 ILink EngineServiceOuterProxy.getLink(boolean post, Object parameter)
           
 ILink EngineServiceInnerProxy.getLink(boolean post, Object parameter)
           
 



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