Package | Description |
---|---|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.services |
Core services
|
Modifier and Type | Class and Description |
---|---|
class |
MethodInvocationFailResult
Implementation of
MethodInvocationResult for failed
invocations (where a checked exception was thrown). |
class |
MethodInvocationSuccessfulResult
Implementation of
MethodInvocationResult for successful
method invocations. |
Modifier and Type | Method and Description |
---|---|
protected MethodInvocationResult |
AbstractMethodAccess.fail(Throwable exception) |
protected MethodInvocationResult |
AbstractMethodAccess.success(Object result) |
Modifier and Type | Method and Description |
---|---|
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.