Class NoOpInterceptor

java.lang.Object
org.apache.struts2.interceptor.AbstractInterceptor
org.apache.struts2.interceptor.NoOpInterceptor
All Implemented Interfaces:
Serializable, ConditionalInterceptor, Interceptor

public class NoOpInterceptor extends AbstractInterceptor
Interceptor that does nothing, used in the "empty" stack
See Also: