|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodInvocationResult | |
|---|---|
| org.apache.tapestry5.internal.services | |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||