Interface WrappingWebScriptResponse
- All Superinterfaces:
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
Methods inherited from interface org.springframework.extensions.webscripts.WebScriptResponse
addHeader, encodeResourceUrl, encodeScriptUrl, getEncodeResourceUrlFunction, getEncodeScriptUrlFunction, getOutputStream, getRuntime, getWriter, reset, reset, setCache, setContentEncoding, setContentType, setHeader, setStatus
-
Method Details
-
getNext
WebScriptResponse getNext()Get Web Script request wrapped by this request- Returns:
- WebScriptResponse
-