com.atlassian.confluence.web
Class ConfluenceJohnsonFilter
java.lang.Object
com.atlassian.core.filters.AbstractFilter
com.atlassian.johnson.filters.AbstractJohnsonFilter
com.atlassian.johnson.filters.JohnsonFilter
com.atlassian.confluence.web.ConfluenceJohnsonFilter
- All Implemented Interfaces:
- javax.servlet.Filter
public class ConfluenceJohnsonFilter
- extends com.atlassian.johnson.filters.JohnsonFilter
This filter tries to conserve the resource location for the browser. This way
consequent requests caused by the error page refreshing it self
Fields inherited from class com.atlassian.johnson.filters.AbstractJohnsonFilter |
config, filterConfig, TEXT_XML_UTF8_CONTENT_TYPE |
Method Summary |
protected void |
handleError(com.atlassian.johnson.JohnsonEventContainer appEventContainer,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
|
Methods inherited from class com.atlassian.johnson.filters.JohnsonFilter |
handleNotSetup |
Methods inherited from class com.atlassian.johnson.filters.AbstractJohnsonFilter |
doFilter, getContainerAndRunEventChecks, getServletPath, getStringForEvents, ignoreURI, init |
Methods inherited from class com.atlassian.core.filters.AbstractFilter |
destroy, getFilterConfig, setFilterConfig |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALREADY_FILTERED
public static final String ALREADY_FILTERED
URL_SETUP
public static final String URL_SETUP
- See Also:
- Constant Field Values
ConfluenceJohnsonFilter
public ConfluenceJohnsonFilter()
handleError
protected void handleError(com.atlassian.johnson.JohnsonEventContainer appEventContainer,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
throws IOException
- Overrides:
handleError
in class com.atlassian.johnson.filters.JohnsonFilter
- Throws:
IOException
Copyright © 2003-2013 Atlassian. All Rights Reserved.