public class FailedStartupContainerRegistrar extends Object
For example, if the database build number is higher than the application code build number, we fail startup.
SetupContainerRegistrar does a similar trick of adding components to exising bootstrap container. But SetupContainerRegistrar requirements would clash with the requirements below, so we need to ensure we only extend Bootstrap with one or the other.
JRA-43308: We need to add just enough components such that the Servlet Filters can work without throwing an NPE, and we need a minimal ability of localisation for the errors.jsp page.
Constructor and Description |
---|
FailedStartupContainerRegistrar() |
Modifier and Type | Method and Description |
---|---|
void |
registerComponents(ComponentContainer register) |
public void registerComponents(ComponentContainer register)
Copyright © 2002-2018 Atlassian. All Rights Reserved.