SeamFramework.org
Community Documentation
Prev
Next
Part II. Seam Solder
Table of Contents
Introduction
6. Getting Started
6.1. Maven dependency configuration
6.2. Transitive dependencies
6.3. Pre-Servlet 3.0 configuration
7. Enhancements to the CDI Programming Model
7.1. Preventing a class from being processed
7.1.1. @Veto
7.1.2. @Requires
7.2. @Exact
7.3. @Client
7.4. Named packages
7.5. @FullyQualified bean names
8. Annotation Literals
9. Evaluating Unified EL
10. Resource Loading
10.1. Extending the Resource Loader
11. Logging, redesigned
11.1. JBoss Logging: The foundation
11.2. Solder Logging: Feature set
11.3. Typed loggers
11.4. Native logger API
11.5. Typed message bundles
11.6. Implementation classes
11.6.1. Generating the implementation classes
11.6.2. Including the implementation classes in Arquillian tests
12. Annotation and AnnotatedType Utilities
12.1. Annotated Type Builder
12.2. Annotation Instance Provider
12.3. Annotation Inspector
12.4. Synthetic Qualifiers
12.5. Reflection Utilities
13. Obtaining a reference to the BeanManager
14. Bean Utilities
15. Properties
15.1. Working with properties
15.2. Querying for properties
15.3. Property Criteria
15.3.1. AnnotatedPropertyCriteria
15.3.2. NamedPropertyCriteria
15.3.3. TypedPropertyCriteria
15.3.4. Creating a custom property criteria
15.4. Fetching the results
16. Unwrapping Producer Methods
17. Default Beans
18. Generic Beans
18.1. Using generic beans
18.2. Defining Generic Beans
19. Service Handler
Prev
Chapter 5. Developing a Plugin
Top of page
Front page
Next
Introduction