Uses of Interface
org.springframework.extensions.webscripts.TestWebScriptServer.Response

Packages that use TestWebScriptServer.Response
org.springframework.extensions.webscripts   
 

Uses of TestWebScriptServer.Response in org.springframework.extensions.webscripts
 

Classes in org.springframework.extensions.webscripts that implement TestWebScriptServer.Response
static class TestWebScriptServer.MockHttpServletResponseResponse
          Test Response wrapping a MockHttpServletResponse
 

Methods in org.springframework.extensions.webscripts that return TestWebScriptServer.Response
 TestWebScriptServer.Response TestWebScriptServer.submitRequest(String method, String uri, Map<String,String> headers, byte[] body, String encoding, String contentType)
          Submit a Web Script Request.
 TestWebScriptServer.Response TestWebScriptServer.submitRequest(TestWebScriptServer.Request req)
          Submit a Web Script Request.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.