Uses of Interface
org.apache.anteater.test.handlers.ContentHandler

Packages that use ContentHandler
org.apache.anteater.test This package contains the top-level tasks and API that define the testing framework. 
org.apache.anteater.test.handlers This package implements the ContentHandler adapter system for dynamically generating an Ant task's body. 
 

Uses of ContentHandler in org.apache.anteater.test
 

Classes in org.apache.anteater.test that implement ContentHandler
 class SendResponse
          Sends an HTTP response back in the servlet thread.
 

Uses of ContentHandler in org.apache.anteater.test.handlers
 

Classes in org.apache.anteater.test.handlers that implement ContentHandler
 class JellyHandler
          A ContentHandler that processes JellyTask objects, and returns a String containing the result of executing the task.
 

Methods in org.apache.anteater.test.handlers that return ContentHandler
 ContentHandler ContentHandlerFactory.create(String className)
           
 

Methods in org.apache.anteater.test.handlers with parameters of type ContentHandler
 void ContentHandlerFactory.registerHandler(ContentHandler handler)
           
 



Ant Functional Tester -- see Project home page for details