SeamFramework.org
Community Documentation
Next
Seam Faces Module
Reference Guide
Brian
Leathem
Lincoln
Baxter III
Dan
Allen
Nicklas
Karlsson
3.0.0-SNAPSHOT
Introduction
1. Installation
1.1. Maven dependency configuration
1.2. Pre-Servlet 3.0 configuration
1.3. How to setup JSF in a Java EE 6 webapp
2. Faces Scoping Support
2.1. @RenderScoped
2.2. @Inject javax.faces.context.Flash flash
2.3. @ViewScoped
3. Messages API
3.1. Adding Messages
3.2. Displaying pending messages
4. Seam Faces Components
4.1. Introduction
4.2. <s:validateForm>
4.3. <s:viewAction>
4.3.1. Motivation
4.3.2. Usage
4.3.3. View actions vs the PreRenderViewEvent
4.4. UI Input Container
5. Faces Artifact Injection
5.1. @*Scoped and @Inject in Validators and Converters
5.2. @Inject'able Faces Artifacts
6. Faces Events Propagation
6.1. JSF Phase events
6.1.1. Seam Faces Phase events
6.1.2. Phase events listing
6.2. JSF system events
6.2.1. Seam Faces System events
6.2.2. System events listing
6.2.3. Component system events
7. Faces View Configuration
7.1. Configuration With Annotated Enums
7.2. Configuring View Restrictions
7.2.1. Writing Seam security Annotations
7.2.2. Applying the Security Restrictions
7.2.3. Changing the Restrcition Phases
7.3. Configuring URL Rewriting
7.4. Configuring "faces-redirect"
7.5. Configuring Transactional Views
Next
Introduction