net.sf.tacos.ajax
Interface AjaxDirectService

All Superinterfaces:
IEngineService
All Known Implementing Classes:
AjaxDirectServiceImpl

public interface AjaxDirectService
extends 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 thread.
 
Methods inherited from interface org.apache.tapestry.engine.IEngineService
getLink, getName, service
 

Method Detail

getAjaxRequest

public AjaxWebRequest getAjaxRequest()
Returns an instance of the AjaxWebRequest bound to the current request thread.

Returns:
The instance, if valid and available.