org.jboss.resteasy.specimpl
public class UriInfoImpl extends Object implements UriInfo
Constructor and Description |
---|
UriInfoImpl(URI absolutePath,
URI baseUri,
String encodedPath,
String queryString,
List<PathSegment> encodedPathSegments) |
public List<PathSegment> getPathSegments()
getPathSegments
in interface UriInfo
public List<PathSegment> getPathSegments(boolean decode)
getPathSegments
in interface UriInfo
public URI getRequestUri()
getRequestUri
in interface UriInfo
public UriBuilder getRequestUriBuilder()
getRequestUriBuilder
in interface UriInfo
public URI getAbsolutePath()
getAbsolutePath
in interface UriInfo
public UriBuilder getAbsolutePathBuilder()
getAbsolutePathBuilder
in interface UriInfo
public URI getBaseUri()
getBaseUri
in interface UriInfo
public UriBuilder getBaseUriBuilder()
getBaseUriBuilder
in interface UriInfo
public MultivaluedMap<String,String> getPathParameters()
getPathParameters
in interface UriInfo
public MultivaluedMap<String,PathSegment[]> getEncodedPathParameterPathSegments()
public MultivaluedMap<String,PathSegment[]> getPathParameterPathSegments()
public MultivaluedMap<String,String> getPathParameters(boolean decode)
getPathParameters
in interface UriInfo
public MultivaluedMap<String,String> getQueryParameters()
getQueryParameters
in interface UriInfo
protected MultivaluedMap<String,String> getEncodedQueryParameters()
public MultivaluedMap<String,String> getQueryParameters(boolean decode)
getQueryParameters
in interface UriInfo
protected void extractParameters(String queryString)
public List<String> getMatchedURIs(boolean decode)
getMatchedURIs
in interface UriInfo
public List<String> getMatchedURIs()
getMatchedURIs
in interface UriInfo
public List<Object> getMatchedResources()
getMatchedResources
in interface UriInfo
public void pushCurrentResource(Object resource)
public void popCurrentResource()
public void popMatchedURI()
Copyright © 2014. All Rights Reserved.