com.atlassian.confluence.util
Class ConfigurableBootstrapHotSwappingFilter

java.lang.Object
  extended by com.atlassian.core.filters.AbstractHttpFilter
      extended by com.atlassian.confluence.util.AbstractBootstrapHotSwappingFilter
          extended by com.atlassian.confluence.util.ConfigurableBootstrapHotSwappingFilter
All Implemented Interfaces:
javax.servlet.Filter

public class ConfigurableBootstrapHotSwappingFilter
extends AbstractBootstrapHotSwappingFilter

Created by IntelliJ IDEA. User: cowen Date: Nov 5, 2007 Time: 5:54:08 PM To change this template use File | Settings | File Templates.


Constructor Summary
ConfigurableBootstrapHotSwappingFilter()
           
 
Method Summary
 javax.servlet.Filter getSwapTarget()
          The filter to use once the container manager is available
 void init(javax.servlet.FilterConfig filterConfig)
           
 
Methods inherited from class com.atlassian.confluence.util.AbstractBootstrapHotSwappingFilter
doFilter
 
Methods inherited from class com.atlassian.core.filters.AbstractHttpFilter
destroy, doFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurableBootstrapHotSwappingFilter

public ConfigurableBootstrapHotSwappingFilter()
Method Detail

init

public void init(javax.servlet.FilterConfig filterConfig)
          throws javax.servlet.ServletException
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
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


Copyright © 2003-2012 Atlassian. All Rights Reserved.