Uses of Interface
org.apache.tapestry5.plastic.MethodInvocationResult
Packages that use MethodInvocationResult
Package
Description
[INTERNAL USE ONLY] Plastic implementation details; API subject to change
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 MethodInvocationResultModifier and TypeClassDescriptionclass
class
class
A successful method invocation; one that did not throw a checked exception.Methods in org.apache.tapestry5.internal.plastic that return MethodInvocationResultModifier and TypeMethodDescriptionInvokes a method. -
Uses of MethodInvocationResult in org.apache.tapestry5.plastic
Subinterfaces of MethodInvocationResult in org.apache.tapestry5.plasticModifier and TypeInterfaceDescriptioninterface
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 MethodInvocationResultModifier and TypeMethodDescriptionInvokes the method for this handle on the instance.