Uses of Class
com.xpn.xwiki.util.Util
-
Packages that use Util Package Description com.xpn.xwiki com.xpn.xwiki.render -
-
Uses of Util in com.xpn.xwiki
Methods in com.xpn.xwiki that return Util Modifier and Type Method Description Util
XWikiContext. getUtil()
-
Uses of Util in com.xpn.xwiki.render
Methods in com.xpn.xwiki.render that return Util Modifier and Type Method Description Util
WikiSubstitution. getUtil()
Methods in com.xpn.xwiki.render with parameters of type Util Modifier and Type Method Description void
WikiSubstitution. setUtil(Util util)
Constructors in com.xpn.xwiki.render with parameters of type Util Constructor Description WikiSubstitution(Util util)
WikiSubstitution(Util util, String patternparam)
WikiSubstitution(Util util, String[] patternparam)
-