Resteasy Reference Guide En US
User Manual:
Open the PDF directly: View PDF
Page Count: 346 [warning: Documents this large are best viewed by clicking the View PDF Link!]
- RESTEasy JAX-RS
- Table of Contents
- Preface
- Chapter 1. Overview
- Chapter 2. License
- Chapter 3. Installation/Configuration
- Chapter 4. Using @Path and @GET, @POST, etc.
- Chapter 5. @PathParam
- Chapter 6. @QueryParam
- Chapter 7. @HeaderParam
- Chapter 8. Linking resources
- 8.1. Link Headers
- 8.2. Atom links in the resource representations
- 8.2.1. Configuration
- 8.2.2. Your first links injected
- 8.2.3. Customising how the Atom links are serialised
- 8.2.4. Specifying which JAX-RS methods are tied to which resources
- 8.2.5. Specifying path parameter values for URI templates
- 8.2.6. Securing entities
- 8.2.7. Extending the UEL context
- 8.2.8. Resource facades
- Chapter 9. @MatrixParam
- Chapter 10. @CookieParam
- Chapter 11. @FormParam
- Chapter 12. @Form
- Chapter 13. Improved @…Param annotations
- Chapter 14. @DefaultValue
- Chapter 15. @Encoded and encoding
- Chapter 16. @Context
- Chapter 17. JAX-RS Resource Locators and Sub Resources
- Chapter 18. Resources metadata configuration
- Chapter 19. JAX-RS Content Negotiation
- Chapter 20. Content Marshalling/Providers
- Chapter 21. JAXB providers
- 21.1. JAXB Decorators
- 21.2. Pluggable JAXBContext's with ContextResolvers
- 21.3. JAXB + XML provider
- 21.4. JAXB + JSON provider
- 21.5. JAXB + FastinfoSet provider
- 21.6. Arrays and Collections of JAXB Objects
- 21.7. Maps of JAXB Objects
- 21.8. Interfaces, Abstract Classes, and JAXB
- 21.9. Configurating JAXB Marshalling
- Chapter 22. RESTEasy Atom Support
- Chapter 23. JSON Support via Jackson
- 23.1. Using Jackson 1.9.x Outside of WildFly
- 23.2. Using Jackson 1.9.x Inside WildFly 8
- 23.3. Using Jackson 2 Outside of WildFly
- 23.4. Using Jackson 2 Inside WildFly 9 and above
- 23.5. Additional RESTEasy Specifics
- 23.6. Possible Conflict With JAXB Provider
- 23.7. JSONP Support
- 23.8. Jackson JSON Decorator
- 23.9. JSON Filter Support
- Chapter 24. JSON Support via Java EE 7 JSON-P API
- Chapter 25. Multipart Providers
- 25.1. Input with multipart/mixed
- 25.2. java.util.List with multipart data
- 25.3. Input with multipart/form-data
- 25.4. java.util.Map with multipart/form-data
- 25.5. Input with multipart/related
- 25.6. Output with multipart
- 25.7. Multipart Output with java.util.List
- 25.8. Output with multipart/form-data
- 25.9. Multipart FormData Output with java.util.Map
- 25.10. Output with multipart/related
- 25.11. @MultipartForm and POJOs
- 25.12. XML-binary Optimized Packaging (Xop)
- 25.13. Note about multipart parsing and working with other frameworks
- 25.14. Overwriting the default fallback content type for multipart messages
- 25.15. Overwriting the content type for multipart messages
- 25.16. Overwriting the default fallback charset for multipart messages
- Chapter 26. YAML Provider
- Chapter 27. JAX-RS 2.1 Additions
- Chapter 28. String marshalling for String based @*Param
- Chapter 29. Responses using javax.ws.rs.core.Response
- Chapter 30. Exception Handling
- Chapter 31. Configuring Individual JAX-RS Resource Beans
- Chapter 32. Content encoding
- Chapter 33. CORS
- Chapter 34. Content-Range Support
- Chapter 35. RESTEasy Caching Features
- Chapter 36. Filters and Interceptors
- Chapter 37. Asynchronous HTTP Request Processing
- Chapter 38. Asynchronous Job Service
- Chapter 39. Reactive programming support
- Chapter 40. Embedded Containers
- Chapter 41. Server-side Mock Framework
- Chapter 42. Securing JAX-RS and RESTEasy
- Chapter 43. JSON Web Signature and Encryption (JOSE-JWT)
- Chapter 44. Doseta Digital Signature Framework
- Chapter 45. Body Encryption and Signing via SMIME
- Chapter 46. EJB Integration
- Chapter 47. Spring Integration
- Chapter 48. CDI Integration
- Chapter 49. Guice 3.0 Integration
- Chapter 50. RESTEasy Client API
- Chapter 51. MicroProfile Rest Client
- Chapter 52. AJAX Client
- Chapter 53. RESTEasy WADL Support
- Chapter 54. Validation
- Chapter 55. Internationalization and Localization
- Chapter 56. Maven and RESTEasy
- Chapter 57. Deprecated Security Modules
- Chapter 58. Migration to RESTEasy 3.5 series
- Chapter 59. Migration to RESTEasy 3.1 series
- Chapter 60. Migration from older versions
- Chapter 61. Books You Can Read