org.apache.tapestry5.internal.services
Class AbstractMethodAccess

java.lang.Object
  extended by 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

Constructor Summary
AbstractMethodAccess()
           
 
Method Summary
protected  MethodInvocationResult fail(Throwable exception)
           
protected  MethodInvocationResult success(Object result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.tapestry5.services.MethodAccess
invoke
 

Constructor Detail

AbstractMethodAccess

public AbstractMethodAccess()
Method Detail

success

protected MethodInvocationResult success(Object result)

fail

protected MethodInvocationResult fail(Throwable exception)


Copyright © 2003-2012 The Apache Software Foundation.