public class Johnson503Filter extends AbstractJohnsonFilter
Example uses include AJAX requests, generated images, pdf, excel and word docs.
config, filterConfig, TEXT_XML_UTF8_CONTENT_TYPE| Constructor and Description |
|---|
Johnson503Filter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleError(JohnsonEventContainer appEventContainer,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
Handles the given request for error cases when there is a Johnson
Event which
stops normal application functioning. |
protected void |
handleNotSetup(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
Handles the given request for cases when the application is not yet setup which
stops normal application functioning.
|
destroy, doFilter, getContainerAndRunEventChecks, getServletPath, getStringForEvents, ignoreURI, initprotected void handleError(JohnsonEventContainer appEventContainer, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse) throws IOException
AbstractJohnsonFilterEvent which
stops normal application functioning.handleError in class AbstractJohnsonFilterappEventContainer - the JohnsonEventContainer that contains the events.servletRequest - the request being directed to the error.servletResponse - the response.IOException - when the error cannot be handled.protected void handleNotSetup(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
throws IOException
AbstractJohnsonFilterhandleNotSetup in class AbstractJohnsonFilterservletRequest - the request being directed to the error.servletResponse - the response.IOException - when the error cannot be handled.Copyright © 2017 Atlassian. All rights reserved.