Package org.apache.cxf.jaxrs.impl.tl
Class ThreadLocalUriInfo
java.lang.Object
org.apache.cxf.jaxrs.impl.tl.AbstractThreadLocalProxy<jakarta.ws.rs.core.UriInfo>
org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
- All Implemented Interfaces:
jakarta.ws.rs.core.UriInfo,ThreadLocalProxy<jakarta.ws.rs.core.UriInfo>
public class ThreadLocalUriInfo
extends AbstractThreadLocalProxy<jakarta.ws.rs.core.UriInfo>
implements jakarta.ws.rs.core.UriInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.UriBuilderjakarta.ws.rs.core.UriBuildergetMatchedURIs(boolean decode) getPath()getPath(boolean decode) getPathParameters(boolean decode) List<jakarta.ws.rs.core.PathSegment>List<jakarta.ws.rs.core.PathSegment>getPathSegments(boolean decode) getQueryParameters(boolean decode) jakarta.ws.rs.core.UriBuilderrelativize(URI uri) Methods inherited from class org.apache.cxf.jaxrs.impl.tl.AbstractThreadLocalProxy
get, remove, set
-
Constructor Details
-
ThreadLocalUriInfo
public ThreadLocalUriInfo()
-
-
Method Details
-
getAbsolutePath
- Specified by:
getAbsolutePathin interfacejakarta.ws.rs.core.UriInfo
-
getAbsolutePathBuilder
public jakarta.ws.rs.core.UriBuilder getAbsolutePathBuilder()- Specified by:
getAbsolutePathBuilderin interfacejakarta.ws.rs.core.UriInfo
-
getBaseUri
- Specified by:
getBaseUriin interfacejakarta.ws.rs.core.UriInfo
-
getBaseUriBuilder
public jakarta.ws.rs.core.UriBuilder getBaseUriBuilder()- Specified by:
getBaseUriBuilderin interfacejakarta.ws.rs.core.UriInfo
-
getPath
- Specified by:
getPathin interfacejakarta.ws.rs.core.UriInfo
-
getPath
- Specified by:
getPathin interfacejakarta.ws.rs.core.UriInfo
-
getPathSegments
- Specified by:
getPathSegmentsin interfacejakarta.ws.rs.core.UriInfo
-
getPathSegments
- Specified by:
getPathSegmentsin interfacejakarta.ws.rs.core.UriInfo
-
getQueryParameters
- Specified by:
getQueryParametersin interfacejakarta.ws.rs.core.UriInfo
-
getQueryParameters
- Specified by:
getQueryParametersin interfacejakarta.ws.rs.core.UriInfo
-
getRequestUri
- Specified by:
getRequestUriin interfacejakarta.ws.rs.core.UriInfo
-
getRequestUriBuilder
public jakarta.ws.rs.core.UriBuilder getRequestUriBuilder()- Specified by:
getRequestUriBuilderin interfacejakarta.ws.rs.core.UriInfo
-
getPathParameters
- Specified by:
getPathParametersin interfacejakarta.ws.rs.core.UriInfo
-
getPathParameters
- Specified by:
getPathParametersin interfacejakarta.ws.rs.core.UriInfo
-
getMatchedResources
- Specified by:
getMatchedResourcesin interfacejakarta.ws.rs.core.UriInfo
-
getMatchedURIs
- Specified by:
getMatchedURIsin interfacejakarta.ws.rs.core.UriInfo
-
getMatchedURIs
- Specified by:
getMatchedURIsin interfacejakarta.ws.rs.core.UriInfo
-
relativize
- Specified by:
relativizein interfacejakarta.ws.rs.core.UriInfo
-
resolve
- Specified by:
resolvein interfacejakarta.ws.rs.core.UriInfo
-