Uses of Class
org.springframework.extensions.webscripts.Match
Packages that use Match
Package
Description
-
Uses of Match in org.springframework.extensions.webscripts
Fields in org.springframework.extensions.webscripts declared as MatchModifier and TypeFieldDescriptionprotected MatchWebScriptRequestURLImpl.serviceMatchService bound to this requestMethods in org.springframework.extensions.webscripts that return MatchModifier and TypeMethodDescriptionDeclarativeRegistry.findWebScript(String method, String uri) JaxRSUriIndex.findWebScript(String method, String uri) PrefixTemplateUriIndex.findWebScript(String method, String uri) Registry.findWebScript(String method, String uri) Gets a Web Script given an HTTP Method and URIUriIndex.findWebScript(String method, String uri) Gets a Web Script given an HTTP Method and URIWebScriptRequest.getServiceMatch()Gets the matching API Service for this requestWebScriptRequestURLImpl.getServiceMatch()Methods in org.springframework.extensions.webscripts with parameters of type MatchModifier and TypeMethodDescriptionprotected booleanAbstractRuntime.beforeProcessError(Match match, Throwable e) Before processing an error exception - hook point to allow additional processing of the exception based on the runtime.protected abstract WebScriptRequestAbstractRuntime.createRequest(Match match) Create a Web Script Requestprotected voidAbstractRuntime.renderErrorResponse(Match match, Throwable exception, WebScriptRequest request, WebScriptResponse response) Renders an error message to the response based on the Throwable exception passed in.Constructors in org.springframework.extensions.webscripts with parameters of type MatchModifierConstructorDescriptionWebScriptRequestURLImpl(Runtime runtime, String[] scriptUrlParts, Match serviceMatch) ConstructWebScriptRequestURLImpl(Runtime runtime, String scriptUrl, Match serviceMatch) Construct Note: It's assumed scriptUrl contains context path -
Uses of Match in org.springframework.extensions.webscripts.servlet
Methods in org.springframework.extensions.webscripts.servlet that return MatchMethods in org.springframework.extensions.webscripts.servlet with parameters of type MatchModifier and TypeMethodDescriptionprotected WebScriptRequestWebScriptServletRuntime.createRequest(Match match) Constructors in org.springframework.extensions.webscripts.servlet with parameters of type MatchModifierConstructorDescriptionWebScriptServletRequest(Runtime container, jakarta.servlet.http.HttpServletRequest req, Match serviceMatch, ServerProperties serverProperties) Construction