| java.lang.Object |
| ↳ |
com.atlassian.confluence.setup.johnson.WebAppContextPathCheck |
Class Overview
Check that the web app context path is set properly
Summary
| 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
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.atlassian.core.Initable
|
abstract
void
|
init(Map arg0)
|
|
From interface
com.atlassian.johnson.event.RequestEventCheck
|
abstract
void
|
check(JohnsonEventContainer arg0, HttpServletRequest arg1)
|
|
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)