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