Uses of Interface
jetbrains.buildServer.web.util.WebContext
-
Packages that use WebContext Package Description jetbrains.buildServer.web.util -
-
Uses of WebContext in jetbrains.buildServer.web.util
Classes in jetbrains.buildServer.web.util that implement WebContext Modifier and Type Class Description classGlobalWebContextclassWebContextImplRepresents the web context with (possibly) resolved current project.Methods in jetbrains.buildServer.web.util that return WebContext Modifier and Type Method Description WebContextWebContextResolver. getWebContext(javax.servlet.jsp.JspContext jspContext)Methods in jetbrains.buildServer.web.util with parameters of type WebContext Modifier and Type Method Description StringRegExpTextTransformer.PatternBuilder. buildFor(String match, WebContext context)static StringHTMLFormatter. format(String text, WebContext context)Searches for plain links in specified text and returns the same text with links transformed to HTML links (<a href=""></a>).static StringRegExpTextTransformer. format(String text, WebContext webContext)Formats given text in supplied context Order of applying transformation patterns: 1) Global static patterns 2) Global dynamic patterns 3) Project-related patterns (in leaf-to-root order) 3.1) Project-related static patterns 3.2) Project-related dynamic patternsStringRegExpTextTransformer.TransformPattern. getReplaceFor(String match, WebContext context)
-