Uses of Class
de.xima.fc.portal.runtime.PortalRuntime
-
Packages that use PortalRuntime Package Description de.xima.fc.portal de.xima.fc.portal.model -
-
Uses of PortalRuntime in de.xima.fc.portal
Methods in de.xima.fc.portal that return PortalRuntime Modifier and Type Method Description static PortalRuntime
PortalManager. getPortal(PluginRuntime runtime)
static PortalRuntime
PortalManager. getPortal(String name)
static PortalRuntime
PortalManager. getPortal(javax.faces.context.FacesContext ctx)
static PortalRuntime
PortalManager. getPortal(javax.servlet.http.HttpServletRequest req)
Methods in de.xima.fc.portal that return types with arguments of type PortalRuntime Modifier and Type Method Description static Map<String,PortalRuntime>
PortalManager. getPortals()
-
Uses of PortalRuntime in de.xima.fc.portal.model
Constructors in de.xima.fc.portal.model with parameters of type PortalRuntime Constructor Description PortalClasspathResourceHelper(PortalRuntime runtime)
PortalResource(PortalRuntime runtime, String resourceName, String libraryName, String contentType)
-