Skip navigation links
A B C D E F G H I J L O P R S T W X 

A

AbstractJohnsonFilter - Class in com.atlassian.johnson.filters
Base class for handling error cases where the application is unavailable to handle normal requests.
AbstractJohnsonFilter() - Constructor for class com.atlassian.johnson.filters.AbstractJohnsonFilter
 
addAttribute(Object, Object) - Method in class com.atlassian.johnson.event.Event
 
addEvent(Event) - Method in class com.atlassian.johnson.DefaultJohnsonEventContainer
Adds the provided Event to the list.
AddEvent - Class in com.atlassian.johnson.event
An EventObject indicating the provided Event should be added to the Johnson event container.
AddEvent(Object, Event) - Constructor for class com.atlassian.johnson.event.AddEvent
Constructs a new AddEvent, setting its source and the Johnson Event to be added.
addEvent(Event) - Method in interface com.atlassian.johnson.JohnsonEventContainer
Adds the provided event to the collection.
ApplicationEventCheck - Interface in com.atlassian.johnson.event
A check that is run every time the application is started.
ATTR_CONFIG - Static variable in class com.atlassian.johnson.Johnson
When used in a web environment, the JohnsonConfig will be exposed in the ServletContext under an attribute with this key.
ATTR_EVENT_CONTAINER - Static variable in class com.atlassian.johnson.Johnson
When used in a web environment, the JohnsonEventContainer will be exposed in the ServletContext under an attribute with this key.
ATTR_REGISTERED - Static variable in class com.atlassian.johnson.context.JohnsonContextListener
When a JohnsonContextListener is registered with a ServletContext, this attribute will be used to mark its registration so that multiple listeners will not be registered.
attributeEquals(String, Object) - Static method in class com.atlassian.johnson.event.EventPredicates
Matches events which have the specified value for a given attribute.

B

buildSoapFault(String) - Method in class com.atlassian.johnson.filters.JohnsonSoapFilter
 
buildXmlRpcErrorMessage(String, int) - Method in class com.atlassian.johnson.filters.JohnsonXmlRpcFilter
 

C

check(JohnsonEventContainer, ServletContext) - Method in interface com.atlassian.johnson.event.ApplicationEventCheck
 
check(JohnsonEventContainer, HttpServletRequest) - Method in interface com.atlassian.johnson.event.RequestEventCheck
 
clear() - Method in class com.atlassian.johnson.DefaultJohnsonEventContainer
 
clear() - Method in interface com.atlassian.johnson.JohnsonEventContainer
Removes all events from this container.
com.atlassian.johnson - package com.atlassian.johnson
Johnson is an application consistency framework.
com.atlassian.johnson.config - package com.atlassian.johnson.config
 
com.atlassian.johnson.context - package com.atlassian.johnson.context
 
com.atlassian.johnson.event - package com.atlassian.johnson.event
 
com.atlassian.johnson.filters - package com.atlassian.johnson.filters
 
com.atlassian.johnson.setup - package com.atlassian.johnson.setup
 
com.atlassian.johnson.support - package com.atlassian.johnson.support
 
com.atlassian.johnson.util - package com.atlassian.johnson.util
 
config - Variable in class com.atlassian.johnson.filters.AbstractJohnsonFilter
 
ConfigurationJohnsonException - Exception in com.atlassian.johnson.config
Thrown if errors are encountered while parsing JohnsonConfig.
ConfigurationJohnsonException(String) - Constructor for exception com.atlassian.johnson.config.ConfigurationJohnsonException
Constructs a new ConfigurationJohnsonException with the provided message.
ConfigurationJohnsonException(String, Throwable) - Constructor for exception com.atlassian.johnson.config.ConfigurationJohnsonException
Constructs a new ConfigurationJohnsonException with the provided message and cause.
ContainerFactory - Interface in com.atlassian.johnson.setup
Allows applications using Johnson to provide custom JohnsonEventContainer implementations for use as part of their configuration.
contextDestroyed(ServletContextEvent) - Method in class com.atlassian.johnson.context.JohnsonContextListener
Terminates Johnson.
contextInitialized(ServletContextEvent) - Method in class com.atlassian.johnson.context.JohnsonContextListener
Initialises Johnson.
create() - Method in interface com.atlassian.johnson.setup.ContainerFactory
Creates a JohnsonEventContainer for use storing events.
create() - Method in class com.atlassian.johnson.setup.DefaultContainerFactory
 

