Uses of Interface
com.xpn.xwiki.web.sx.SxSource
-
Packages that use SxSource Package Description com.xpn.xwiki.web com.xpn.xwiki.web.sx -
-
Uses of SxSource in com.xpn.xwiki.web
Methods in com.xpn.xwiki.web with parameters of type SxSource Modifier and Type Method Description void
JsxAction. renderExtension(SxSource sxSource, Extension sxType, XWikiContext context)
-
Uses of SxSource in com.xpn.xwiki.web.sx
Classes in com.xpn.xwiki.web.sx that implement SxSource Modifier and Type Class Description class
SxDocumentSource
Wiki Document source for Skin Extensions.class
SxResourceSource
JAR resource source for Skin Extensions.Methods in com.xpn.xwiki.web.sx with parameters of type SxSource Modifier and Type Method Description void
AbstractSxAction. renderExtension(SxSource sxSource, Extension sxType, XWikiContext context)
This method must be called by render(XWikiContext).
-