Uses of Interface
com.xpn.xwiki.web.sx.Extension
-
Packages that use Extension Package Description com.xpn.xwiki.web com.xpn.xwiki.web.sx -
-
Uses of Extension in com.xpn.xwiki.web
Methods in com.xpn.xwiki.web that return Extension Modifier and Type Method Description Extension
JsxAction. getExtensionType()
Extension
SsxAction. getExtensionType()
Methods in com.xpn.xwiki.web with parameters of type Extension Modifier and Type Method Description void
JsxAction. renderExtension(SxSource sxSource, Extension sxType, XWikiContext context)
-
Uses of Extension in com.xpn.xwiki.web.sx
Classes in com.xpn.xwiki.web.sx that implement Extension Modifier and Type Class Description class
CssExtension
StyleSheet extension.class
JsExtension
JavaScript extension.Methods in com.xpn.xwiki.web.sx that return Extension Modifier and Type Method Description abstract Extension
AbstractSxAction. getExtensionType()
Get the type of extension, depends on the type of action.Methods in com.xpn.xwiki.web.sx with parameters of type Extension Modifier and Type Method Description void
AbstractSxAction. renderExtension(SxSource sxSource, Extension sxType, XWikiContext context)
This method must be called by render(XWikiContext).Constructors in com.xpn.xwiki.web.sx with parameters of type Extension Constructor Description SxDocumentSource(XWikiContext context, Extension extension)
Constructor for this extension source.
-