org.springframework.extensions.webscripts
Interface WrappingWebScriptResponse

All Superinterfaces:
WebScriptResponse

public interface WrappingWebScriptResponse
extends WebScriptResponse

Wrapping Web Script Response


Field Summary
 
Fields inherited from interface org.springframework.extensions.webscripts.WebScriptResponse
ATOM_FORMAT, HEADER_LOCATION, HTML_FORMAT, JSON_FORMAT, OPENSEARCH_DESCRIPTION_FORMAT, RSS_FORMAT, XML_FORMAT
 
Method Summary
 WebScriptResponse getNext()
          Get Web Script request wrapped by this request
 
Methods inherited from interface org.springframework.extensions.webscripts.WebScriptResponse
addHeader, encodeScriptUrl, getEncodeScriptUrlFunction, getOutputStream, getRuntime, getWriter, reset, setCache, setContentEncoding, setContentType, setHeader, setStatus
 

Method Detail

getNext

WebScriptResponse getNext()
Get Web Script request wrapped by this request

Returns:


Copyright © 2009 SpringSource, Inc. All Rights Reserved.