Package com.atlassian.confluence.core
Interface ContextPathHolder
-
- All Known Implementing Classes:
DefaultContextPathHolder
public interface ContextPathHolder
Holds and serves the servlet context path.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getContextPath()
-
-
-
Method Detail
-
getContextPath
String getContextPath()
- Returns:
- the servlet context path
-
-