public abstract class AbstractInterceptor extends Object implements Interceptor
public void after(ActionInvocation actionInvocation)
after 在接口中 Interceptorpublic abstract boolean before(ActionInvocation actionInvocation)
before 在接口中 InterceptorCopyright © 2019. All rights reserved.