Uses of Interface
org.hippoecm.frontend.plugin.IServiceReference
-
Packages that use IServiceReference Package Description org.hippoecm.frontend.plugin org.hippoecm.frontend.service -
-
Uses of IServiceReference in org.hippoecm.frontend.plugin
Methods in org.hippoecm.frontend.plugin that return IServiceReference Modifier and Type Method Description <T extends org.apache.wicket.util.io.IClusterable>
IServiceReference<T>IPluginContext. getReference(T service)
Retrieve a reference that can be stored in a page that is different from the one that contains the plugin. -
Uses of IServiceReference in org.hippoecm.frontend.service
Methods in org.hippoecm.frontend.service that return IServiceReference Modifier and Type Method Description <T extends org.apache.wicket.util.io.IClusterable>
IServiceReference<T>ServiceContext. getReference(T service)
Retrieve a reference that can be stored in a page that is different from the one that contains the plugin.
-