Uses of Interface
org.apache.tapestry5.ioc.Invocation

Packages that use Invocation
org.apache.tapestry5.ioc   
org.apache.tapestry5.ioc.internal.services   
 

Uses of Invocation in org.apache.tapestry5.ioc
 

Methods in org.apache.tapestry5.ioc with parameters of type Invocation
 void MethodAdvice.advise(Invocation invocation)
          Allows the Aspect to advise the invocation.
 

Uses of Invocation in org.apache.tapestry5.ioc.internal.services
 

Classes in org.apache.tapestry5.ioc.internal.services that implement Invocation
 class AbstractInvocation
          Base class for Invocation, which is extended with a dynamically generated class generated for each individual class and method.
 

Methods in org.apache.tapestry5.ioc.internal.services with parameters of type Invocation
 void LoggingAdvice.advise(Invocation invocation)
           
 void MethodLogger.entry(Invocation invocation)
          Invoked when a method is first entered
 void MethodLogger.exit(Invocation invocation)
          Invoked when a method exits (possibly returning a value).
 void MethodLogger.fail(Invocation invocation, java.lang.Throwable t)
          Invoked when method invocation instead throws an exception.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.