|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.core.DefaultContextPathHolder
public class DefaultContextPathHolder
Serves the context path stored/managed by the BootstrapManager
(this value
is kept up to date with every request that comes into the server).
This is preferred over HttpContext
as clients that use this will not require
a request and secondly, the context path, being a static property, should not need to be resolved per request.
Constructor Summary | |
---|---|
DefaultContextPathHolder(BootstrapManager bootstrapManager)
|
Method Summary | |
---|---|
java.lang.String |
getContextPath()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultContextPathHolder(BootstrapManager bootstrapManager)
Method Detail |
---|
public java.lang.String getContextPath()
getContextPath
in interface ContextPathHolder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |