Uses of Interface
org.springframework.extensions.webscripts.Runtime
-
-
Uses of Runtime in org.springframework.extensions.webscripts
Classes in org.springframework.extensions.webscripts that implement Runtime Modifier and Type Class Description classAbstractRuntimeEncapsulates the execution of a single Web Script.Methods in org.springframework.extensions.webscripts that return Runtime Modifier and Type Method Description RuntimeWebScriptRequest. getRuntime()Gets the initiating runtimeRuntimeWebScriptRequestImpl. getRuntime()RuntimeWebScriptResponse. getRuntime()Gets the initiating runtimeRuntimeWebScriptResponseImpl. getRuntime()Methods in org.springframework.extensions.webscripts with parameters of type Runtime Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>ScriptParameterFactory. getParameters(Runtime runtime)Gets script parametersConstructors in org.springframework.extensions.webscripts with parameters of type Runtime Constructor Description WebScriptRequestImpl(Runtime runtime)ConstructionWebScriptRequestURLImpl(Runtime runtime, java.lang.String[] scriptUrlParts, Match serviceMatch)ConstructWebScriptRequestURLImpl(Runtime runtime, java.lang.String scriptUrl, Match serviceMatch)Construct Note: It's assumed scriptUrl contains context pathWebScriptResponseImpl(Runtime runtime)Construct -
Uses of Runtime in org.springframework.extensions.webscripts.jsf
Constructors in org.springframework.extensions.webscripts.jsf with parameters of type Runtime Constructor Description WebScriptJSFRequest(Runtime container, java.lang.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 Constructor Description WebScriptPortletRequest(Runtime container, javax.portlet.PortletRequest req, java.lang.String[] scriptUrlParts, Match serviceMatch)ConstructWebScriptPortletRequest(Runtime container, javax.portlet.PortletRequest req, java.lang.String scriptUrl, Match serviceMatch)Construct -
Uses of Runtime in org.springframework.extensions.webscripts.servlet
Classes in org.springframework.extensions.webscripts.servlet that implement Runtime Modifier and Type Class Description classWebScriptServletRuntimeHTTP Servlet Web Script RuntimeConstructors in org.springframework.extensions.webscripts.servlet with parameters of type Runtime Constructor Description WebScriptServletRequest(Runtime container, javax.servlet.http.HttpServletRequest req, Match serviceMatch, ServerProperties serverProperties)ConstructionWebScriptServletResponse(Runtime container, javax.servlet.http.HttpServletResponse res)Construct -
Uses of Runtime in org.springframework.extensions.webscripts.servlet.mvc
Classes in org.springframework.extensions.webscripts.servlet.mvc that implement Runtime Modifier and Type Class Description classWebScriptViewRuntimeRuntime for WebScript View.Constructors in org.springframework.extensions.webscripts.servlet.mvc with parameters of type Runtime Constructor Description WebScriptViewResponse(Runtime container, javax.servlet.http.HttpServletResponse res)
-