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
getAjaxRequest
public AjaxWebRequest getAjaxRequest()
- Returns an instance of the AjaxWebRequest bound to the
current request thread.
- Returns:
- The instance, if valid and available.