org.trialox.jaxrs.util.uri
Class UriInfoImpl

java.lang.Object
  extended by org.trialox.jaxrs.util.uri.UriInfoImpl
All Implemented Interfaces:
javax.ws.rs.core.UriInfo

public class UriInfoImpl
extends java.lang.Object
implements javax.ws.rs.core.UriInfo

Author:
szalay

Constructor Summary
UriInfoImpl(WebRequest request)
          constructor
 
Method Summary
 java.net.URI getAbsolutePath()
           
 javax.ws.rs.core.UriBuilder getAbsolutePathBuilder()
           
 java.net.URI getBaseUri()
           
 javax.ws.rs.core.UriBuilder getBaseUriBuilder()
           
 java.util.List<java.lang.Object> getMatchedResources()
           
 java.util.List<java.lang.String> getMatchedURIs()
           
 java.util.List<java.lang.String> getMatchedURIs(boolean arg0)
           
 java.lang.String getPath()
           
 java.lang.String getPath(boolean arg0)
           
 javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> getPathParameters()
           
 javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> getPathParameters(boolean arg0)
           
 java.util.List<javax.ws.rs.core.PathSegment> getPathSegments()
           
 java.util.List<javax.ws.rs.core.PathSegment> getPathSegments(boolean arg0)
           
 javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> getQueryParameters()
           
 javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> getQueryParameters(boolean arg0)
           
 java.net.URI getRequestUri()
           
 javax.ws.rs.core.UriBuilder getRequestUriBuilder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriInfoImpl

public UriInfoImpl(WebRequest request)
constructor

Parameters:
request -
Method Detail

getAbsolutePath

public java.net.URI getAbsolutePath()
Specified by:
getAbsolutePath in interface javax.ws.rs.core.UriInfo

getAbsolutePathBuilder

public javax.ws.rs.core.UriBuilder getAbsolutePathBuilder()
Specified by:
getAbsolutePathBuilder in interface javax.ws.rs.core.UriInfo

getBaseUri

public java.net.URI getBaseUri()
Specified by:
getBaseUri in interface javax.ws.rs.core.UriInfo

getBaseUriBuilder

public javax.ws.rs.core.UriBuilder getBaseUriBuilder()
Specified by:
getBaseUriBuilder in interface javax.ws.rs.core.UriInfo

getPath

public java.lang.String getPath()
Specified by:
getPath in interface javax.ws.rs.core.UriInfo

getPath

public java.lang.String getPath(boolean arg0)
Specified by:
getPath in interface javax.ws.rs.core.UriInfo

getPathParameters

public javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> getPathParameters()
Specified by:
getPathParameters in interface javax.ws.rs.core.UriInfo

getPathParameters

public javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> getPathParameters(boolean arg0)
Specified by:
getPathParameters in interface javax.ws.rs.core.UriInfo

getPathSegments

public java.util.List<javax.ws.rs.core.PathSegment> getPathSegments()
Specified by:
getPathSegments in interface javax.ws.rs.core.UriInfo

getPathSegments

public java.util.List<javax.ws.rs.core.PathSegment> getPathSegments(boolean arg0)
Specified by:
getPathSegments in interface javax.ws.rs.core.UriInfo

getQueryParameters

public javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> getQueryParameters()
Specified by:
getQueryParameters in interface javax.ws.rs.core.UriInfo

getQueryParameters

public javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> getQueryParameters(boolean arg0)
Specified by:
getQueryParameters in interface javax.ws.rs.core.UriInfo

getRequestUri

public java.net.URI getRequestUri()
Specified by:
getRequestUri in interface javax.ws.rs.core.UriInfo

getRequestUriBuilder

public javax.ws.rs.core.UriBuilder getRequestUriBuilder()
Specified by:
getRequestUriBuilder in interface javax.ws.rs.core.UriInfo

getMatchedURIs

public java.util.List<java.lang.String> getMatchedURIs()
Specified by:
getMatchedURIs in interface javax.ws.rs.core.UriInfo

getMatchedURIs

public java.util.List<java.lang.String> getMatchedURIs(boolean arg0)
Specified by:
getMatchedURIs in interface javax.ws.rs.core.UriInfo

getMatchedResources

public java.util.List<java.lang.Object> getMatchedResources()
Specified by:
getMatchedResources in interface javax.ws.rs.core.UriInfo


Copyright © 2008. All Rights Reserved.