Uses of Class
org.springframework.extensions.webscripts.Match
-
Packages that use Match Package Description org.springframework.extensions.webscripts org.springframework.extensions.webscripts.servlet -
-
Uses of Match in org.springframework.extensions.webscripts
Fields in org.springframework.extensions.webscripts declared as Match Modifier and Type Field Description protected MatchWebScriptRequestURLImpl. serviceMatchService bound to this requestMethods in org.springframework.extensions.webscripts that return Match Modifier and Type Method Description MatchDeclarativeRegistry. findWebScript(java.lang.String method, java.lang.String uri)MatchJaxRSUriIndex. findWebScript(java.lang.String method, java.lang.String uri)MatchPrefixTemplateUriIndex. findWebScript(java.lang.String method, java.lang.String uri)MatchRegistry. findWebScript(java.lang.String method, java.lang.String uri)Gets a Web Script given an HTTP Method and URIMatchUriIndex. findWebScript(java.lang.String method, java.lang.String uri)Gets a Web Script given an HTTP Method and URIMatchWebScriptRequest. getServiceMatch()Gets the matching API Service for this requestMatchWebScriptRequestURLImpl. getServiceMatch()Methods in org.springframework.extensions.webscripts with parameters of type Match Modifier and Type Method Description protected booleanAbstractRuntime. beforeProcessError(Match match, java.lang.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, java.lang.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 Match Constructor Description WebScriptRequestURLImpl(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 path -
Uses of Match in org.springframework.extensions.webscripts.servlet
Methods in org.springframework.extensions.webscripts.servlet that return Match Modifier and Type Method Description MatchWebScriptServletRequest. getServiceMatch()Methods in org.springframework.extensions.webscripts.servlet with parameters of type Match Modifier and Type Method Description protected WebScriptRequestWebScriptServletRuntime. createRequest(Match match)Constructors in org.springframework.extensions.webscripts.servlet with parameters of type Match Constructor Description WebScriptServletRequest(Runtime container, javax.servlet.http.HttpServletRequest req, Match serviceMatch, ServerProperties serverProperties)Construction
-