Skip to content

Commit d495003

Browse files
Update README.md
1 parent 4461edf commit d495003

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
## jax-rs-context
44
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:
55

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

Comments
 (0)