net.hasor.web.restful.interceptor
类 RestfulInterceptor
java.lang.Object
net.hasor.web.restful.interceptor.RestfulInterceptor
- 所有已实现的接口:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
public abstract class RestfulInterceptor
- 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 |
RestfulInterceptor
public RestfulInterceptor()
invoke
public final Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
throws Throwable
- 指定者:
- 接口
org.aopalliance.intercept.MethodInterceptor 中的 invoke
- 抛出:
Throwable
invoke
public abstract Object invoke(RestfulInvocation invocation)
throws Throwable
- 抛出:
Throwable
Copyright © 2013. All Rights Reserved.