Uses of Interface
org.apache.tapestry5.services.MethodInvocationResult
-
Packages that use MethodInvocationResult Package Description org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change -
-
Uses of MethodInvocationResult in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement MethodInvocationResult Modifier and Type Class Description class
MethodInvocationFailResult
Implementation ofMethodInvocationResult
for failed invocations (where a checked exception was thrown).class
MethodInvocationSuccessfulResult
Implementation ofMethodInvocationResult
for successful method invocations.
-