javax.ws.rs.core
Interface UriInfo
public interface UriInfo
getAbsolutePath
URI getAbsolutePath()
getAbsolutePathBuilder
UriBuilder getAbsolutePathBuilder()
getBaseUri
URI getBaseUri()
getBaseUriBuilder
UriBuilder getBaseUriBuilder()
getMatchedResources
List<Object> getMatchedResources()
getMatchedURIs
List<String> getMatchedURIs()
getMatchedURIs
List<String> getMatchedURIs(boolean decode)
getPath
String getPath()
getPath
String getPath(boolean decode)
getPathParameters
MultivaluedMap<String,String> getPathParameters()
getPathParameters
MultivaluedMap<String,String> getPathParameters(boolean decode)
getPathSegments
List<PathSegment> getPathSegments()
getPathSegments
List<PathSegment> getPathSegments(boolean decode)
getQueryParameters
MultivaluedMap<String,String> getQueryParameters()
getQueryParameters
MultivaluedMap<String,String> getQueryParameters(boolean decode)
getRequestUri
URI getRequestUri()
getRequestUriBuilder
UriBuilder getRequestUriBuilder()
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.