| Package | Description |
|---|---|
| com.atlassian.johnson |
Johnson is an application consistency framework.
|
| com.atlassian.johnson.event | |
| com.atlassian.johnson.filters | |
| com.atlassian.johnson.setup |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJohnsonEventContainer
A default implementation of
JohnsonEventContainer which stores events in a list. |
| Modifier and Type | Method and Description |
|---|---|
static JohnsonEventContainer |
Johnson.getEventContainer()
Retrieves the statically-bound
JohnsonEventContainer. |
static JohnsonEventContainer |
Johnson.getEventContainer(javax.servlet.ServletContext context)
Attempts to retrieve the
JohnsonEventContainer from the provided ServletContext under the key
Johnson.ATTR_EVENT_CONTAINER before falling back on the statically-bound instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestEventCheck.check(JohnsonEventContainer eventContainer,
javax.servlet.http.HttpServletRequest request) |
void |
ApplicationEventCheck.check(JohnsonEventContainer eventContainer,
javax.servlet.ServletContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected JohnsonEventContainer |
AbstractJohnsonFilter.getContainerAndRunEventChecks(javax.servlet.http.HttpServletRequest req) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Johnson503Filter.handleError(JohnsonEventContainer appEventContainer,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse) |
protected abstract void |
AbstractJohnsonFilter.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 |
JohnsonXmlRpcFilter.handleError(JohnsonEventContainer appEventContainer,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse) |
protected void |
JohnsonFilter.handleError(JohnsonEventContainer appEventContainer,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse) |
protected void |
JohnsonSoapFilter.handleError(JohnsonEventContainer appEventContainer,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse) |
| Modifier and Type | Method and Description |
|---|---|
JohnsonEventContainer |
DefaultContainerFactory.create() |
JohnsonEventContainer |
ContainerFactory.create()
Creates a
JohnsonEventContainer for use storing events. |
Copyright © 2018 Atlassian. All rights reserved.