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)

构造方法摘要
RestfulInterceptor()
           
 
方法摘要
 Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
abstract  Object invoke(RestfulInvocation invocation)
           
 
从类 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.