|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||