Package com.sun.faces.cdi


package com.sun.faces.cdi
  • Classes
    Class
    Description
    The ApplicationMapProducer is the CDI producer that allows injection of the application map using @Inject and allows EL resolving of #{applicationScope}
    The ApplicationProducer is the CDI producer that allows EL resolving of #{application}
    A delegate to the CDI managed converter.
    The CDI extension.
    A static utility class for CDI.
    A delegate to the CDI managed validator.
    The Component producer is the CDI producer that allows EL resolving of #{component}
    The Composite Component producer is the CDI producer that allows EL resolving of #{cc}
    The DataModelClassesMapProducer is the CDI producer that allows UIData, UIRepeat and possible other components that need a DataModel wrapper for a given type to obtain a Map of types to DataModel implementations capable of wrapping that type.
    The ExternalContextProducer is the CDI producer that allows injection of the ExternalContext using @Inject and allows EL resolving of #{externalContext}
    The FacesContextProducer is the CDI producer that allows injection of the FacesContext using @Inject and allows EL resolving of #{facesContext}
    The Flash producer is the CDI producer that allows EL resolving of #{flash}
    The Flow map producer is the CDI producer that allows injection of the flow map using @Inject.
    The Header map producer is the CDI producer that allows injection of the header map using @Inject.
    The Header values map producer is the CDI producer that allows injection of the header values map using @Inject.
    The init parameter map producer is the CDI producer that allows injection of the init parameter map using @Inject.
    This is a work around in order to be able to get InjectionPoint in CdiProducer.
    The ManagedPropertyProducer is the CDI producer that allows evaluation of arbitrary EL expressions.
    ParameterizedTypeImpl is a basic implementation of the ParameterizedType interface.
    The CookieMapProducer is the CDI producer that allows injection of the request cookie map using @Inject and allows the EL resolving of #{cookie}
    The RequestMapProducer is the CDI producer that allows injection of the request map using @Inject.
    The request parameter map producer is the CDI producer that allows injection of the request parameter map using @Inject.
    The request parameter values map producer is the CDI producer that allows injection of the request parameter values map using @Inject.
    The RequestProducer is the CDI producer that allows EL resolving of #{request}
    The ResourceHandlerProducer is the CDI producer that allows you to inject the ResourceHandler and to do EL resolving of #{resource}
    The SessionProducer is the CDI producer that allows injection of the session map using @Inject.
    The SessionProducer is the CDI producer that allows EL resolving of #{session}
    The ViewMapProducer is the CDI producer that allows injection of the view map using @Inject and allows EL resolving of #{viewScope}
    The ViewProducer is the CDI producer that allows you to inject the UIViewRoot and to do EL resolving of #{view}
    This producer prepares the WebsocketPushContext instance for injection by @Push.