All the Interceptor class must either implement the HandlerInterceptor interface or extend the HandlerInterceptorAdapter class.
prehandle(),posthandle(),aftercompletion()
prehanlde() returns "continue". false means controller is not called