This "cook book" provides recipes on ways to make use of tie in your application. You can choose to read each recipe in order to become more familiar with the features tie has to offer, or you can jump directly to the recipes that solve a problem you are facing.
Recipes With Tie
- Only intercepting some objects
- Only intercepting some methods
- Marking which methods to intercept
- Intercepting by object type
- Intercepting by return type
- Applying multiple rules
- Applying a single rule to multiple interceptors
- Writing your own rule
- Creating a new interceptor for each object
- Configuring the interceptor for each object
- Applying interception to the return value
- Applying interceptors to an object in a BeanFactory
Conditional Interception
Interceptor Stacks
Using Injectors
Spring Integration