net.sf.tacos.ajax
Interface AjaxDirectService

All Superinterfaces:
org.apache.tapestry.engine.IEngineService
All Known Implementing Classes:
AjaxDirectServiceImpl

public interface AjaxDirectService
extends org.apache.tapestry.engine.IEngineService

Service responsible for handling Link requests from pages, similar to the DirectService, except that this service handles Ajax XmlHttpRequest requests.

Author:
jkuhnert

Method Summary
 AjaxWebRequest getAjaxRequest()
          Returns an instance of the AjaxWebRequest bound to the current request th read.
 
Methods inherited from interface org.apache.tapestry.engine.IEngineService
getLink, getName, service
 

Method Detail

getAjaxRequest

AjaxWebRequest getAjaxRequest()
Returns an instance of the AjaxWebRequest bound to the current request th read.

Returns:
The instance, if valid and available.