Uses of Interface
uk.ltd.getahead.dwr.Processor

Packages that use Processor
uk.ltd.getahead.dwr.impl   
 

Uses of Processor in uk.ltd.getahead.dwr.impl
 

Classes in uk.ltd.getahead.dwr.impl that implement Processor
 class DefaultExecProcessor
          Execute a remote Javascript request.
 class DefaultIndexProcessor
          Create a debug mode only index page to all the available classes
 class DefaultInterfaceProcessor
          Create some javascript interface code.
 class DefaultProcessor
          This is the main servlet that handles all the requests to DWR.
 class DefaultTestProcessor
          Create a debug mode only test page for a single available class.
 

Methods in uk.ltd.getahead.dwr.impl with parameters of type Processor
 void DefaultProcessor.setExec(Processor exec)
           
 void DefaultProcessor.setInterface(Processor iface)
           
 void DefaultProcessor.setIndex(Processor index)
           
 void DefaultProcessor.setTest(Processor test)
           
 


Copyright ? 2005