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

Packages that use MethodInvocationResult
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.services Core services 
 

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

Classes in org.apache.tapestry5.internal.services that implement MethodInvocationResult
 class MethodInvocationFailResult
          Implementation of MethodInvocationResult for failed invocations (where a checked exception was thrown).
 class MethodInvocationSuccessfulResult
          Implementation of MethodInvocationResult for successful method invocations.
 

Methods in org.apache.tapestry5.internal.services that return MethodInvocationResult
protected  MethodInvocationResult AbstractMethodAccess.fail(Throwable exception)
           
protected  MethodInvocationResult AbstractMethodAccess.success(Object result)
           
 

Uses of MethodInvocationResult in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services that return MethodInvocationResult
 MethodInvocationResult MethodAccess.invoke(Object target, Object... arguments)
          Deprecated. Invoke the method on the target, passing a number of arguments to the method.
 



Copyright © 2003-2012 The Apache Software Foundation.