Uses of Interface
org.springframework.extensions.webscripts.WebScriptRequest
Packages that use WebScriptRequest
Package
Description
-
Uses of WebScriptRequest in org.springframework.extensions.webscripts
Subinterfaces of WebScriptRequest in org.springframework.extensions.webscriptsModifier and TypeInterfaceDescriptioninterfaceWrapping Web Script RequestClasses in org.springframework.extensions.webscripts that implement WebScriptRequestModifier and TypeClassDescriptionclassBasic Implementation of a Web Script RequestclassWeb Script Request implementation that acts upon a string representation of a URLMethods in org.springframework.extensions.webscripts that return WebScriptRequestModifier and TypeMethodDescriptionprotected abstract WebScriptRequestAbstractRuntime.createRequest(Match match) Create a Web Script RequestWrappingWebScriptRequest.getNext()Get Web Script request wrapped by this requestprotected static WebScriptRequestAbstractRuntime.getRealWebScriptRequest(WebScriptRequest request) Helper to retrieve real (last) Web Script Request in a stack of wrapped Web Script requestsMethods in org.springframework.extensions.webscripts with parameters of type WebScriptRequestModifier and TypeMethodDescriptionAbstractWebScript.createArgs(WebScriptRequest req) Create a map of arguments from Web Script Request (for scripting)AbstractWebScript.createArgsM(WebScriptRequest req) Create a map of (array) arguments from Web Script Request (for scripting)AbstractWebScript.createHeaders(WebScriptRequest req) Create a map of headers from Web Script Request (for scripting)AbstractWebScript.createHeadersM(WebScriptRequest req) Create a map of (array) headers from Web Script Request (for scripting)AbstractWebScript.createScriptParameters(WebScriptRequest req, WebScriptResponse res, AbstractWebScript.ScriptDetails script, Map<String, Object> customParams) Create a model for script usageFormatReader.createScriptParameters(WebScriptRequest req, WebScriptResponse res) Create script parameters specific to source mimetypeRequestReader.createScriptParameters(WebScriptRequest req, WebScriptResponse res) protected final WebScriptExceptionAbstractWebScript.createStatusException(Throwable e, WebScriptRequest req, WebScriptResponse res) Create an exception whose associated message is driven from a status template and modelAbstractWebScript.createTemplateParameters(WebScriptRequest req, WebScriptResponse res, Map<String, Object> customParams) Create a model for template usageDefaultURLModelFactory.createURLModel(WebScriptRequest request) URLModelFactory.createURLModel(WebScriptRequest request) final voidDeclarativeWebScript.execute(WebScriptRequest req, WebScriptResponse res) voidWebScript.execute(WebScriptRequest req, WebScriptResponse res) Execute the Serviceprotected voidDeclarativeWebScript.executeFinallyImpl(WebScriptRequest req, Status status, Cache cache, Map<String, Object> model) Execute custom Java logic to clean up any resourcesDeclarativeWebScript.executeImpl(WebScriptRequest req, Status status) Deprecated.DeclarativeWebScript.executeImpl(WebScriptRequest req, Status status, Cache cache) Execute custom Java logicDeclarativeWebScript.executeImpl(WebScriptRequest req, WebScriptStatus status) Deprecated.protected voidAbstractRuntime.executeScript(WebScriptRequest scriptReq, WebScriptResponse scriptRes, Authenticator auth) Execute script given the specified contextvoidPresentationContainer.executeScript(WebScriptRequest scriptReq, WebScriptResponse scriptRes, Authenticator auth) voidRuntimeContainer.executeScript(WebScriptRequest scriptReq, WebScriptResponse scriptRes, Authenticator auth) Execute the script in the context of the provided request and responseprotected static WebScriptRequestAbstractRuntime.getRealWebScriptRequest(WebScriptRequest request) Helper to retrieve real (last) Web Script Request in a stack of wrapped Web Script requestsDeclarativeWebScript.getTemplateModel(WebScriptRequest req, WebScriptResponse res) Get map of template parameters that are available with given request.FormatReader.read(WebScriptRequest req) Converts mimetype to Java Objectorg.springframework.extensions.surf.util.ContentRequestReader.read(WebScriptRequest req) protected voidAbstractRuntime.renderErrorResponse(Match match, Throwable exception, WebScriptRequest request, WebScriptResponse response) Renders an error message to the response based on the Throwable exception passed in.protected final voidAbstractWebScript.sendStatus(WebScriptRequest req, WebScriptResponse res, Status status, Cache cache, String format, Map<String, Object> model) Render an explicit response status templateConstructors in org.springframework.extensions.webscripts with parameters of type WebScriptRequestModifierConstructorDescriptionprotectedConstructConstructScriptUrlMethod(WebScriptRequest req, WebScriptResponse res) Construct -
Uses of WebScriptRequest in org.springframework.extensions.webscripts.json
Methods in org.springframework.extensions.webscripts.json with parameters of type WebScriptRequestModifier and TypeMethodDescriptionJSONReader.createScriptParameters(WebScriptRequest req, WebScriptResponse res) JSONReader.read(WebScriptRequest req) -
Uses of WebScriptRequest in org.springframework.extensions.webscripts.servlet
Classes in org.springframework.extensions.webscripts.servlet that implement WebScriptRequestMethods in org.springframework.extensions.webscripts.servlet that return WebScriptRequestModifier and TypeMethodDescriptionprotected WebScriptRequestWebScriptServletRuntime.createRequest(Match match) Methods in org.springframework.extensions.webscripts.servlet with parameters of type WebScriptRequestModifier and TypeMethodDescriptionFormDataReader.createScriptParameters(WebScriptRequest req, WebScriptResponse res) static jakarta.servlet.http.HttpServletRequestWebScriptServletRuntime.getHttpServletRequest(WebScriptRequest request) Helper to get HttpServletRequest from Web Script RequestFormDataReader.read(WebScriptRequest req)