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 class
GlobalWebContext
class
WebContextImpl
Represents the web context with (possibly) resolved current project.Methods in jetbrains.buildServer.web.util that return WebContext Modifier and Type Method Description WebContext
WebContextResolver. getWebContext(javax.servlet.jsp.JspContext jspContext)
Methods in jetbrains.buildServer.web.util with parameters of type WebContext Modifier and Type Method Description String
RegExpTextTransformer.PatternBuilder. buildFor(String match, WebContext context)
static String
HTMLFormatter. 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 String
RegExpTextTransformer. 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 patternsString
RegExpTextTransformer.TransformPattern. getReplaceFor(String match, WebContext context)
-