Package jetbrains.buildServer.web.util
Class GlobalWebContext
- java.lang.Object
-
- jetbrains.buildServer.web.util.GlobalWebContext
-
- All Implemented Interfaces:
WebContext
public class GlobalWebContext extends Object implements WebContext
-
-
Constructor Summary
Constructors Constructor Description GlobalWebContext(javax.servlet.jsp.JspContext jspContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContextPath()
SProject
getProject()
-
-
-
Method Detail
-
getProject
@Nullable public SProject getProject()
- Specified by:
getProject
in interfaceWebContext
- Returns:
- optional project context for the text transformation
-
getContextPath
@NotNull public String getContextPath()
- Specified by:
getContextPath
in interfaceWebContext
- Returns:
- context path
- See Also:
HttpServletRequest.getContextPath()
-
-