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