SeamFramework.orgCommunity Documentation

Part XII. Seam Solder

Table of Contents

44. Getting Started
44.1. Maven dependency configuration
44.2. Transitive dependencies
44.3. Pre-Servlet 3.0 configuration
45. Enhancements to the CDI Programming Model
45.1. Preventing a class from being processed
45.1.1. @Veto
45.1.2. @Requires
45.2. @Exact
45.3. @Client
45.4. Named packages
45.5. @FullyQualified bean names
46. Annotation Literals
47. Evaluating Unified EL
48. Resource Loading
48.1. Extending the resource loader
49. Logging
50. Annotation and AnnotatedType Utilities
50.1. Annotated Type Builder
50.2. Annotation Instance Provider
50.3. Annotation Inspector
50.4. Synthetic Qualifiers
50.5. Reflection Utilities
51. Obtaining a reference to the BeanManager
52. Bean Utilities
53. Properties
53.1. Working with properties
53.2. Querying for properties
53.3. Property Criteria
53.3.1. AnnotatedPropertyCriteria
53.3.2. NamedPropertyCriteria
53.3.3. TypedPropertyCriteria
53.3.4. Creating a custom property criteria
53.4. Fetching the results
54. Unwrapping Producer Methods
55. Default Beans
56. Generic Beans
56.1. Using generic beans
56.2. Defining Generic Beans
57. Service Handler