Uses of Class
org.cruxframework.crux.core.server.rest.spi.UriInfo

Packages that use UriInfo
org.cruxframework.crux.core.server.rest.spi   
 

Uses of UriInfo in org.cruxframework.crux.core.server.rest.spi
 

Fields in org.cruxframework.crux.core.server.rest.spi declared as UriInfo
protected  UriInfo HttpRequest.uri
           
 

Methods in org.cruxframework.crux.core.server.rest.spi that return UriInfo
static UriInfo HttpUtil.extractUriInfo(javax.servlet.http.HttpServletRequest request)
           
 UriInfo HttpRequest.getUri()
           
 UriInfo UriInfo.relative(URI relative)
          Create a UriInfo from the baseURI
 

Constructors in org.cruxframework.crux.core.server.rest.spi with parameters of type UriInfo
HttpRequest(javax.servlet.http.HttpServletRequest request, HttpHeaders httpHeaders, UriInfo uri, String httpMethod)
           
 



Copyright © 2014. All rights reserved.