Uses of Interface
lumis.portal.util.PortalUtilInternal.ISessionConfigAware
-
Packages that use PortalUtilInternal.ISessionConfigAware Package Description lumis.portal.util LumisXP utility classes. -
-
Uses of PortalUtilInternal.ISessionConfigAware in lumis.portal.util
Methods in lumis.portal.util with parameters of type PortalUtilInternal.ISessionConfigAware Modifier and Type Method Description static <T> T
PortalUtilInternal. execWithSessionConfig(PortalUtilInternal.ISessionConfigAware<T> code)
Executes the given code with the current session config.static <T> T
PortalUtilInternal. execWithSessionConfigWithSilentThrow(PortalUtilInternal.ISessionConfigAware<T> code)
Executes the given code with the current session config.
-