Uses of Interface
org.apache.tapestry5.plastic.MethodInvocationResult

Packages that use MethodInvocationResult
org.apache.tapestry5.internal.plastic [INTERNAL USE ONLY] Plastic implementation details; API subject to change 
org.apache.tapestry5.plastic Plastic, Tapestry's component class transformation library based on ASM 
 

Uses of MethodInvocationResult in org.apache.tapestry5.internal.plastic
 

Classes in org.apache.tapestry5.internal.plastic that implement MethodInvocationResult
 class AbstractMethodInvocation
           
 class FailureMethodInvocationResult
           
 class SuccessMethodInvocationResult
          A successful method invocation; one that did not throw a checked exception.
 

Methods in org.apache.tapestry5.internal.plastic that return MethodInvocationResult
 MethodInvocationResult PlasticClassHandleShim.invoke(Object instance, int methodIndex, Object[] arguments)
          Invokes a method.
 MethodInvocationResult MethodHandleImpl.invoke(Object instance, Object... arguments)
           
 

Uses of MethodInvocationResult in org.apache.tapestry5.plastic
 

Subinterfaces of MethodInvocationResult in org.apache.tapestry5.plastic
 interface MethodInvocation
          A representation of the invocation of a method that allows the behavior of the method to be advised: either by changing parameter values, or by changing the return value, or by catch or throwing different exceptions.
 

Methods in org.apache.tapestry5.plastic that return MethodInvocationResult
 MethodInvocationResult MethodHandle.invoke(Object instance, Object... arguments)
          Invokes the method for this handle on the instance.
 



Copyright © 2003-2012 The Apache Software Foundation.