SeamFramework.orgCommunity Documentation

Part VI. Servlet API Integration

Table of Contents

Introduction
21. Installation
21.1. Pre-Servlet 3.0 configuration
22. Servlet event propagation
22.1. Servlet context lifecycle events
22.2. Application initialization
22.3. Servlet request lifecycle events
22.4. Servlet response lifecycle events
22.5. Servlet request context lifecycle events
22.6. Session lifecycle events
22.7. Session activation events
23. Injectable Servlet objects and request state
23.1. @Inject @RequestParam
23.2. @Inject @HeaderParam
23.3. @Inject ServletContext
23.4. @Inject ServletRequest / HttpServletRequest
23.5. @Inject ServletResponse / HttpServletResponse
23.6. @Inject HttpSession
23.7. @Inject HttpSessionStatus
23.8. @Inject @ContextPath
23.9. @Inject List<Cookie>
23.10. @Inject @CookieParam
23.11. @Inject @ServerInfo
23.12. @Inject @Principal
24. Servlet Exception Handling Integration
24.1. Background
24.2. Defining a exception handler for a web request
25. Retrieving the BeanManager from the servlet context