Package net.sf.tie.ext.rule

Interface Summary
InterceptionRule An InterceptionRule works in conjunction with a DynamicInterceptorFactory and/or a ConditionalInterceptor to provide conditionl interception of objects.
 

Class Summary
AndRule An InterceptionRule that forms a logical "and" of two other rules.
CachingRule  
ConditionalInterceptor A ConditionalInterceptor consults an InterceptionRule to detemine which methods should be intercepted.
NotRule Inverts an InterceptionRule
OrRule Forms a logical "or" of two other InterceptionRule implementations
 

Enum Summary
MethodInterceptionStrategy Describes the strategy for how a given method should be intercepted.
ObjectInterceptionStrategy Describes the strategy for how a given object should be intercepted.