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.FiltergetSwapTarget()Deprecated, for removal: This API element is subject to removal in a future version.The filter to use once the container manager is availablevoidinit(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.ServletExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
initin interfacejavax.servlet.Filter- Overrides:
initin classcom.atlassian.core.filters.AbstractHttpFilter- Throws:
javax.servlet.ServletException
-
getSwapTarget
public javax.servlet.Filter getSwapTarget() throws javax.servlet.ServletExceptionDeprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractBootstrapHotSwappingFilterThe filter to use once the container manager is available- Specified by:
getSwapTargetin classAbstractBootstrapHotSwappingFilter- Returns:
- filter to delegate to
- Throws:
javax.servlet.ServletException
-
-