D

DEFAULT_CONFIGURATION_FILE - Static variable in class com.atlassian.johnson.config.XmlJohnsonConfig
 
DefaultContainerFactory - Class in com.atlassian.johnson.setup
This provides the old, non-multitenant functionality.
DefaultContainerFactory() - Constructor for class com.atlassian.johnson.setup.DefaultContainerFactory
 
defaultIfEmpty(String, String) - Static method in class com.atlassian.johnson.util.StringUtils
 
DefaultJohnsonConfig - Class in com.atlassian.johnson.config
A default implementation of JohnsonConfig which may be used as a failsafe when no other configuration is available.
DefaultJohnsonEventContainer - Class in com.atlassian.johnson
A default implementation of JohnsonEventContainer which stores events in a list.
DefaultJohnsonEventContainer() - Constructor for class com.atlassian.johnson.DefaultJohnsonEventContainer
 
DefaultSetupConfig - Class in com.atlassian.johnson.setup
A default, empty implementation of SetupConfig which always indicates the application is setup.
DefaultSetupConfig() - Constructor for class com.atlassian.johnson.setup.DefaultSetupConfig
 
destroy() - Method in class com.atlassian.johnson.filters.AbstractJohnsonFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.johnson.filters.AbstractJohnsonFilter
This filter checks to see if there are any application consistency errors before any pages are accessed.

E

equals(Object) - Method in class com.atlassian.johnson.event.Event
 
equals(Object) - Method in class com.atlassian.johnson.event.EventLevel
 
equals(Object) - Method in class com.atlassian.johnson.event.EventType
 
ERROR - Static variable in class com.atlassian.johnson.event.EventLevel
This level might indicate a non-fatal error, e.g.
error() - Static method in class com.atlassian.johnson.event.EventLevels
Returns the EventLevel.ERROR event level, if it has been defined.
Event - Class in com.atlassian.johnson.event
This class represents an ApplicationEvent
Event(EventType, String) - Constructor for class com.atlassian.johnson.event.Event
 
Event(EventType, String, String) - Constructor for class com.atlassian.johnson.event.Event
 
Event(EventType, String, EventLevel) - Constructor for class com.atlassian.johnson.event.Event
 
Event(EventType, String, String, EventLevel) - Constructor for class com.atlassian.johnson.event.Event
 
EventCheck - Interface in com.atlassian.johnson.event
 
EventExceptionTranslator - Interface in com.atlassian.johnson.support
Describes a strategy for translating an exception to an Event.
EventLevel - Class in com.atlassian.johnson.event
The severity of an Event.
EventLevel(String, String) - Constructor for class com.atlassian.johnson.event.EventLevel
Constructs a new EventLevel with the provided level and description.
EventLevels - Class in com.atlassian.johnson.event
Commonly-used EventLevels.
EventPredicates - Class in com.atlassian.johnson.event
Predicates relating to Johnson events.
EventType - Class in com.atlassian.johnson.event
 
EventType(String, String) - Constructor for class com.atlassian.johnson.event.EventType
 

F

FATAL - Static variable in class com.atlassian.johnson.event.EventLevel
This level typically means that the application is unable to start.
fatal() - Static method in class com.atlassian.johnson.event.EventLevels
Returns the EventLevel.FATAL event level, if it has been defined.
FAULT_CODE - Static variable in class com.atlassian.johnson.filters.JohnsonXmlRpcFilter
 
filterConfig - Variable in class com.atlassian.johnson.filters.AbstractJohnsonFilter
 
firstEvent(Predicate<? super Event>) - Method in class com.atlassian.johnson.DefaultJohnsonEventContainer
 
firstEvent(Predicate<? super Event>) - Method in interface com.atlassian.johnson.JohnsonEventContainer
Returns the first event (if any) that satisfies the given predicate.
fromDocument(Document) - Static method in class com.atlassian.johnson.config.XmlJohnsonConfig
 
fromFile(String) - Static method in class com.atlassian.johnson.config.XmlJohnsonConfig
 

G

get(String) - Static method in class com.atlassian.johnson.event.EventLevel
Returns the configured EventLevel with the given name, or null if the requested level has not been configured.
get(String) - Static method in class com.atlassian.johnson.event.EventType
 
getApplicationEventChecks() - Method in class com.atlassian.johnson.config.DefaultJohnsonConfig
Always empty but non-null.
getApplicationEventChecks() - Method in interface com.atlassian.johnson.config.JohnsonConfig
 
