public interface Resource
BasePage.BasePage| Modifier and Type | Interface and Description |
|---|---|
static interface |
Resource.Forwarded
This resource should understand
X-Forwarded-For
HTTP header and change its properties (mostly inside
UriInfo) accordingly. |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.HttpHeaders |
httpHeaders()
All Http Headers.
|
javax.servlet.http.HttpServletRequest |
httpServletRequest()
Request just received.
|
javax.ws.rs.ext.Providers |
providers()
All registered JAX-RS providers.
|
javax.ws.rs.core.SecurityContext |
securityContext()
Security context.
|
javax.servlet.ServletContext |
servletContext()
Servlet context.
|
long |
started()
When this resource creation was started by JAX-RS implementation.
|
javax.ws.rs.core.UriInfo |
uriInfo()
Get URI Info.
|
long started()
javax.ws.rs.core.UriInfo uriInfo()
javax.ws.rs.ext.Providers providers()
javax.ws.rs.core.HttpHeaders httpHeaders()
javax.servlet.http.HttpServletRequest httpServletRequest()
javax.ws.rs.core.SecurityContext securityContext()
javax.servlet.ServletContext servletContext()
Copyright © 2011–2014 ReXSL.com. All rights reserved.