Uses of Interface
com.uwyn.rife.engine.Response

Packages that use Response
com.uwyn.rife.engine Provides classes, interfaces and elements for the web application engine. 
com.uwyn.rife.servlet Provides classes to start and stop a RIFE application from a servlet container, both as filters and servlets. 
com.uwyn.rife.test Provides classes and interfaces for the out-of-container testing framework. 
com.uwyn.rife.tools Provides general purpose utility classes. 
 

Uses of Response in com.uwyn.rife.engine
 

Classes in com.uwyn.rife.engine that implement Response
 class AbstractResponse
          This abstract class implements parts of the Response interface to provide behaviour that is specific to RIFE.
 

Methods in com.uwyn.rife.engine that return Response
 Response Response.createEmbeddedResponse(String valueId, String differentiator)
          Creates a new Response instance that will be used for embedded elements.
 

Methods in com.uwyn.rife.engine with parameters of type Response
 boolean Gate.handleRequest(String gateUrl, String elementUrl, Request request, Response response)
           
 

Uses of Response in com.uwyn.rife.servlet
 

Classes in com.uwyn.rife.servlet that implement Response
 class HttpResponse
           
 

Methods in com.uwyn.rife.servlet that return Response
 Response HttpResponse.createEmbeddedResponse(String valueId, String differentiator)
           
 

Uses of Response in com.uwyn.rife.test
 

Classes in com.uwyn.rife.test that implement Response
 class MockResponse
          Provides a Response implementation that is suitable for testing a web application outside of a servlet container.
 

Methods in com.uwyn.rife.test that return Response
 Response MockResponse.createEmbeddedResponse(String valueId, String differentiator)
           
 

Uses of Response in com.uwyn.rife.tools
 

Methods in com.uwyn.rife.tools with parameters of type Response
static void ServletUtils.preventCaching(Response response)
           
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.