getApplicationEventChecks() - Method in class com.atlassian.johnson.config.XmlJohnsonConfig
 
getAttribute(Object) - Method in class com.atlassian.johnson.event.Event
 
getAttributes() - Method in class com.atlassian.johnson.event.Event
 
getConfig() - Static method in class com.atlassian.johnson.Johnson
Retrieves the statically-bound JohnsonConfig.
getConfig(ServletContext) - Static method in class com.atlassian.johnson.Johnson
Attempts to retrieve the JohnsonConfig from the provided ServletContext under the key Johnson.ATTR_CONFIG before falling back on Johnson.getConfig().
getContainerAndRunEventChecks(HttpServletRequest) - Method in class com.atlassian.johnson.filters.AbstractJohnsonFilter
 
getContainerFactory() - Method in class com.atlassian.johnson.config.DefaultJohnsonConfig
Always an instance of DefaultContainerFactory.
getContainerFactory() - Method in interface com.atlassian.johnson.config.JohnsonConfig
 
getContainerFactory() - Method in class com.atlassian.johnson.config.XmlJohnsonConfig
 
getDate() - Method in class com.atlassian.johnson.event.Event
 
getDesc() - Method in class com.atlassian.johnson.event.Event
 
getDescription() - Method in class com.atlassian.johnson.event.EventLevel
 
getDescription() - Method in class com.atlassian.johnson.event.EventType
 
getErrorPath() - Method in class com.atlassian.johnson.config.DefaultJohnsonConfig
Always "/unavailable".
getErrorPath() - Method in interface com.atlassian.johnson.config.JohnsonConfig
 
getErrorPath() - Method in class com.atlassian.johnson.config.XmlJohnsonConfig
 
getEvent() - Method in class com.atlassian.johnson.event.AddEvent
Retrieves the Johnson Event to add to the container.
getEvent() - Method in class com.atlassian.johnson.event.RemoveEvent
Retrieves the Johnson Event to remove from the container.
getEventCheck(int) - Method in class com.atlassian.johnson.config.DefaultJohnsonConfig
Always null.
getEventCheck(int) - Method in interface com.atlassian.johnson.config.JohnsonConfig
 
getEventCheck(int) - Method in class com.atlassian.johnson.config.XmlJohnsonConfig
 
getEventChecks() - Method in class com.atlassian.johnson.config.DefaultJohnsonConfig
Always empty but non-null.
getEventChecks() - Method in interface com.atlassian.johnson.config.JohnsonConfig
 
getEventChecks() - Method in class com.atlassian.johnson.config.XmlJohnsonConfig
 
getEventContainer() - Static method in class com.atlassian.johnson.Johnson
Retrieves the statically-bound JohnsonEventContainer.
getEventContainer(ServletContext) - Static method in class com.atlassian.johnson.Johnson
Attempts to retrieve the JohnsonEventContainer from the provided ServletContext under the key Johnson.ATTR_EVENT_CONTAINER before falling back on the statically-bound instance.
getEventLevel(String) - Method in class com.atlassian.johnson.config.DefaultJohnsonConfig
Always null.
getEventLevel(String) - Method in interface com.atlassian.johnson.config.JohnsonConfig
 
getEventLevel(String) - Method in class com.atlassian.johnson.config.XmlJohnsonConfig
 
getEvents() - Method in class com.atlassian.johnson.DefaultJohnsonEventContainer
Retrieves an unmodifiable view of the current Event list.
getEvents(Predicate<? super Event>) - Method in class com.atlassian.johnson.DefaultJohnsonEventContainer
 
getEvents() - Method in interface com.atlassian.johnson.JohnsonEventContainer
Retrieves an immutable view of the contained Events.
getEvents(Predicate<? super Event>) - Method in interface com.atlassian.johnson.JohnsonEventContainer
Returns any events that satisfy the given predicate.
getEventType(String) - Method in class com.atlassian.johnson.config.DefaultJohnsonConfig
Always null.
getEventType(String) - Method in interface com.atlassian.johnson.config.JohnsonConfig
 
getEventType(String) - Method in class com.atlassian.johnson.config.XmlJohnsonConfig
 
getException() - Method in class com.atlassian.johnson.event.Event
 
getIgnorePaths() - Method in class com.atlassian.johnson.config.DefaultJohnsonConfig
Always empty but non-null.
getIgnorePaths() - Method in interface com.atlassian.johnson.config.JohnsonConfig
 
