B C F G L P R W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- be.atbash.util - package be.atbash.util
- be.atbash.util.extension - package be.atbash.util.extension
- be.atbash.util.producer - package be.atbash.util.producer
C
- CDICheck - Class in be.atbash.util
- CDIUtils - Class in be.atbash.util
-
Utility methods usable in a CDI 1.1 environment (Java EE 7+)
F
- fireEvent(Object, Annotation...) - Static method in class be.atbash.util.CDIUtils
-
Fire an event and notify observers.
G
- getBeanManager() - Static method in class be.atbash.util.CDIUtils
-
Returns the
BeanManagerwhich is basically a shorthand forCDI.current().getBeanManager(). - getLogger(Class<?>) - Static method in class be.atbash.util.producer.LogProducer
L
- LogProducer - Class in be.atbash.util.producer
- LogProducer() - Constructor for class be.atbash.util.producer.LogProducer
P
- produceInstance() - Method in class be.atbash.util.producer.ResourceUtilProvider
- produceLogger(InjectionPoint) - Method in class be.atbash.util.producer.LogProducer
- ProducerExtension - Class in be.atbash.util.extension
-
Extension which records all the Producer methods so that optional beans using Generic types can be resolved.
- ProducerExtension() - Constructor for class be.atbash.util.extension.ProducerExtension
R
- registerProducerMethod(Method) - Static method in class be.atbash.util.CDIUtils
-
Keeps track of all the CDI Bean producer methods.
- ResourceUtilProvider - Class in be.atbash.util.producer
- ResourceUtilProvider() - Constructor for class be.atbash.util.producer.ResourceUtilProvider
- retrieveInstance(Class<T>, Annotation...) - Static method in class be.atbash.util.CDIUtils
-
Retrieve the single CDI instance which has the classType in the bean definition.
- retrieveInstanceByName(String, Class<T>) - Static method in class be.atbash.util.CDIUtils
-
Retrieve the CDI bean assigned the bean name in the context.
- retrieveInstances(Class<T>, Annotation...) - Static method in class be.atbash.util.CDIUtils
-
Retrieve all CDI instances which have the classType in their bean definition.
- retrieveOptionalInstance(Class<T>, Annotation...) - Static method in class be.atbash.util.CDIUtils
-
Retrieve the Single CDI instance which has the classType in the bean definition or null when no CDI beans found.
W
- withinContainer() - Static method in class be.atbash.util.CDICheck
-
Are we running within a CDI container or not.
All Classes All Packages