Package org.apache.tapestry.link

Components for creating links on the page that trigger application behavior when clicked.

See:
          Description

Class Summary
DefaultLinkRendererTest Tests for DefaultLinkRenderer.
DirectLinkTest  
 

Package org.apache.tapestry.link Description

Components for creating links on the page that trigger application behavior when clicked. These links are compatible with HTML and WML (they use the basic <a> element).

Each component is related to a different IEngineService, except for ServiceLink which is parameterized to use any of the available services ... which is useful with applications that define their own services.

Link components have a second function, to provide event handling support to the components they wrap. This is how a Rollover component manages to include DHTML and JavaScript that preloads the images and changes the displayed image as the mouse enters and exits the "hot" area defined by the link.

Author:
Howard Lewis Ship hlship@apache.org


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