Class WebAppContextPathCheck
- java.lang.Object
-
- com.atlassian.confluence.setup.johnson.WebAppContextPathCheck
-
- All Implemented Interfaces:
com.atlassian.johnson.event.EventCheck
,com.atlassian.johnson.event.RequestEventCheck
public class WebAppContextPathCheck extends Object implements com.atlassian.johnson.event.RequestEventCheck
Check that the web app context path is set properly
-
-
Constructor Summary
Constructors Constructor Description WebAppContextPathCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
check(com.atlassian.johnson.JohnsonEventContainer johnsonEventContainer, javax.servlet.http.HttpServletRequest request)
Checks that the bootstrap has the context of the web application.
-
-
-
Method Detail
-
check
public void check(com.atlassian.johnson.JohnsonEventContainer johnsonEventContainer, javax.servlet.http.HttpServletRequest request)
Checks that the bootstrap has the context of the web application.- Specified by:
check
in interfacecom.atlassian.johnson.event.RequestEventCheck
- Parameters:
johnsonEventContainer
-request
-
-
-