Class RenderContextHolder
java.lang.Object
eu.rarogsoftware.rarog.platform.dynamic.frontend.resources.RenderContextHolder
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static RenderContext
static void
static void
initContext
(RenderContext context) static void
runInContext
(RenderContext context, RenderContextHolder.ContextRunnable runnable) static void
-
Method Details
-
initContext
public static void initContext() -
initContext
-
clearContext
public static void clearContext() -
getRenderContext
-
runInContext
public static void runInContext(RenderContext context, RenderContextHolder.ContextRunnable runnable) throws Exception - Throws:
Exception
-
runInNewContext
- Throws:
Exception
-