Class PortalManager
java.lang.Object
de.xima.fc.portal.PortalManager
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PortalRuntimegetPortal(PluginRuntime runtime) static PortalRuntimestatic PortalRuntimegetPortal(javax.faces.context.FacesContext ctx) static PortalRuntimegetPortal(javax.servlet.http.HttpServletRequest req) static Map<String, PortalRuntime> static voidinitPortal(PluginRuntime pluginRuntime, IPluginPortal plugin) static voidInitializes the plugin runtime all registered portal plugins, but only if the preconditions are met (e.g.static voidreleasePortal(String name)
-
Field Details
-
PORTAL_CONTEXT
- See Also:
-
PORTAL_PROTECTED_SUBCONTEXT
- See Also:
-
PORTAL_BACKEND_CONTEXT
Deprecated.UseCmnConst.PORTAL_VIEW_PATHinstead.- See Also:
-
-
Constructor Details
-
PortalManager
public PortalManager()
-
-
Method Details
-
initPortal
- Parameters:
pluginRuntime- The plugin runtime that contains the portal plugin.plugin- The portal plugin for which to create a portal runtime.
-
getPortals
-
getPortal
-
getPortal
-
getPortal
-
getPortal
-
initPortalPluginRuntimes
public static void initPortalPluginRuntimes()Initializes the plugin runtime all registered portal plugins, but only if the preconditions are met (e.g. Faces must have been initialized). -
releasePortal
-
CmnConst.PORTAL_VIEW_PATHinstead.