org.apache.tapestry5.internal.services
Class AbstractMethodAccess
java.lang.Object
org.apache.tapestry5.internal.services.AbstractMethodAccess
- All Implemented Interfaces:
- MethodAccess
public abstract class AbstractMethodAccess
- extends Object
- implements MethodAccess
Base class used for dynamically-created subclasses that implement MethodAccess
- Since:
- 5.2.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMethodAccess
public AbstractMethodAccess()
success
protected MethodInvocationResult success(Object result)
fail
protected MethodInvocationResult fail(Throwable exception)
Copyright © 2003-2012 The Apache Software Foundation.