- cdi(Class<T>) - Method in interface ch.inftec.ju.ee.client.CdiServiceLocator
-
Default CDI lookup of the specified type.
- cdiAll(Class<T>) - Method in interface ch.inftec.ju.ee.client.CdiServiceLocator
-
Gets a list of all CDI beans for the specified type.
- cdiAllAnno(Class<T>, Annotation...) - Method in interface ch.inftec.ju.ee.client.CdiServiceLocator
-
Gets a list of all CDI beans for the specified type.
- cdiAnno(Class<T>, Annotation...) - Method in interface ch.inftec.ju.ee.client.CdiServiceLocator
-
Looks up a resource in the CDI BeanManager.
- cdiComplex(Class<T>) - Method in interface ch.inftec.ju.ee.client.CdiServiceLocator
-
Returns a builder to issue complex CDI queries.
- cdiNamed(Class<T>, String) - Method in interface ch.inftec.ju.ee.client.CdiServiceLocator
-
Get a @Named annotated object with the specified name.
- CdiServiceLocator - Interface in ch.inftec.ju.ee.client
-
ServiceLocator that looks up CDI beans programmatically using
the BeanManager interface of a Container.
- CdiServiceLocator.CdiComplexLookupBuilder<T> - Class in ch.inftec.ju.ee.client
-
Helper to construct complex CDI queries
- ch.inftec.ju.ee.cdi - package ch.inftec.ju.ee.cdi
-
- ch.inftec.ju.ee.client - package ch.inftec.ju.ee.client
-
- ch.inftec.ju.ee.test - package ch.inftec.ju.ee.test
-
- ch.inftec.ju.ee.test.sim - package ch.inftec.ju.ee.test.sim
-
- ch.inftec.ju.util.ee - package ch.inftec.ju.util.ee
-
- createLocalByBeanManager(BeanManager) - Static method in class ch.inftec.ju.ee.client.ServiceLocatorBuilder
-
Creates a local (CDI) ServiceLocator using the specified BeanManager implementation.
- createRemoteByConfigurationFiles() - Static method in class ch.inftec.ju.ee.client.ServiceLocatorBuilder
-
Builds a remote service locator based on the values of configuration properties
using the default JU Property chain.
- createServiceLocator() - Method in class ch.inftec.ju.ee.client.ServiceLocatorBuilder.LocalServiceLocatorBuilder
-
Creates a new LocalServiceLocatorBuilder instance with the attributes specified
to the builder.
- createServiceLocator() - Method in class ch.inftec.ju.ee.client.ServiceLocatorBuilder.RemoteServiceLocatorBuilder
-
Creates a new RemoteServiceLocator instance with the attributes specified
to the builder.