| Package | Description |
|---|---|
| com.atlassian.johnson |
Johnson is an application consistency framework.
|
| com.atlassian.johnson.config | |
| com.atlassian.johnson.filters |
| Modifier and Type | Method and Description |
|---|---|
static JohnsonConfig |
Johnson.getConfig()
Retrieves the statically-bound
JohnsonConfig. |
static JohnsonConfig |
Johnson.getConfig(javax.servlet.ServletContext context)
Attempts to retrieve the
JohnsonConfig from the provided ServletContext under the key
Johnson.ATTR_CONFIG before falling back on Johnson.getConfig(). |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJohnsonConfig
A default implementation of
JohnsonConfig which may be used as a failsafe when no other configuration is
available. |
class |
XmlJohnsonConfig
Loads configuration for Johnson from an XML file.
|
| Modifier and Type | Method and Description |
|---|---|
static JohnsonConfig |
DefaultJohnsonConfig.getInstance()
Retrieves the immutable singleton instance of the default configuration.
|
| Modifier and Type | Field and Description |
|---|---|
protected JohnsonConfig |
AbstractJohnsonFilter.config |
Copyright © 2018 Atlassian. All rights reserved.