public class

WebAppContextPathCheck

extends Object
implements RequestEventCheck
java.lang.Object
   ↳ com.atlassian.confluence.setup.johnson.WebAppContextPathCheck

Class Overview

Check that the web app context path is set properly

Summary

Public Constructors
WebAppContextPathCheck()
Public Methods
void check(JohnsonEventContainer johnsonEventContainer, HttpServletRequest request)
Checks that the bootstrap has the context of the web application.
void init(Map map)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.core.Initable
From interface com.atlassian.johnson.event.RequestEventCheck

Public Constructors

public WebAppContextPathCheck ()

Public Methods

public void check (JohnsonEventContainer johnsonEventContainer, HttpServletRequest request)

Checks that the bootstrap has the context of the web application.

public void init (Map map)