@Authors(value="Nikolche Mihajlovski") @Since(value="4.1.0") public class Ctxs extends RapidoidThing
Modifier and Type | Method and Description |
---|---|
static void |
attach(Ctx ctx) |
static void |
close() |
static void |
closePersister(Object persister) |
static Object |
createPersister() |
static Ctx |
ctx() |
static Ctx |
get() |
static PersisterProvider |
getPersisterProvider() |
static boolean |
hasContext() |
static Ctx |
open(String tag) |
static Ctx |
open(WithContext context) |
static void |
setPersisterProvider(PersisterProvider persisterProvider) |
public static Ctx get()
public static Ctx ctx()
public static boolean hasContext()
public static void attach(Ctx ctx)
public static Ctx open(WithContext context)
public static void close()
public static PersisterProvider getPersisterProvider()
public static void setPersisterProvider(PersisterProvider persisterProvider)
public static Object createPersister()
public static void closePersister(Object persister)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.