Uses of Interface
org.xwiki.extension.RemoteExtension
-
Packages that use RemoteExtension Package Description org.xwiki.extension org.xwiki.extension.index org.xwiki.extension.rating org.xwiki.extension.wrap -
-
Uses of RemoteExtension in org.xwiki.extension
Classes in org.xwiki.extension that implement RemoteExtension Modifier and Type Class Description class
AbstractRatingExtension
Base class forRatingExtension
implementations.class
AbstractRemoteExtension
Base class forRatingExtension
implementations. -
Uses of RemoteExtension in org.xwiki.extension.index
Subinterfaces of RemoteExtension in org.xwiki.extension.index Modifier and Type Interface Description interface
IndexedExtension
An extension stored in theExtensionIndex
. -
Uses of RemoteExtension in org.xwiki.extension.rating
Subinterfaces of RemoteExtension in org.xwiki.extension.rating Modifier and Type Interface Description interface
RatingExtension
-
Uses of RemoteExtension in org.xwiki.extension.wrap
Classes in org.xwiki.extension.wrap with type parameters of type RemoteExtension Modifier and Type Class Description class
WrappingRemoteExtension<T extends RemoteExtension>
Wrap a remote extension.Classes in org.xwiki.extension.wrap that implement RemoteExtension Modifier and Type Class Description class
WrappingIndexedExtension<T extends IndexedExtension>
Wrap an indexed extension.class
WrappingRatingExtension<T extends RatingExtension>
Wrap a rating extension.class
WrappingRemoteExtension<T extends RemoteExtension>
Wrap a remote extension.
-