public class WebContextResolver
extends java.lang.Object
WebContext by the JspContext,
trying to find current project or build type among attributes or parameters.
Can also support build id in the future.
| Constructor and Description |
|---|
WebContextResolver() |
| Modifier and Type | Method and Description |
|---|---|
WebContext |
getWebContext(javax.servlet.jsp.JspContext jspContext) |
void |
setBuildsManager(BuildsManager buildManager) |
void |
setProjectManager(ProjectManager projectManager) |
public void setProjectManager(ProjectManager projectManager)
public void setBuildsManager(BuildsManager buildManager)
@NotNull public WebContext getWebContext(@NotNull javax.servlet.jsp.JspContext jspContext)