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

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

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

Methods in org.cruxframework.crux.core.server.rest.core.dispatch with parameters of type UriInfo
 void StateHandler.updateState(UriInfo uriInfo, ResourceMethod.MethodReturn ret)
           
 

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)
           
 

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

Methods in org.cruxframework.crux.core.server.rest.state with parameters of type UriInfo
 String ETagHandlerImpl.generateEtag(UriInfo uri, String content)
           
 String ETagHandler.generateEtag(UriInfo uriInfo, String content)
           
 



Copyright © 2015. All rights reserved.