org.springframework.extensions.webscripts
Class WebScriptResponseImpl

java.lang.Object
  extended by org.springframework.extensions.webscripts.WebScriptResponseImpl
All Implemented Interfaces:
WebScriptResponse
Direct Known Subclasses:
LocalWebScriptResponse, WebScriptJSFResponse, WebScriptPortletResponse, WebScriptServletResponse

public abstract class WebScriptResponseImpl
extends Object
implements WebScriptResponse

Basic Implementation of a Web Script Request

Author:
davidc

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
 
Constructor Summary
WebScriptResponseImpl(Runtime runtime)
          Construct
 
Method Summary
 Runtime getRuntime()
          Gets the initiating runtime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.extensions.webscripts.WebScriptResponse
addHeader, encodeScriptUrl, getEncodeScriptUrlFunction, getOutputStream, getWriter, reset, setCache, setContentEncoding, setContentType, setHeader, setStatus
 

Constructor Detail

WebScriptResponseImpl

public WebScriptResponseImpl(Runtime runtime)
Construct

Parameters:
runtime -
Method Detail

getRuntime

public Runtime getRuntime()
Description copied from interface: WebScriptResponse
Gets the initiating runtime

Specified by:
getRuntime in interface WebScriptResponse
Returns:
runtime that constructed this response


Copyright © 2009 SpringSource, Inc. All Rights Reserved.