com.atlassian.johnson.filters
Class JohnsonFilter
java.lang.Object
AbstractFilter
com.atlassian.johnson.filters.JohnsonFilter
public class JohnsonFilter
- extends AbstractFilter
|
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 |
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
JohnsonFilter
public JohnsonFilter()
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