Interface LifecycleInterceptor


  • public interface LifecycleInterceptor
    Class that is run around invocations of servlet and filter lifecycle methods (init and destroy). Note that this only deals with lifecycle methods that are defined by the servlet spec. @POstConstruct, PreDestroy and Inject methods are not handled.
    Author:
    Stuart Douglas