Class ConfigurableBootstrapHotSwappingFilter

    • Constructor Detail

      • ConfigurableBootstrapHotSwappingFilter

        public ConfigurableBootstrapHotSwappingFilter()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • init

        public void init​(javax.servlet.FilterConfig filterConfig)
                  throws javax.servlet.ServletException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        init in interface javax.servlet.Filter
        Overrides:
        init in class com.atlassian.core.filters.AbstractHttpFilter
        Throws:
        javax.servlet.ServletException
      • getSwapTarget

        public javax.servlet.Filter getSwapTarget()
                                           throws javax.servlet.ServletException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from class: AbstractBootstrapHotSwappingFilter
        The filter to use once the container manager is available
        Specified by:
        getSwapTarget in class AbstractBootstrapHotSwappingFilter
        Returns:
        filter to delegate to
        Throws:
        javax.servlet.ServletException