org.springframework.extensions.webscripts
Interface WrappingWebScriptRequest

All Superinterfaces:
WebScriptRequest

public interface WrappingWebScriptRequest
extends WebScriptRequest

Wrapping Web Script Request

Author:
davidc

Method Summary
 WebScriptRequest getNext()
          Get Web Script request wrapped by this request
 
Methods inherited from interface org.springframework.extensions.webscripts.WebScriptRequest
forceSuccessStatus, getAgent, getContent, getContentType, getContextPath, getExtensionPath, getFormat, getFormatStyle, getHeader, getHeaderNames, getHeaderValues, getJSONCallback, getParameter, getParameterNames, getParameterValues, getPathInfo, getQueryString, getRuntime, getServerPath, getServiceContextPath, getServiceMatch, getServicePath, getURL, isGuest, parseContent
 

Method Detail

getNext

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

Returns:


Copyright © 2009 SpringSource, Inc. All Rights Reserved.