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)
| 从类 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.