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 {@link com.primix.tapestry.IEngineService}, except for {@link com.primix.tapestry.link.Service} 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 {@link com.primix.tapestry.html.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 Ship hship@primix.com