javax.ws.rs.core
Interface UriInfo


public interface UriInfo


Method Summary
 URI getAbsolutePath()
           
 UriBuilder getAbsolutePathBuilder()
           
 URI getBaseUri()
           
 UriBuilder getBaseUriBuilder()
           
 List<Object> getMatchedResources()
           
 List<String> getMatchedURIs()
           
 List<String> getMatchedURIs(boolean decode)
           
 String getPath()
           
 String getPath(boolean decode)
           
 MultivaluedMap<String,String> getPathParameters()
           
 MultivaluedMap<String,String> getPathParameters(boolean decode)
           
 List<PathSegment> getPathSegments()
           
 List<PathSegment> getPathSegments(boolean decode)
           
 MultivaluedMap<String,String> getQueryParameters()
           
 MultivaluedMap<String,String> getQueryParameters(boolean decode)
           
 URI getRequestUri()
           
 UriBuilder getRequestUriBuilder()
           
 

Method Detail

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.