Uses of Interface
org.apache.myfaces.extensions.cdi.core.api.config.AttributeAware

Packages that use AttributeAware
org.apache.myfaces.extensions.cdi.core.api.config   
org.apache.myfaces.extensions.cdi.core.api.scope.conversation   
org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config   
 

Uses of AttributeAware in org.apache.myfaces.extensions.cdi.core.api.config
 

Classes in org.apache.myfaces.extensions.cdi.core.api.config that implement AttributeAware
 class AbstractAttributeAware
          Base implementation which implements AttributeAware to support custom attributes.
 class CodiCoreConfig
          Configuration for the core of CODI - it's customizable via the @Alternative or @Specializes mechanism of CDI.
 

Uses of AttributeAware in org.apache.myfaces.extensions.cdi.core.api.scope.conversation
 

Subinterfaces of AttributeAware in org.apache.myfaces.extensions.cdi.core.api.scope.conversation
 interface WindowContext
          Interface for handling the current window context as well as the conversations of the current window.
 

Uses of AttributeAware in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config
 

Classes in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config that implement AttributeAware
 class ConversationConfig
          Configuration for CODI conversations - it's customizable via the @Alternative or @Specializes mechanism of CDI.
 class WindowContextConfig
          Configuration for the WindowContext - it's customizable via the @Alternative or @Specializes mechanism of CDI.
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.