com.atlassian.johnson.filters
Class JohnsonFilter

java.lang.Object
  extended by AbstractFilter
      extended by com.atlassian.johnson.filters.JohnsonFilter

public class JohnsonFilter
extends AbstractFilter


Field Summary
static String ALREADY_FILTERED
           
static org.apache.log4j.Category log
           
static String URL_SETUP
           
 
Constructor Summary
JohnsonFilter()
           
 
Method Summary
 void doFilter(javax.servlet.ServletRequest servletRequest, javax.servlet.ServletResponse servletResponse, javax.servlet.FilterChain filterChain)
          This filter checks to see if there are any application consistency errors before any pages are accessed.
 void init(javax.servlet.FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final org.apache.log4j.Category log

ALREADY_FILTERED

public static final String ALREADY_FILTERED

URL_SETUP

public static final String URL_SETUP
See Also:
Constant Field Values
Constructor Detail

JohnsonFilter

public JohnsonFilter()
Method Detail

init

public void init(javax.servlet.FilterConfig filterConfig)

doFilter

public void doFilter(javax.servlet.ServletRequest servletRequest,
                     javax.servlet.ServletResponse servletResponse,
                     javax.servlet.FilterChain filterChain)
              throws IOException,
                     javax.servlet.ServletException
This filter checks to see if there are any application consistency errors before any pages are accessed. If there are errors then a redirect to the errors page is made

Throws:
IOException
javax.servlet.ServletException


Atlassian Johnson is developed by Atlassian Software Systems.