public class PortalManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PORTAL_CONTEXT |
Constructor and Description |
---|
PortalManager() |
Modifier and Type | Method and Description |
---|---|
static PortalRuntime |
getPortal(javax.faces.context.FacesContext ctx) |
static PortalRuntime |
getPortal(javax.servlet.http.HttpServletRequest req) |
static PortalRuntime |
getPortal(String name) |
static void |
initPortal(PluginRuntime prtm,
IPluginPortal plugin) |
static void |
releasePortal(String name) |
public static final String PORTAL_CONTEXT
public static void initPortal(PluginRuntime prtm, IPluginPortal plugin)
prtm
- plugin
- public static PortalRuntime getPortal(String name)
public static PortalRuntime getPortal(javax.faces.context.FacesContext ctx)
public static PortalRuntime getPortal(javax.servlet.http.HttpServletRequest req)
public static void releasePortal(String name)
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.