You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@
3
3
## jax-rs-context
4
4
This module contains the code that acompanies the series of articles about what the javax.ws.rs.core.context class is and the many different ways the @Context annotation os used to injects instances of the following objects:
5
5
6
-
###HttpHeaders -> HTTP header parameters and values
7
-
###UriInfo -> Captures path variables and query parameters
8
-
###SecurityContext -> Provides access to security related information for a request
9
-
###ResourceContext -> Provides access to instances of resource classes
10
-
###Request -> Precondition request processing
11
-
###Application, Configuration, and Providers -> Provide information about the JAX-RS application environment
12
-
###HttpServletRequest -> Provides access to the HttpServletRequest instance
13
-
###HttpServletResponse -> Provides access to the HttpServletResponse instance
14
-
###ServletConfig -> Provides access to the ServletConfig
15
-
###ServletContext -> Provides access to the ServletContext
6
+
*HttpHeaders -> HTTP header parameters and values
7
+
*UriInfo -> Captures path variables and query parameters
8
+
*SecurityContext -> Provides access to security related information for a request
9
+
*ResourceContext -> Provides access to instances of resource classes
10
+
*Request -> Precondition request processing
11
+
*Application, Configuration, and Providers -> Provide information about the JAX-RS application environment
12
+
*HttpServletRequest -> Provides access to the HttpServletRequest instance
13
+
*HttpServletResponse -> Provides access to the HttpServletResponse instance
14
+
*ServletConfig -> Provides access to the ServletConfig
15
+
*ServletContext -> Provides access to the ServletContext
0 commit comments