Package org.apache.webbeans.corespi.se
Class StandaloneContextsService
- java.lang.Object
-
- org.apache.webbeans.context.AbstractContextsService
-
- org.apache.webbeans.corespi.se.BaseSeContextsService
-
- org.apache.webbeans.corespi.se.StandaloneContextsService
-
- All Implemented Interfaces:
org.apache.webbeans.spi.ContextsService
public class StandaloneContextsService extends BaseSeContextsService
-
-
Field Summary
-
Fields inherited from class org.apache.webbeans.context.AbstractContextsService
fireRequestLifecycleEvents, supportsConversation, webBeansContext
-
-
Constructor Summary
Constructors Constructor Description StandaloneContextsService(WebBeansContext webBeansContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreateSingletonContext()protected voiddestroySingletonContext()protected jakarta.enterprise.context.spi.ContextgetCurrentSingletonContext()-
Methods inherited from class org.apache.webbeans.corespi.se.BaseSeContextsService
destroy, destroyGlobalContexts, endContext, fireApplicationScopeEvents, getCurrentContext, startContext
-
Methods inherited from class org.apache.webbeans.context.AbstractContextsService
destroyOutdatedConversations, getCurrentContext, init, isSupportsConversation, removeThreadLocals, setSupportConversations, shouldFireRequestLifecycleEvents
-
-
-
-
Constructor Detail
-
StandaloneContextsService
public StandaloneContextsService(WebBeansContext webBeansContext)
-
-
Method Detail
-
createSingletonContext
protected void createSingletonContext()
- Specified by:
createSingletonContextin classBaseSeContextsService
-
getCurrentSingletonContext
protected jakarta.enterprise.context.spi.Context getCurrentSingletonContext()
- Specified by:
getCurrentSingletonContextin classBaseSeContextsService
-
destroySingletonContext
protected void destroySingletonContext()
- Specified by:
destroySingletonContextin classBaseSeContextsService
-
-