Package com.sun.faces.cdi

  • Class Summary 
    Class Description
    ApplicationMapAnnotationLiteral
    An annotation literal for @ApplicationMap.
    ApplicationMapProducer
    The ApplicationMapProducer is the CDI producer that allows injection of the application map using @Inject and allows EL resolving of #{applicationScope}
    ApplicationProducer
    The ApplicationProducer is the CDI producer that allows EL resolving of #{application}
    CdiConverter
    A delegate to the CDI managed converter.
    CdiExtension
    The CDI extension.
    CdiUtils
    A static utility class for CDI.
    CdiValidator
    A delegate to the CDI managed validator.
    ComponentProducer
    The Component producer is the CDI producer that allows EL resolving of #{component}
    CompositeComponentProducer
    The Composite Component producer is the CDI producer that allows EL resolving of #{cc}
    DataModelClassesMapProducer
    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.
    ExternalContextProducer
    The ExternalContextProducer is the CDI producer that allows injection of the ExternalContext using @Inject and allows EL resolving of #{externalContext}
    FacesConfigAnnotationLiteral
    An annotation literal for @FacesConfig.
    FacesContextProducer
    The FacesContextProducer is the CDI producer that allows injection of the FacesContext using @Inject and allows EL resolving of #{facesContext}
    FlashProducer
    The Flash producer is the CDI producer that allows EL resolving of #{flash}
    FlowMapProducer
    The Flow map producer is the CDI producer that allows injection of the flow map using @Inject.
    HeaderMapProducer
    The Header map producer is the CDI producer that allows injection of the header map using @Inject.
    HeaderValuesMapProducer
    The Header values map producer is the CDI producer that allows injection of the header values map using @Inject.
    InitParameterMapProducer
    The init parameter map producer is the CDI producer that allows injection of the init parameter map using @Inject.
    InjectionPointGenerator
    This is a work around in order to be able to get InjectionPoint in CdiProducer.
    ManagedPropertyProducer
    The ManagedPropertyProducer is the CDI producer that allows evaluation of arbitrary EL expressions.
    ParameterizedTypeImpl
    ParameterizedTypeImpl is a basic implementation of the ParameterizedType interface.
    RequestCookieMapProducer
    The CookieMapProducer is the CDI producer that allows injection of the request cookie map using @Inject and allows the EL resolving of #{cookie}
    RequestMapProducer
    The RequestMapProducer is the CDI producer that allows injection of the request map using @Inject.
    RequestParameterMapProducer
    The request parameter map producer is the CDI producer that allows injection of the request parameter map using @Inject.
    RequestParameterValuesMapProducer
    The request parameter values map producer is the CDI producer that allows injection of the request parameter values map using @Inject.
    RequestProducer
    The RequestProducer is the CDI producer that allows EL resolving of #{request}
    ResourceHandlerProducer
    The ResourceHandlerProducer is the CDI producer that allows you to inject the ResourceHandler and to do EL resolving of #{resource}
    SessionMapProducer
    The SessionProducer is the CDI producer that allows injection of the session map using @Inject.
    SessionProducer
    The SessionProducer is the CDI producer that allows EL resolving of #{session}
    ViewMapProducer
    The ViewMapProducer is the CDI producer that allows injection of the view map using @Inject and allows EL resolving of #{viewScope}
    ViewProducer
    The ViewProducer is the CDI producer that allows you to inject the UIViewRoot and to do EL resolving of #{view}
    WebsocketPushContextProducer
    This producer prepares the WebsocketPushContext instance for injection by @Push.