Package com.vaadin.cdi.util


package com.vaadin.cdi.util
  • Classes
    Class
    Description
    A skeleton containing the most important parts of a custom CDI Context.
     
    This class provides access to the BeanManager by registering the current BeanManager in an extension and making it available via a singleton factory for the current application.
    This class contains utility methods for resolution of contextual references in situations where no injection is available because the current class is not managed by the CDI Container.
     
    This data holder contains all necessary data you need to store a Contextual Instance in a CDI Context.
    This Storage holds all information needed for storing Contextual Instances in a Context.
    A set of utility methods for working with contexts.
    A Provider for @Dependent scoped contextual instances.
    Helper for proxies