SeamFramework.orgCommunity Documentation

Part X. Seam Solder

Table of Contents

35. Getting Started
35.1. Maven dependency configuration
35.2. Transitive dependencies
35.3. Pre-Servlet 3.0 configuration
36. Enhancements to the CDI Programming Model
36.1. Preventing a class from being processed
36.1.1. @Veto
36.1.2. @Requires
36.2. @Exact
36.3. @Client
36.4. Named packages
36.5. @FullyQualified bean names
37. Annotation Literals
38. Evaluating Unified EL
39. Resource Loading
39.1. Extending the resource loader
40. Logging
41. Annotation and AnnotatedType Utilities
41.1. Annotated Type Builder
41.2. Annotation Instance Provider
41.3. Annotation Inspector
41.4. Synthetic Qualifiers
41.5. Reflection Utilities
42. Obtaining a reference to the BeanManager
43. Bean Utilities
44. Properties
44.1. Working with properties
44.2. Querying for properties
44.3. Property Criteria
44.3.1. AnnotatedPropertyCriteria
44.3.2. NamedPropertyCriteria
44.3.3. TypedPropertyCriteria
44.3.4. Creating a custom property criteria
44.4. Fetching the results
45. Unwrapping Producer Methods
46. Default Beans
47. Generic Beans
47.1. Using generic beans
47.2. Defining Generic Beans
48. Service Handler