Class UriRoutingContext
- java.lang.Object
-
- org.glassfish.jersey.server.internal.routing.UriRoutingContext
-
- All Implemented Interfaces:
ResourceInfo,UriInfo,ExtendedUriInfo,RoutingContext
public class UriRoutingContext extends Object implements RoutingContext
Default implementation of the routing context as well as URI information provider.- Author:
- Marek Potociar
-
-
Constructor Summary
Constructors Constructor Description UriRoutingContext(ContainerRequest requestContext)Injection constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetAbsolutePath()UriBuildergetAbsolutePathBuilder()URIgetBaseUri()UriBuildergetBaseUriBuilder()EndpointgetEndpoint()Get the matched server-side endpoint if present, ornullotherwise.StringgetFinalMatchingGroup()Get the final matching group of the last successful request URI routing patternmatch result.List<Resource>getLocatorSubResources()Get the list of sub resources returned from resource locators during matching.ThrowablegetMappedThrowable()Get the throwable that was mapped to a response.ResourcegetMatchedModelResource()Get matchedmodel resourcefrom whichthe matchedresource method was invoked.List<ResourceMethod>getMatchedResourceLocators()Get resource locators matched since beginning of a matching.ResourceMethodgetMatchedResourceMethod()Get matchedresource methodthat is invoked.List<Object>getMatchedResources()LinkedList<MatchResult>getMatchedResults()Get a read-only list ofMatchResultfor matched resources.List<RuntimeResource>getMatchedRuntimeResources()Return all matchedruntime resourcesincluding runtime resources based on child resources.List<UriTemplate>getMatchedTemplates()Get a read-only list ofUriTemplatefor matched resources.List<String>getMatchedURIs()List<String>getMatchedURIs(boolean decode)StringgetPath()StringgetPath(boolean decode)MultivaluedMap<String,String>getPathParameters()MultivaluedMap<String,String>getPathParameters(boolean decode)List<PathSegment>getPathSegments()List<PathSegment>getPathSegments(boolean decode)List<PathSegment>getPathSegments(String name)Get the path segments that contain a template variable.List<PathSegment>getPathSegments(String name, boolean decode)Get the path segments that contain a template variable.MultivaluedMap<String,String>getQueryParameters()MultivaluedMap<String,String>getQueryParameters(boolean decode)URIgetRequestUri()UriBuildergetRequestUriBuilder()Class<?>getResourceClass()MethodgetResourceMethod()voidinvalidateUriComponentViews()Invalidate internal URI component cache views.ObjectpeekMatchedResource()Peek the last resource object that successfully matched the request URI.voidpushLeftHandPath()Add currently matched left-hand side part of request path to the list of matched paths returned byUriInfo.getMatchedURIs().voidpushLocatorSubResource(Resource subResourceFromLocator)Pushsub resourcereturned from a sub resource locator method.voidpushMatchedLocator(ResourceMethod resourceLocator)Push the matchedsub resource locator method.voidpushMatchedResource(Object resource)Push the resource that matched the request URI.voidpushMatchedRuntimeResource(RuntimeResource runtimeResource)Push a matchedruntime resourcethat was visited during matching phase.voidpushMatchResult(MatchResult matchResult)Push the result of the successful request URI routing pattern match.voidpushTemplates(UriTemplate resourceTemplate, UriTemplate methodTemplate)Push matched request URI routing patterntemplatesfor a single matched method.URIrelativize(URI uri)URIresolve(URI uri)voidsetEndpoint(Endpoint endpoint)Set the matched server-side endpoint.voidsetMappedThrowable(Throwable mappedThrowable)Set the throwable that was mapped to a response.voidsetMatchedResourceMethod(ResourceMethod resourceMethod)Set the matchedresource method.
-
-
-
Constructor Detail
-
UriRoutingContext
public UriRoutingContext(ContainerRequest requestContext)
Injection constructor.- Parameters:
requestContext- request reference.
-
-
Method Detail
-
pushMatchResult
public void pushMatchResult(MatchResult matchResult)
Description copied from interface:RoutingContextPush the result of the successful request URI routing pattern match.- Specified by:
pushMatchResultin interfaceRoutingContext- Parameters:
matchResult- successful request URI routing patternmatch result.
-
pushMatchedResource
public void pushMatchedResource(Object resource)
Description copied from interface:RoutingContextPush the resource that matched the request URI.- Specified by:
pushMatchedResourcein interfaceRoutingContext- Parameters:
resource- instance of the resource that matched the request URI.
-
peekMatchedResource
public Object peekMatchedResource()
Description copied from interface:RoutingContextPeek the last resource object that successfully matched the request URI.- Specified by:
peekMatchedResourcein interfaceRoutingContext- Returns:
- last resource matched as previously set by
RoutingContext.pushMatchedResource(java.lang.Object)
-
pushMatchedLocator
public void pushMatchedLocator(ResourceMethod resourceLocator)
Description copied from interface:RoutingContextPush the matchedsub resource locator method.- Specified by:
pushMatchedLocatorin interfaceRoutingContext- Parameters:
resourceLocator- Sub resource locator method.
-
pushLeftHandPath
public void pushLeftHandPath()
Description copied from interface:RoutingContextAdd currently matched left-hand side part of request path to the list of matched paths returned byUriInfo.getMatchedURIs(). Left-hand side request path is the request path excluding the suffix part of the path matched by thefinal matching groupof the last successful request URI routing pattern.- Specified by:
pushLeftHandPathin interfaceRoutingContext
-
pushTemplates
public void pushTemplates(UriTemplate resourceTemplate, UriTemplate methodTemplate)
Description copied from interface:RoutingContextPush matched request URI routing patterntemplatesfor a single matched method.In case only a single path matching has been performed on the resource (in case of resource methods, only the resource path is matched), the method template should be passed as
null. In case a path matching has been performed on both a resource and method paths (in case of sub-resource methods and locators), both templates (resource and method) must be specified.- Specified by:
pushTemplatesin interfaceRoutingContext- Parameters:
resourceTemplate- resource URI template that should be pushed.methodTemplate- (sub-resource) method or locator URI template that should be pushed.
-
getFinalMatchingGroup
public String getFinalMatchingGroup()
Description copied from interface:RoutingContextGet the final matching group of the last successful request URI routing patternmatch result. Also known as right-hand path.May be empty but is never
null.- Specified by:
getFinalMatchingGroupin interfaceRoutingContext- Returns:
- final matching group of the last successful request URI routing pattern match result.
-
getMatchedResults
public LinkedList<MatchResult> getMatchedResults()
Description copied from interface:ExtendedUriInfoGet a read-only list ofMatchResultfor matched resources. Entries are ordered in reverse request URI matching order, with the root resource match result last.- Specified by:
getMatchedResultsin interfaceExtendedUriInfo- Returns:
- a read-only list of match results for matched resources.
-
setEndpoint
public void setEndpoint(Endpoint endpoint)
Description copied from interface:RoutingContextSet the matched server-side endpoint. This method can be used in a non-terminal stage to set the server-side endpoint that can be retrieved and processed by a subsequent stage.- Specified by:
setEndpointin interfaceRoutingContext- Parameters:
endpoint- matched server-side endpoint.
-
getEndpoint
public Endpoint getEndpoint()
Description copied from interface:RoutingContextGet the matched server-side endpoint if present, ornullotherwise.- Specified by:
getEndpointin interfaceRoutingContext- Returns:
- matched server-side endpoint, or
nullif not available.
-
setMatchedResourceMethod
public void setMatchedResourceMethod(ResourceMethod resourceMethod)
Description copied from interface:RoutingContextSet the matchedresource method. This method needs to be called only if the method was matched. This method should be called only for setting the final resource method and not for setting sub resource locators invoked during matching.- Specified by:
setMatchedResourceMethodin interfaceRoutingContext- Parameters:
resourceMethod- Resource method that was matched.
-
pushMatchedRuntimeResource
public void pushMatchedRuntimeResource(RuntimeResource runtimeResource)
Description copied from interface:RoutingContextPush a matchedruntime resourcethat was visited during matching phase. This method must be called for any matched runtime resource.- Specified by:
pushMatchedRuntimeResourcein interfaceRoutingContext- Parameters:
runtimeResource- Runtime resource that was matched during matching.
-
pushLocatorSubResource
public void pushLocatorSubResource(Resource subResourceFromLocator)
Description copied from interface:RoutingContextPushsub resourcereturned from a sub resource locator method. The pushedsubResourceFromLocatoris the final model of a sub resource which is already enhanced bymodel processorsand validated.- Specified by:
pushLocatorSubResourcein interfaceRoutingContext- Parameters:
subResourceFromLocator- Resource constructed from result of sub resource locator method.
-
getAbsolutePath
public URI getAbsolutePath()
- Specified by:
getAbsolutePathin interfaceUriInfo
-
getAbsolutePathBuilder
public UriBuilder getAbsolutePathBuilder()
- Specified by:
getAbsolutePathBuilderin interfaceUriInfo
-
getBaseUri
public URI getBaseUri()
- Specified by:
getBaseUriin interfaceUriInfo
-
getBaseUriBuilder
public UriBuilder getBaseUriBuilder()
- Specified by:
getBaseUriBuilderin interfaceUriInfo
-
getMatchedResources
public List<Object> getMatchedResources()
- Specified by:
getMatchedResourcesin interfaceUriInfo
-
getMatchedURIs
public List<String> getMatchedURIs()
- Specified by:
getMatchedURIsin interfaceUriInfo
-
getMatchedURIs
public List<String> getMatchedURIs(boolean decode)
- Specified by:
getMatchedURIsin interfaceUriInfo
-
getPathParameters
public MultivaluedMap<String,String> getPathParameters()
- Specified by:
getPathParametersin interfaceUriInfo
-
getPathParameters
public MultivaluedMap<String,String> getPathParameters(boolean decode)
- Specified by:
getPathParametersin interfaceUriInfo
-
getPathSegments
public List<PathSegment> getPathSegments()
- Specified by:
getPathSegmentsin interfaceUriInfo
-
getPathSegments
public List<PathSegment> getPathSegments(boolean decode)
- Specified by:
getPathSegmentsin interfaceUriInfo
-
getQueryParameters
public MultivaluedMap<String,String> getQueryParameters()
- Specified by:
getQueryParametersin interfaceUriInfo
-
getQueryParameters
public MultivaluedMap<String,String> getQueryParameters(boolean decode)
- Specified by:
getQueryParametersin interfaceUriInfo
-
invalidateUriComponentViews
public void invalidateUriComponentViews()
Invalidate internal URI component cache views.This method needs to be called if request URI information changes.
-
getRequestUri
public URI getRequestUri()
- Specified by:
getRequestUriin interfaceUriInfo
-
getRequestUriBuilder
public UriBuilder getRequestUriBuilder()
- Specified by:
getRequestUriBuilderin interfaceUriInfo
-
getMappedThrowable
public Throwable getMappedThrowable()
Description copied from interface:ExtendedUriInfoGet the throwable that was mapped to a response.A response filter or a message body writer may utilize this method to determine if a resource method was invoked but did not return a response because an exception was thrown from the resource method, or the resource method returned but a response filter threw an exception.
- Specified by:
getMappedThrowablein interfaceExtendedUriInfo- Returns:
- the throwable that was mapped to a response, otherwise null if no throwable was mapped to a response.
-
setMappedThrowable
public void setMappedThrowable(Throwable mappedThrowable)
Description copied from interface:RoutingContextSet the throwable that was mapped to a response.- Specified by:
setMappedThrowablein interfaceRoutingContext- Parameters:
mappedThrowable- throwable that was mapped to a response.- See Also:
ExtendedUriInfo.getMappedThrowable()
-
getMatchedTemplates
public List<UriTemplate> getMatchedTemplates()
Description copied from interface:ExtendedUriInfoGet a read-only list ofUriTemplatefor matched resources. Each entry is a URI template that is the value of thePaththat is a partial path that matched a resource class, a sub-resource method or a sub-resource locator. Entries are ordered in reverse request URI matching order, with the root resource URI template last.- Specified by:
getMatchedTemplatesin interfaceExtendedUriInfo- Returns:
- a read-only list of URI templates for matched resources.
-
getPathSegments
public List<PathSegment> getPathSegments(String name)
Description copied from interface:ExtendedUriInfoGet the path segments that contain a template variable. All sequences of escaped octets are decoded, equivalent togetPathSegments(true).- Specified by:
getPathSegmentsin interfaceExtendedUriInfo- Parameters:
name- the template variable name- Returns:
- the path segments, the list will be empty the matching path does not contain the template
-
getPathSegments
public List<PathSegment> getPathSegments(String name, boolean decode)
Description copied from interface:ExtendedUriInfoGet the path segments that contain a template variable.- Specified by:
getPathSegmentsin interfaceExtendedUriInfo- Parameters:
name- the template variable namedecode- controls whether sequences of escaped octets are decoded (true) or not (false).- Returns:
- the path segments, the list will be empty the matching path does not contain the template
-
getResourceMethod
public Method getResourceMethod()
- Specified by:
getResourceMethodin interfaceResourceInfo
-
getResourceClass
public Class<?> getResourceClass()
- Specified by:
getResourceClassin interfaceResourceInfo
-
getMatchedRuntimeResources
public List<RuntimeResource> getMatchedRuntimeResources()
Description copied from interface:ExtendedUriInfoReturn all matchedruntime resourcesincluding runtime resources based on child resources. The list is ordered so that theruntime resourcecurrently being processed is the first element in the list. The following example@Path("foo") public class FooResource { @GET public String getFoo() {...} @Path("bar") public BarResource getBarResource() {...} } public class BarResource { @GET public String getBar() {...} }The values returned by this method based on request uri and where the method is called from are:
Request Called from Value(s) GET /foo FooResource.getFoo RuntimeResource["/foo"] GET /foo/bar FooResource.getBarResource RuntimeResource["foo/bar"], Resource["foo"] GET /foo/bar BarResource.getBar RuntimeResource[no path; based on BarResource.class], RuntimeResource["foo/bar"], RuntimeResource["foo"] - Specified by:
getMatchedRuntimeResourcesin interfaceExtendedUriInfo- Returns:
- List of resources and child resources that were processed during request matching.
-
getMatchedResourceMethod
public ResourceMethod getMatchedResourceMethod()
Description copied from interface:ExtendedUriInfoGet matchedresource methodthat is invoked. Note that sub resource locator is not not considered as a matched resource method and calling the method from sub resource locator will therefore return null.- Specified by:
getMatchedResourceMethodin interfaceExtendedUriInfo- Returns:
- The matched resource method that was invoked or null if no resource method was invoked.
-
getMatchedResourceLocators
public List<ResourceMethod> getMatchedResourceLocators()
Description copied from interface:ExtendedUriInfoGet resource locators matched since beginning of a matching. The list contains resource locators sorted in the order that the first element of the list is the last locator executed (LIFO ordering). The method can be invoked from request scoped code. When method is invoked from the resource locator itself such a locator will be already in the returned list as a first element.The resource locator is a
resource methodwhich is annotated by the@Pathand returns a sub resource.- Specified by:
getMatchedResourceLocatorsin interfaceExtendedUriInfo- Returns:
- List of matched resource locators.
-
getLocatorSubResources
public List<Resource> getLocatorSubResources()
Description copied from interface:ExtendedUriInfoGet the list of sub resources returned from resource locators during matching. The sub resources are sorted in the order, so that the first element of the list is a sub resource that was lastly returned from the resource locator (LIFO ordering). Sub resource is a resource that is returned from invoked resource locator method and that will be used for further resource matching.- Specified by:
getLocatorSubResourcesin interfaceExtendedUriInfo- Returns:
- Locator sub resource.
-
getMatchedModelResource
public Resource getMatchedModelResource()
Description copied from interface:ExtendedUriInfoGet matchedmodel resourcefrom whichthe matchedresource method was invoked. The resource can also be a child if the matched method is a sub resource method. Note that method return only resource containing finally matchedresource methodand not intermediary processed resources (parent resources or resources containing sub resource locators).- Specified by:
getMatchedModelResourcein interfaceExtendedUriInfo- Returns:
- The matched model resource or null if no resource was matched.
-
relativize
public URI relativize(URI uri)
- Specified by:
relativizein interfaceUriInfo
-
-