SeamFramework.org
Community Documentation
Next
Seam Faces Module
Reference Guide
by
Brian
Leathem
,
Lincoln
Baxter III
,
Dan
Allen
,
Nicklas
Karlsson
, and
Christian
Kaltepoth
3.2.1-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. Conversation Management and Usage
3.1. Conversation Usage in EL
3.2. Conversation Management
3.2.1. @Begin
3.2.2. @End
4. Locale
5. Messages API
5.1. Adding Messages
5.2. Displaying pending messages
6. Seam Faces Components
6.1. Introduction
6.2. <s:validateForm>
6.3. <s:viewAction>
6.3.1. Motivation
6.3.2. Usage
6.3.3. View actions vs the PreRenderViewEvent
6.4. ObjectConverter
6.5. UI Input Container
7. Faces Artifact Injection
7.1. @*Scoped and @Inject in Validators and Converters
7.2. @Inject'able Faces Artifacts
8. Faces Events Propagation
8.1. JSF Phase events
8.1.1. Seam Faces Phase events
8.1.2. Phase events listing
8.2. JSF system events
8.2.1. Seam Faces System events
8.2.2. System events listing
8.2.3. Component system events
9. Project Stage Support
9.1. Project Stage Injection
9.2. Restricting Bean Activation
10. Faces View Configuration
10.1. Configuration With Annotated Enums
10.2. Configuring View Restrictions
10.2.1. Writing Seam security Annotations
10.2.2. Applying the Security Restrictions
10.2.3. Changing the Restriction Phases
10.3. Configuring URL Rewriting
10.4. Configuring "faces-redirect"
11. Exception Handling
11.1. Qualifier
Next
Introduction