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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebScriptResponsegetNext()Get Web Script request wrapped by this request-
Methods inherited from interface org.springframework.extensions.webscripts.WebScriptResponse
addHeader, encodeResourceUrl, encodeScriptUrl, getEncodeResourceUrlFunction, getEncodeScriptUrlFunction, getOutputStream, getRuntime, getWriter, reset, setCache, setContentEncoding, setContentType, setHeader, setStatus
-
-
-
-
Method Detail
-
getNext
WebScriptResponse getNext()
Get Web Script request wrapped by this request- Returns:
- WebScriptResponse
-
-