Uses of Interface
org.springframework.extensions.webscripts.Runtime

Packages that use Runtime
org.springframework.extensions.webscripts   
org.springframework.extensions.webscripts.jsf   
org.springframework.extensions.webscripts.portlet   
org.springframework.extensions.webscripts.servlet   
 

Uses of Runtime in org.springframework.extensions.webscripts
 

Classes in org.springframework.extensions.webscripts that implement Runtime
 class AbstractRuntime
          Encapsulates the execution of a single Web Script.
 class LocalWebScriptRuntime
          WebScript Runtime for rendering as Web Framework components.
 

Methods in org.springframework.extensions.webscripts that return Runtime
 Runtime WebScriptResponseImpl.getRuntime()
           
 Runtime WebScriptResponse.getRuntime()
          Gets the initiating runtime
 Runtime WebScriptRequestImpl.getRuntime()
           
 Runtime WebScriptRequest.getRuntime()
          Gets the initiating runtime
 

Constructors in org.springframework.extensions.webscripts with parameters of type Runtime
LocalWebScriptRequest(Runtime runtime, String scriptUrl, Match match, Map<String,String> parameters, ServerProperties serverProps, javax.servlet.http.HttpServletRequest request, LocalWebScriptContext context)
          Instantiates a new local web script request.
LocalWebScriptResponse(Runtime runtime, LocalWebScriptContext context, Writer out)
           
WebScriptRequestImpl(Runtime runtime)
          Construct
WebScriptRequestURLImpl(Runtime runtime, String[] scriptUrlParts, Match serviceMatch)
          Construct
WebScriptRequestURLImpl(Runtime runtime, String scriptUrl, Match serviceMatch)
          Construct Note: It's assumed scriptUrl contains context path
WebScriptResponseImpl(Runtime runtime)
          Construct
WebScriptServletRequest(Runtime container, javax.servlet.http.HttpServletRequest req, Match serviceMatch, ServerProperties serverProperties)
          Deprecated. Construct
WebScriptServletResponse(Runtime container, javax.servlet.http.HttpServletResponse res)
          Deprecated. Construct
 

Uses of Runtime in org.springframework.extensions.webscripts.jsf
 

Constructors in org.springframework.extensions.webscripts.jsf with parameters of type Runtime
WebScriptJSFRequest(Runtime container, String[] scriptUrlParts, Match match)
          Construct
 

Uses of Runtime in org.springframework.extensions.webscripts.portlet
 

Constructors in org.springframework.extensions.webscripts.portlet with parameters of type Runtime
WebScriptPortletRequest(Runtime container, javax.portlet.PortletRequest req, String[] scriptUrlParts, Match serviceMatch)
          Construct
WebScriptPortletRequest(Runtime container, javax.portlet.PortletRequest req, String scriptUrl, Match serviceMatch)
          Construct
 

Uses of Runtime in org.springframework.extensions.webscripts.servlet
 

Classes in org.springframework.extensions.webscripts.servlet that implement Runtime
 class WebScriptServletRuntime
          HTTP Servlet Web Script Runtime
 

Constructors in org.springframework.extensions.webscripts.servlet with parameters of type Runtime
WebScriptServletRequest(Runtime container, javax.servlet.http.HttpServletRequest req, Match serviceMatch, ServerProperties serverProperties)
          Construct
WebScriptServletResponse(Runtime container, javax.servlet.http.HttpServletResponse res)
          Construct
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.