net.hasor.web.controller.interceptor
类 ControllerInterceptor

java.lang.Object
  继承者 net.hasor.web.controller.interceptor.ControllerInterceptor
所有已实现的接口:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public abstract class ControllerInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor

版本:
: 2013-9-26
作者:
赵永春(zyc@hasor.net)

构造方法摘要
ControllerInterceptor()
           
 
方法摘要
abstract  Object invoke(ControllerInvocation invocation)
           
 Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ControllerInterceptor

public ControllerInterceptor()
方法详细信息

invoke

public final Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
                    throws Throwable
指定者:
接口 org.aopalliance.intercept.MethodInterceptor 中的 invoke
抛出:
Throwable

invoke

public abstract Object invoke(ControllerInvocation invocation)
                       throws Throwable
抛出:
Throwable


Copyright © 2013. All Rights Reserved.