getIgnorePaths() - Method in class com.atlassian.johnson.config.XmlJohnsonConfig
 
getInstance() - Static method in class com.atlassian.johnson.config.DefaultJohnsonConfig
Retrieves the immutable singleton instance of the default configuration.
getKey() - Method in class com.atlassian.johnson.event.Event
 
getLevel() - Method in class com.atlassian.johnson.event.Event
 
getLevel() - Method in class com.atlassian.johnson.event.EventLevel
 
getParams() - Method in class com.atlassian.johnson.config.DefaultJohnsonConfig
Always empty but non-null.
getParams() - Method in interface com.atlassian.johnson.config.JohnsonConfig
 
getParams() - Method in class com.atlassian.johnson.config.XmlJohnsonConfig
 
getProgress() - Method in class com.atlassian.johnson.event.Event
 
getRequestEventChecks() - Method in class com.atlassian.johnson.config.DefaultJohnsonConfig
Always empty but non-null.
getRequestEventChecks() - Method in interface com.atlassian.johnson.config.JohnsonConfig
 
getRequestEventChecks() - Method in class com.atlassian.johnson.config.XmlJohnsonConfig
 
getServletPath(HttpServletRequest) - Static method in class com.atlassian.johnson.filters.AbstractJohnsonFilter
Retrieves the current request servlet path.
getSetupConfig() - Method in class com.atlassian.johnson.config.DefaultJohnsonConfig
Always an instance of DefaultSetupConfig.
getSetupConfig() - Method in interface com.atlassian.johnson.config.JohnsonConfig
 
getSetupConfig() - Method in class com.atlassian.johnson.config.XmlJohnsonConfig
 
getSetupPath() - Method in class com.atlassian.johnson.config.DefaultJohnsonConfig
Always "/setup".
getSetupPath() - Method in interface com.atlassian.johnson.config.JohnsonConfig
 
getSetupPath() - Method in class com.atlassian.johnson.config.XmlJohnsonConfig
 
getStringForEvents(Collection<Event>) - Method in class com.atlassian.johnson.filters.AbstractJohnsonFilter
 
getType() - Method in class com.atlassian.johnson.event.EventType
 

H

