Package com.atlassian.confluence.util
Class ConfigurableBootstrapHotSwappingFilter
- java.lang.Object
-
- com.atlassian.core.filters.AbstractHttpFilter
-
- com.atlassian.confluence.util.AbstractBootstrapHotSwappingFilter
-
- com.atlassian.confluence.util.ConfigurableBootstrapHotSwappingFilter
-
- All Implemented Interfaces:
javax.servlet.Filter
@Deprecated(forRemoval=true) public class ConfigurableBootstrapHotSwappingFilter extends AbstractBootstrapHotSwappingFilter
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8
-
-
Constructor Summary
Constructors Constructor Description ConfigurableBootstrapHotSwappingFilter()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description javax.servlet.Filter
getSwapTarget()
Deprecated, for removal: This API element is subject to removal in a future version.The filter to use once the container manager is availablevoid
init(javax.servlet.FilterConfig filterConfig)
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class com.atlassian.confluence.util.AbstractBootstrapHotSwappingFilter
doFilter
-
-
-
-
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 interfacejavax.servlet.Filter
- Overrides:
init
in classcom.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 classAbstractBootstrapHotSwappingFilter
- Returns:
- filter to delegate to
- Throws:
javax.servlet.ServletException
-
-