Package org.apache.cocoon.profiling.aspects

Contains classes that use the Spring AOP mechanism to intercept invocations on Cocoon components.

See:
          Description

Class Summary
InvocationDispatcher The dispatcher gets invoked by a profiling aspect.
PipelineComponentProfilingAspect Aspect to intercept calls to all classes implementing PipelineComponent.
PipelineProfilingAspect Aspect to intercept calls to all classes implementing Pipeline.
ServletProfilingAspect Aspect to intercept calls to all classes implementing Servlet.
SitemapNodeProfilingAspect Aspect to intercept calls to all classes implementing SitemapNode.
 

Package org.apache.cocoon.profiling.aspects Description

Contains classes that use the Spring AOP mechanism to intercept invocations on Cocoon components.

Every instance of an aspect uses an InvocationDispatcher to provide the information to the Profiler.



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.