handleError(JohnsonEventContainer, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.johnson.filters.AbstractJohnsonFilter
Handles the given request for error cases when there is a Johnson Event which stops normal application functioning.
handleError(JohnsonEventContainer, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.johnson.filters.Johnson503Filter
 
handleError(JohnsonEventContainer, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.johnson.filters.JohnsonFilter
 
handleError(JohnsonEventContainer, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.johnson.filters.JohnsonSoapFilter
 
handleError(JohnsonEventContainer, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.johnson.filters.JohnsonXmlRpcFilter
 
handleNotSetup(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.johnson.filters.AbstractJohnsonFilter
Handles the given request for cases when the application is not yet setup which stops normal application functioning.
handleNotSetup(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.johnson.filters.Johnson503Filter
 
handleNotSetup(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.johnson.filters.JohnsonFilter
 
handleNotSetup(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.johnson.filters.JohnsonSoapFilter
 
handleNotSetup(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.johnson.filters.JohnsonXmlRpcFilter
 
hasEvent(Predicate<? super Event>) - Method in class com.atlassian.johnson.DefaultJohnsonEventContainer
 
hasEvent(Predicate<? super Event>) - Method in interface com.atlassian.johnson.JohnsonEventContainer
Indicates whether this container has any events that satisfy the given predicate.
hasEvents() - Method in class com.atlassian.johnson.DefaultJohnsonEventContainer
Retrieves a flag indicating whether there are any Events in the list.
hasEvents() - Method in interface com.atlassian.johnson.JohnsonEventContainer
Retrieves a flag indicating whether there are Events in the container.
hashCode() - Method in class com.atlassian.johnson.event.Event
 
hashCode() - Method in class com.atlassian.johnson.event.EventLevel
 
hashCode() - Method in class com.atlassian.johnson.event.EventType
 
hasProgress() - Method in class com.atlassian.johnson.event.Event
 

I

ignoreURI(String) - Method in class com.atlassian.johnson.filters.AbstractJohnsonFilter
 
init(FilterConfig) - Method in class com.atlassian.johnson.filters.AbstractJohnsonFilter
 
init(Map<String, String>) - Method in interface com.atlassian.johnson.Initable
Initialise the object, optionally drawing configuration from the provided Map.
Initable - Interface in com.atlassian.johnson
When implementing Johnson interfaces, this secondary interface can also be implemented to indicate the object needs additional initialisation.
initialize(ServletContext) - Static method in class com.atlassian.johnson.Johnson
Initialises Johnson, additionally binding the JohnsonConfig and JohnsonEventContainer to the provided ServletContext and performing any ApplicationEventChecks which have been configured.
initialize(String) - Static method in class com.atlassian.johnson.Johnson
Initialises Johnson, loading its configuration from the provided location, and sets the statically-bound instances of JohnsonConfig and JohnsonEventContainer.
isBlank(String) - Static method in class com.atlassian.johnson.util.StringUtils
 
isEmpty(String) - Static method in class com.atlassian.johnson.util.StringUtils
 
isIgnoredPath(String) - Method in class com.atlassian.johnson.config.DefaultJohnsonConfig
Always true.
isIgnoredPath(String) - Method in interface com.atlassian.johnson.config.JohnsonConfig
 
isIgnoredPath(String) - Method in class com.atlassian.johnson.config.XmlJohnsonConfig
 
isInitialized() - Static method in class com.atlassian.johnson.Johnson
Retrieves a flag indicating whether Johnson has been initialized.
isSetup() - Method in class com.atlassian.johnson.setup.DefaultSetupConfig
Always true.
isSetup() - Method in interface com.atlassian.johnson.setup.SetupConfig
Retrieves a flag indicating whether the application has been setup.
isSetupPage(String) - Method in class com.atlassian.johnson.setup.DefaultSetupConfig
Always false.
isSetupPage(String) - Method in interface com.atlassian.johnson.setup.SetupConfig
Retrieves a flag indicating whether the provided uri is a setup-related page.

J

Johnson - Class in com.atlassian.johnson
Singleton class for controlling Johnson.
Johnson503Filter - Class in com.atlassian.johnson.filters
A handler that returns a no-content temporarily unavailable response suitable for refusing responses when an application is unable to handle normal requests.
Johnson503Filter() - Constructor for class com.atlassian.johnson.filters.Johnson503Filter
 
JohnsonConfig - Interface in com.atlassian.johnson.config
 
JohnsonContextListener - Class in com.atlassian.johnson.context
Initialises and terminates Johnson with the servlet container.
JohnsonContextListener() - Constructor for class com.atlassian.johnson.context.JohnsonContextListener
 
JohnsonEventContainer - Interface in com.atlassian.johnson
Interface defining a container for Johnson Events
JohnsonEventListener - Class in com.atlassian.johnson.event
A simple listener which may be used with the Atlassian Events framework to listen for add and remove events on the bus, allowing simplified interaction with Johnson.
JohnsonEventListener(ServletContext) - Constructor for class com.atlassian.johnson.event.JohnsonEventListener
Creates a JohnsonEventListener which will retrieve the JohnsonEventContainer from the ServletContext using Johnson.getEventContainer(ServletContext), if one is provided, or using Johnson.getEventContainer() if not.
JohnsonException - Exception in com.atlassian.johnson
Base class for all exceptions thrown by Johnson.
JohnsonException(String) - Constructor for exception com.atlassian.johnson.JohnsonException
Constructs a new JohnsonException with the provided message.
JohnsonException(String, Throwable) - Constructor for exception com.atlassian.johnson.JohnsonException
Constructs a new JohnsonException with the provided message and cause.
JohnsonException(Throwable) - Constructor for exception com.atlassian.johnson.JohnsonException
Constructs a new JohnsonException the the provided cause and no message.
JohnsonFilter - Class in com.atlassian.johnson.filters
A filter that handles cases where the application is unable to handle a normal request and redirects to the configured error path so that a nice error page can be provided.
JohnsonFilter() - Constructor for class com.atlassian.johnson.filters.JohnsonFilter
 
JohnsonSoapFilter - Class in com.atlassian.johnson.filters
Handles error cases with SOAP fault responses for an application that is unable to handle normal requests.
JohnsonSoapFilter() - Constructor for class com.atlassian.johnson.filters.JohnsonSoapFilter
 
JohnsonXmlRpcFilter - Class in com.atlassian.johnson.filters
Handles error cases with XmlRpc fault responses for an application that is unable to handle normal requests.
JohnsonXmlRpcFilter() - Constructor for class com.atlassian.johnson.filters.JohnsonXmlRpcFilter
 

L

level(EventLevel...) - Static method in class com.atlassian.johnson.event.EventPredicates
Matches events which have any of the specified levels.
LOG - Static variable in class com.atlassian.johnson.filters.JohnsonSoapFilter
 

O

onAdd(AddEvent) - Method in class com.atlassian.johnson.event.JohnsonEventListener
Adds the Johnson Event wrapped by the provided AddEvent to the container.
onRemove(RemoveEvent) - Method in class com.atlassian.johnson.event.JohnsonEventListener
Attempts to remove the Johnson Event wrapped by the provided RemoveEvent from the container.

P

PARAM_CONFIG_LOCATION - Static variable in class com.atlassian.johnson.Johnson
During initialisation, the ServletContext is examined for an init-param with this name.

R

register(ServletContext) - Static method in class com.atlassian.johnson.context.JohnsonContextListener
Registers a JohnsonContextListener with the provided ServletContext if such a listener has not already been registered.
removeEvent(Event) - Method in class com.atlassian.johnson.DefaultJohnsonEventContainer
Removes the provided Event from the list, if it can be found.
RemoveEvent - Class in com.atlassian.johnson.event
An EventObject indicating the provided Event should be removed from the Johnson event container.
RemoveEvent(Object, Event) - Constructor for class com.atlassian.johnson.event.RemoveEvent
Constructs a new RemoveEvent, setting its source and the Johnson Event to be removed.
removeEvent(Event) - Method in interface com.atlassian.johnson.JohnsonEventContainer
Removes the specified Event from the container, if it can be found.
RequestEventCheck - Interface in com.atlassian.johnson.event
A check that is run every HTTP request

S

setDate(String) - Method in class com.atlassian.johnson.event.Event
 
setDesc(String) - Method in class com.atlassian.johnson.event.Event
 
setException(String) - Method in class com.atlassian.johnson.event.Event
 
setKey(EventType) - Method in class com.atlassian.johnson.event.Event
 
setLevel(EventLevel) - Method in class com.atlassian.johnson.event.Event
 
setProgress(int) - Method in class com.atlassian.johnson.event.Event
 
setServletContext(ServletContext) - Method in class com.atlassian.johnson.event.JohnsonEventListener
 
SetupConfig - Interface in com.atlassian.johnson.setup
Allows Johnson to interrogate the application to determine whether it has been setup, and whether a given URI relates to its setup process (for those applications which offer web-based configuration).
stream() - Method in class com.atlassian.johnson.DefaultJohnsonEventContainer
 
stream() - Method in interface com.atlassian.johnson.JohnsonEventContainer
Retrieves a stream which can be used to filter, map, sort or otherwise iterate over the events in the container.
StringUtils - Class in com.atlassian.johnson.util
A utility class for common null safe String operations.

T

terminate() - Static method in class com.atlassian.johnson.Johnson
Terminates Johnson, clearing the statically-bound JohnsonConfig and JohnsonEventContainer.
terminate(ServletContext) - Static method in class com.atlassian.johnson.Johnson
Terminates Johnson, removing Johnson-related attributes from the provided ServletContext and clearing the statically-bound JohnsonConfig and JohnsonEventContainer.
TEXT_XML_UTF8_CONTENT_TYPE - Static variable in class com.atlassian.johnson.filters.AbstractJohnsonFilter
 
toString(Throwable) - Static method in class com.atlassian.johnson.event.Event
 
toString() - Method in class com.atlassian.johnson.event.Event
 
toString() - Method in class com.atlassian.johnson.event.EventLevel
 
toString() - Method in class com.atlassian.johnson.event.EventType
 
translate(Throwable) - Method in interface com.atlassian.johnson.support.EventExceptionTranslator
Attempt to translate the provided Throwable to an event.
type(EventType) - Static method in class com.atlassian.johnson.event.EventPredicates
Matches events which have the specified type.

W

WARNING - Static variable in class com.atlassian.johnson.event.EventLevel
This level typically indicates a condition that requires attention but does not materially affect the operation of the application.
warning() - Static method in class com.atlassian.johnson.event.EventLevels
Returns the EventLevel.WARNING event level, if it has been defined.

X

XmlJohnsonConfig - Class in com.atlassian.johnson.config
Loads configuration for Johnson from an XML file.
A B C D E F G H I J L O P R S T W X 
Skip navigation links

Copyright © 2018 Atlassian. All rights reserved.