Uses of Interface
org.springframework.extensions.webscripts.Runtime
Packages that use Runtime
Package
Description
-
Uses of Runtime in org.springframework.extensions.webscripts
Classes in org.springframework.extensions.webscripts that implement RuntimeModifier and TypeClassDescriptionclassEncapsulates the execution of a single Web Script.Methods in org.springframework.extensions.webscripts that return RuntimeModifier and TypeMethodDescriptionWebScriptRequest.getRuntime()Gets the initiating runtimeWebScriptRequestImpl.getRuntime()WebScriptResponse.getRuntime()Gets the initiating runtimeWebScriptResponseImpl.getRuntime()Methods in org.springframework.extensions.webscripts with parameters of type RuntimeModifier and TypeMethodDescriptionScriptParameterFactory.getParameters(Runtime runtime) Gets script parametersConstructors in org.springframework.extensions.webscripts with parameters of type RuntimeModifierConstructorDescriptionWebScriptRequestImpl(Runtime runtime) ConstructionWebScriptRequestURLImpl(Runtime runtime, String[] scriptUrlParts, Match serviceMatch) ConstructWebScriptRequestURLImpl(Runtime runtime, String scriptUrl, Match serviceMatch) Construct Note: It's assumed scriptUrl contains context pathWebScriptResponseImpl(Runtime runtime) Construct -
Uses of Runtime in org.springframework.extensions.webscripts.servlet
Classes in org.springframework.extensions.webscripts.servlet that implement RuntimeConstructors in org.springframework.extensions.webscripts.servlet with parameters of type RuntimeModifierConstructorDescriptionWebScriptServletRequest(Runtime container, jakarta.servlet.http.HttpServletRequest req, Match serviceMatch, ServerProperties serverProperties) ConstructionWebScriptServletResponse(Runtime container, jakarta.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 RuntimeConstructors in org.springframework.extensions.webscripts.servlet.mvc with parameters of type RuntimeModifierConstructorDescriptionWebScriptViewResponse(Runtime container, jakarta.servlet.http.HttpServletResponse res)