org.nanocontainer.aop
Interface AspectsApplicator

All Known Subinterfaces:
AspectsManager
All Known Implementing Classes:
DynaopAspectsManager

public interface AspectsApplicator

Applies aspects to a component. Intended for use by component adapters that need to inject aspects into a component.

Version:
$Revision: 3144 $
Author:
Stephen Molitor

Method Summary
 Object applyAspects(Object componentKey, Object component, org.picocontainer.PicoContainer container)
           
 

Method Detail

applyAspects

Object applyAspects(Object componentKey,
                    Object component,
                    org.picocontainer.PicoContainer container)


Copyright © 2003-2009 Codehaus. All Rights Reserved.