Resteasy Reference Guide En US
User Manual:
Open the PDF directly: View PDF
Page Count: 274 [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. @DefaultValue
- Chapter 14. @Encoded and encoding
- Chapter 15. @Context
- Chapter 16. JAX-RS Resource Locators and Sub Resources
- Chapter 17. JAX-RS Content Negotiation
- Chapter 18. Content Marshalling/Providers
- Chapter 19. JAXB providers
- 19.1. JAXB Decorators
- 19.2. Pluggable JAXBContext's with ContextResolvers
- 19.3. JAXB + XML provider
- 19.4. JAXB + JSON provider
- 19.5. JAXB + FastinfoSet provider
- 19.6. Arrays and Collections of JAXB Objects
- 19.7. Maps of JAXB Objects
- 19.8. Interfaces, Abstract Classes, and JAXB
- 19.9. Configurating JAXB Marshalling
- Chapter 20. Resteasy Atom Support
- Chapter 21. JSON Support via Jackson
- 21.1. Using Jackson 1.9.x Outside of WildFly
- 21.2. Using Jackson 1.9.x Inside WildFly 8
- 21.3. Using Jackson 2 Outside of WildFly
- 21.4. Using Jackson 2 Inside WildFly 9 and above
- 21.5. Additional Resteasy Specifics
- 21.6. Possible Conflict With JAXB Provider
- 21.7. JSONP Support
- 21.8. Jackson JSON Decorator
- 21.9. JSON Filter Support
- Chapter 22. JSON Support via Java EE 7 JSON-P API
- Chapter 23. Multipart Providers
- 23.1. Input with multipart/mixed
- 23.2. java.util.List with multipart data
- 23.3. Input with multipart/form-data
- 23.4. java.util.Map with multipart/form-data
- 23.5. Input with multipart/related
- 23.6. Output with multipart
- 23.7. Multipart Output with java.util.List
- 23.8. Output with multipart/form-data
- 23.9. Multipart FormData Output with java.util.Map
- 23.10. Output with multipart/related
- 23.11. @MultipartForm and POJOs
- 23.12. XML-binary Optimized Packaging (Xop)
- 23.13. Note about multipart parsing and working with other frameworks
- 23.14. Overwriting the default fallback content type for multipart messages
- 23.15. Overwriting the content type for multipart messages
- 23.16. Overwriting the default fallback charset for multipart messages
- Chapter 24. YAML Provider
- Chapter 25. String marshalling for String based @*Param
- Chapter 26. Responses using javax.ws.rs.core.Response
- Chapter 27. Exception Handling
- Chapter 28. Configuring Individual JAX-RS Resource Beans
- Chapter 29. GZIP Compression/Decompression
- Chapter 30. CORS
- Chapter 31. Content-Range Support
- Chapter 32. Resteasy Caching Features
- Chapter 33. Filters and Interceptors
- Chapter 34. Asynchronous HTTP Request Processing
- Chapter 35. Asynchronous Job Service
- Chapter 36. Embedded Containers
- Chapter 37. Server-side Mock Framework
- Chapter 38. Securing JAX-RS and RESTEasy
- Chapter 39. JSON Web Signature and Encryption (JOSE-JWT)
- Chapter 40. Doseta Digital Signature Framework
- Chapter 41. Body Encryption and Signing via SMIME
- Chapter 42. EJB Integration
- Chapter 43. Spring Integration
- Chapter 44. CDI Integration
- Chapter 45. Seam Integration
- Chapter 46. Guice 3.0 Integration
- Chapter 47. Resteasy Client API
- Chapter 48. AJAX Client
- Chapter 49. RESTEasy WADL Support
- Chapter 50. Validation
- Chapter 51. Internationalization and Localization
- Chapter 52. Maven and RESTEasy
- Chapter 53. Deprecated Security Modules
- Chapter 54. Documentation Support
- Chapter 55. Migration to Resteasy 3.1
- Chapter 56. Migration from older versions
- 56.1. Migrating from Resteasy 2 to Resteasy 3
- 56.2. Migrating to 3.0.17
- 56.3. Migrating from 3.0.13 to 3.0.14
- 56.4. Migrating from 3.0.12 to 3.0.13
- 56.5. Migrating to 3.0.12
- 56.6. Migrating from 3.0.7 to 3.0.9
- 56.7. Migrating from 3.0.6 to 3.0.7
- 56.8. Migrating from 3.0 to 3.0.4
- 56.9. Migrating from 3.0-beta-6 and 3.0-rc-1
- 56.10. Migrating from 3.0-beta-5 and 3.0-beta-6
- 56.11. Migrating from 3.0-beta-4 and 3.0-beta-5
- 56.12. Migrating from 3.0-beta-2 and 3.0-beta-4
- 56.13. Migrating from 3.0-beta-1 and 3.0-beta-2
- 56.14. Migrating from 2.x to 3.0-beta-1
- 56.15. Migrating from 2.3.2 to 2.3.3
- 56.16. Migrating from 2.3.0 to 2.3.1
- 56.17. Migrating from 2.2.x to 2.3
- 56.18. Migrating from 2.2.0 to 2.2.1
- 56.19. Migrating from 2.1.x to 2.2
- 56.20. Migrating from 2.0.x to 2.1
- 56.21. Migrating from 1.2.x to 2.0
- 56.22. Migrating from 1.2.GA to 1.2.1.GA
- 56.23. Migrating from 1.1 to 1.2
- Chapter 57. Books You Can Read