Uses of Package
org.nanocontainer.aop

Packages that use org.nanocontainer.aop
org.nanocontainer.aop Lets you configure aspects on components in a PicoContainer
org.nanocontainer.aop.defaults Provides partial or default implementations of the interfaces in org.nanocontainer.aop, and common classes used by different sub-packages under org.nanocontainer.aop
org.nanocontainer.aop.dynaop Implements org.nanocontainer.aop using dynaop. 
 

Classes in org.nanocontainer.aop used by org.nanocontainer.aop
AspectablePicoContainer
          A org.picocontainer.MutablePicoContainer that supports the application of aspects to components in the container.
AspectsApplicator
          Applies aspects to a component.
AspectsContainer
          Represents the collection of aspects (pointuts + advice) to be applied to a Pico container.
AspectsManager
          Object that can both register aspects and apply them to components.
ClassPointcut
          Pointcut that picks classes.
ComponentPointcut
          Pointcut that picks component keys.
MalformedRegularExpressionException
          Exception thrown by PointcutsFactory when it is passed an invalid regular expression.
MethodPointcut
          Pointcut that picks methods.
PointcutsFactory
          Produces pointcuts.
 

Classes in org.nanocontainer.aop used by org.nanocontainer.aop.defaults
AspectsApplicator
          Applies aspects to a component.
AspectsManager
          Object that can both register aspects and apply them to components.
ComponentPointcut
          Pointcut that picks component keys.
MalformedRegularExpressionException
          Exception thrown by PointcutsFactory when it is passed an invalid regular expression.
PointcutsFactory
          Produces pointcuts.
 

Classes in org.nanocontainer.aop used by org.nanocontainer.aop.dynaop
AspectablePicoContainer
          A org.picocontainer.MutablePicoContainer that supports the application of aspects to components in the container.
AspectablePicoContainerFactory
          Produces AspectablePicoContainer objects.
AspectsApplicator
          Applies aspects to a component.
AspectsContainer
          Represents the collection of aspects (pointuts + advice) to be applied to a Pico container.
AspectsManager
          Object that can both register aspects and apply them to components.
ClassPointcut
          Pointcut that picks classes.
ComponentPointcut
          Pointcut that picks component keys.
MethodPointcut
          Pointcut that picks methods.
PointcutsFactory
          Produces pointcuts.
 



Copyright © 2003-2010 Codehaus. All Rights Reserved.