Uses of Interface
net.sf.tacos.ajax.AjaxDirectService

Packages that use AjaxDirectService
net.sf.tacos.ajax   
net.sf.tacos.ajax.components   
net.sf.tacos.ajax.impl   
 

Uses of AjaxDirectService in net.sf.tacos.ajax
 

Methods in net.sf.tacos.ajax that return AjaxDirectService
 AjaxDirectService AjaxInvocation.getAjaxEngine()
          Injected ajax service
 

Methods in net.sf.tacos.ajax with parameters of type AjaxDirectService
static boolean AjaxUtils.isAjaxRequest(AjaxDirectService service)
          Indicate whether the current request is an ajax request.
 

Uses of AjaxDirectService in net.sf.tacos.ajax.components
 

Methods in net.sf.tacos.ajax.components that return AjaxDirectService
abstract  AjaxDirectService HtmlArea.getAjaxEngine()
          Injected AjaxDirect engine
abstract  AjaxDirectService AjaxAutoInvoker.getAjaxEngine()
          Injected ajax service
abstract  AjaxDirectService AjaxLinkSubmit.getAjaxEngine()
          Injected ajax service
abstract  AjaxDirectService InlineEditBox.getAjaxEngine()
          Injected AjaxDirect engine
abstract  AjaxDirectService Editor.getAjaxEngine()
          Injected AjaxDirect engine
abstract  AjaxDirectService Autocompleter.getAjaxEngine()
          Injected AjaxDirect engine
 

Uses of AjaxDirectService in net.sf.tacos.ajax.impl
 

Classes in net.sf.tacos.ajax.impl that implement AjaxDirectService
 class AjaxDirectServiceImpl
          Implementation of AjaxDirectService.