Skip navigation links
B C G O S 

B

boot() - Method in interface org.apache.deltaspike.cdise.api.CdiContainer
Booting the CdiTestContainer will scan the whole classpath for Beans and extensions available.
boot(Map<?, ?>) - Method in interface org.apache.deltaspike.cdise.api.CdiContainer
Like CdiContainer.boot() but allows to pass in a configuration Map for the container.

C

CdiContainer - Interface in org.apache.deltaspike.cdise.api
A CdiTestContainer provides access to an underlying JSR-299 (CDI) Container.
CdiContainerLoader - Class in org.apache.deltaspike.cdise.api
This class provides access to the ContainerControl.
ContextControl - Interface in org.apache.deltaspike.cdise.api
Control native CDI Container Contexts.

G

getBeanManager() - Method in interface org.apache.deltaspike.cdise.api.CdiContainer
 
getCdiContainer() - Static method in class org.apache.deltaspike.cdise.api.CdiContainerLoader
 
getContextControl() - Method in interface org.apache.deltaspike.cdise.api.CdiContainer
 

O

org.apache.deltaspike.cdise.api - package org.apache.deltaspike.cdise.api
 

S

shutdown() - Method in interface org.apache.deltaspike.cdise.api.CdiContainer
This will shutdown the underlying CDI container and stop all contexts.
startContext(Class<? extends Annotation>) - Method in interface org.apache.deltaspike.cdise.api.ContextControl
Start the specified scope.
startContexts() - Method in interface org.apache.deltaspike.cdise.api.ContextControl
This will start all container built-in Contexts
stopContext(Class<? extends Annotation>) - Method in interface org.apache.deltaspike.cdise.api.ContextControl
Stop the specified scope.
stopContexts() - Method in interface org.apache.deltaspike.cdise.api.ContextControl
Stop all container built-in Contexts and destroy all beans properly
B C G O S 
Skip navigation links

Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.