Class SentrySpringServletContainerInitializer

  • All Implemented Interfaces:
    javax.servlet.ServletContainerInitializer

    public class SentrySpringServletContainerInitializer
    extends java.lang.Object
    implements javax.servlet.ServletContainerInitializer
    Servlet container initializer used to add the SentrySpringFilter to the ServletContext.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onStartup​(@Nullable java.util.Set<java.lang.Class<?>> c, @NotNull javax.servlet.ServletContext ctx)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SentrySpringServletContainerInitializer

        public SentrySpringServletContainerInitializer()
    • Method Detail

      • onStartup

        public void onStartup​(@Nullable
                              @Nullable java.util.Set<java.lang.Class<?>> c,
                              @NotNull
                              @NotNull javax.servlet.ServletContext ctx)
                       throws javax.servlet.ServletException
        Specified by:
        onStartup in interface javax.servlet.ServletContainerInitializer
        Throws:
        javax.servlet.ServletException