Package de.xima.fc.portal
Class PortalManager
- java.lang.Object
-
- de.xima.fc.portal.PortalManager
-
public class PortalManager extends Object
- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
Fields Modifier and Type Field Description static String
PORTAL_BACKEND_CONTEXT
static String
PORTAL_CONTEXT
static String
PORTAL_PROTECTED_SUBCONTEXT
-
Constructor Summary
Constructors Constructor Description PortalManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PortalRuntime
getPortal(PluginRuntime runtime)
static PortalRuntime
getPortal(String name)
static PortalRuntime
getPortal(javax.faces.context.FacesContext ctx)
static PortalRuntime
getPortal(javax.servlet.http.HttpServletRequest req)
static Map<String,PortalRuntime>
getPortals()
static void
initPortal(PluginRuntime prtm, IPluginPortal plugin)
static void
releasePortal(String name)
-
-
-
Field Detail
-
PORTAL_CONTEXT
public static final String PORTAL_CONTEXT
- See Also:
- Constant Field Values
-
PORTAL_PROTECTED_SUBCONTEXT
public static final String PORTAL_PROTECTED_SUBCONTEXT
- See Also:
- Constant Field Values
-
PORTAL_BACKEND_CONTEXT
public static final String PORTAL_BACKEND_CONTEXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
initPortal
public static void initPortal(PluginRuntime prtm, IPluginPortal plugin)
- Parameters:
prtm
- thePluginRuntime
plugin
- theIPluginPortal
-
getPortals
public static Map<String,PortalRuntime> getPortals()
-
getPortal
public static PortalRuntime getPortal(String name)
-
getPortal
public static PortalRuntime getPortal(javax.faces.context.FacesContext ctx)
-
getPortal
public static PortalRuntime getPortal(javax.servlet.http.HttpServletRequest req)
-
getPortal
public static PortalRuntime getPortal(PluginRuntime runtime)
-
releasePortal
public static void releasePortal(String name)
-
-