Uses of Interface
de.xima.fc.plugin.interfaces.portal.IPluginPortal
-
Packages that use IPluginPortal Package Description de.xima.fc.portal de.xima.fc.portal.runtime -
-
Uses of IPluginPortal in de.xima.fc.portal
Methods in de.xima.fc.portal with parameters of type IPluginPortal Modifier and Type Method Description static void
PortalManager. initPortal(PluginRuntime prtm, IPluginPortal plugin)
Constructors in de.xima.fc.portal with parameters of type IPluginPortal Constructor Description PortalBeanBuilder(com.sun.faces.mgbean.ManagedBeanInfo beanInfo, IPluginPortal plugin)
-
Uses of IPluginPortal in de.xima.fc.portal.runtime
Methods in de.xima.fc.portal.runtime that return IPluginPortal Modifier and Type Method Description IPluginPortal
PortalRuntime. getPlugin()
Constructors in de.xima.fc.portal.runtime with parameters of type IPluginPortal Constructor Description PortalRuntime(PluginRuntime prtm, IPluginPortal plugin)
-