com.atlassian.confluence.setup.johnson
Class WebAppContextPathCheck

java.lang.Object
  extended by com.atlassian.confluence.setup.johnson.WebAppContextPathCheck
All Implemented Interfaces:
com.atlassian.core.Initable, com.atlassian.johnson.event.EventCheck, com.atlassian.johnson.event.RequestEventCheck

public class WebAppContextPathCheck
extends java.lang.Object
implements com.atlassian.johnson.event.RequestEventCheck

Check that the web app context path is set properly


Constructor Summary
WebAppContextPathCheck()
           
 
Method Summary
 void check(com.atlassian.johnson.JohnsonEventContainer johnsonEventContainer, javax.servlet.http.HttpServletRequest request)
          Checks that the bootstrap has the context of the web application.
 void init(java.util.Map map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebAppContextPathCheck

public WebAppContextPathCheck()
Method Detail

init

public void init(java.util.Map map)
Specified by:
init in interface com.atlassian.core.Initable

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 interface com.atlassian.johnson.event.RequestEventCheck
Parameters:
johnsonEventContainer -
request -


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.