public class DefaultContextPathHolder extends Object implements ContextPathHolder
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 and Description |
---|
DefaultContextPathHolder(BootstrapManager bootstrapManager) |
public DefaultContextPathHolder(BootstrapManager bootstrapManager)
public String getContextPath()
getContextPath
in interface ContextPathHolder
Copyright © 2003–2018 Atlassian. All rights reserved.