All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.tom.mvc.interceptor.Interceptor Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package cn.tom.mvc.interceptor;

import java.io.Serializable;


public interface Interceptor {
	public abstract boolean before (ActionInvocation actionInvocation);
	public abstract void after (ActionInvocation actionInvocation);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy