A B C D E F G H I L M N O P R S T U V W 

A

AbstractAccessDecisionVoter - Class in org.apache.myfaces.extensions.cdi.core.api.security
Base implementation which provides helper methods.
AbstractAccessDecisionVoter() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.security.AbstractAccessDecisionVoter
 
AbstractAttributeAware - Class in org.apache.myfaces.extensions.cdi.core.api.config
Base implementation which implements AttributeAware to support custom attributes.
AbstractAttributeAware() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.config.AbstractAttributeAware
 
AbstractBeanCreationDecisionVoter - Class in org.apache.myfaces.extensions.cdi.core.api.security
This feature is optional and has to be activated via CodiCoreConfig.isInvalidBeanCreationEventEnabled()
AbstractBeanCreationDecisionVoter() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.security.AbstractBeanCreationDecisionVoter
 
AbstractClassDeactivator - Class in org.apache.myfaces.extensions.cdi.core.api.activation
Base implementation which allows an easier class-deactivator implementation
AbstractClassDeactivator() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.activation.AbstractClassDeactivator
 
AbstractDecisionVoter - Class in org.apache.myfaces.extensions.cdi.core.api.security
Base class for decision-voters
AbstractDecisionVoter() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.security.AbstractDecisionVoter
 
AbstractPropertyExpressionInterpreter - Class in org.apache.myfaces.extensions.cdi.core.api.tools
Base implementation for simple (property) expressions
AbstractPropertyExpressionInterpreter() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.tools.AbstractPropertyExpressionInterpreter
 
AccessBeanEvent - Class in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
Event which gets fired as soon as a bean within a CODI scope is accessed.

Attention: It's deactivated per default.

AccessBeanEvent(Serializable) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.AccessBeanEvent
Constructor for creating the event for the given bean-instance
AccessDecisionState - Enum in org.apache.myfaces.extensions.cdi.core.api.security
AccessDecisionVoter - Interface in org.apache.myfaces.extensions.cdi.core.api.security
Interface for implementing concrete voters.
AccessDecisionVoterContext - Interface in org.apache.myfaces.extensions.cdi.core.api.security
Optional context which allows to get the current state as well as the results of the security check.
AccessDeniedException - Exception in org.apache.myfaces.extensions.cdi.core.api.security
Exception occurs in case of a security-violation.
AccessDeniedException(Set<SecurityViolation>, Class<? extends ViewConfig>) - Constructor for exception org.apache.myfaces.extensions.cdi.core.api.security.AccessDeniedException
Constructor for creating the exception for the given violations and error-view
add(T) - Method in interface org.apache.myfaces.extensions.cdi.core.api.Aggregatable
Add an instance which should be aggregated with the existing instances
addDeactivatedClass(Class) - Method in class org.apache.myfaces.extensions.cdi.core.api.activation.AbstractClassDeactivator
Can be used by sub-classes to add deactivated classes easily.
addHandler(Handler) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
Advanced - Annotation Type in org.apache.myfaces.extensions.cdi.core.api
For injection of advanced implementations provided by CODI, if JEE supports the injection of the default impl.
Aggregatable<T> - Interface in org.apache.myfaces.extensions.cdi.core.api
Allows to collect instances and create an aggregated instance for them.
annotationType() - Method in class org.apache.myfaces.extensions.cdi.core.api.tools.DefaultAnnotation
AttributeAware - Interface in org.apache.myfaces.extensions.cdi.core.api.config
This interface is just for internal use.

B

BeanCreationDecisionVoter - Interface in org.apache.myfaces.extensions.cdi.core.api.security
This feature is optional and has to be activated via CodiCoreConfig.isInvalidBeanCreationEventEnabled()
BeanEvent - Class in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
Base class for all events related to beans.
BeanEvent(Serializable) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.BeanEvent
Constructor for creating the event for the given bean-instance
BeanManagerProvider - Class in org.apache.myfaces.extensions.cdi.core.api.provider
This class provides access to the BeanManager by registring the current BeanManager in an extension and making it available via a singleton factory
BeanManagerProvider() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.provider.BeanManagerProvider
 
BeanNames - Interface in org.apache.myfaces.extensions.cdi.core.api
Interface which marks all interfaces which provide bean-names.
broadcastStartup() - Static method in class org.apache.myfaces.extensions.cdi.core.api.startup.CodiStartupBroadcaster
broadcastStartup() - Method in interface org.apache.myfaces.extensions.cdi.core.api.startup.event.StartupEventBroadcaster
Allows to trigger any custom mechanism during the bootstrapping process.
Bundle - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.resource.bundle
Optional to specify a different bundle name
BundleKey - Interface in org.apache.myfaces.extensions.cdi.core.api.resource.bundle
Base interface which can be used for simple keys (if there is no need to inject the key directly).
BundleValue - Class in org.apache.myfaces.extensions.cdi.core.api.resource.bundle
Base class which has to be extended if a key resolves directly to the value.
BundleValue() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.resource.bundle.BundleValue
 

C

checkPermission(InvocationContext) - Method in class org.apache.myfaces.extensions.cdi.core.api.security.AbstractAccessDecisionVoter
It should be final - but proxy-libs won't support it.
checkPermission(InvocationContext, Set<SecurityViolation>) - Method in class org.apache.myfaces.extensions.cdi.core.api.security.AbstractAccessDecisionVoter
Allows an easier implementation in combination with AbstractDecisionVoter.newSecurityViolation(String).
checkPermission(Bean<T>) - Method in class org.apache.myfaces.extensions.cdi.core.api.security.AbstractBeanCreationDecisionVoter
Checks the permission to the given bean
checkPermission(Bean<T>, Set<SecurityViolation>) - Method in class org.apache.myfaces.extensions.cdi.core.api.security.AbstractBeanCreationDecisionVoter
Allows an easier implementation in combination with AbstractDecisionVoter.newSecurityViolation(String).
checkPermission(InvocationContext) - Method in interface org.apache.myfaces.extensions.cdi.core.api.security.AccessDecisionVoter
Checks the permission for the given InvocationContext.
checkPermission(Bean<T>) - Method in interface org.apache.myfaces.extensions.cdi.core.api.security.BeanCreationDecisionVoter
Checks the permission to the given bean
ClassDeactivator - Interface in org.apache.myfaces.extensions.cdi.core.api.activation
A class-deactivator allows to specify deactivated classes which can't be deactivated via std.
ClassUtils - Class in org.apache.myfaces.extensions.cdi.core.api.util
Util methods for classes, ClassLoader and Manifest handling
cleanupStoredBeanManagerOnShutdown(BeforeShutdown) - Method in class org.apache.myfaces.extensions.cdi.core.api.provider.BeanManagerProvider
Cleanup on container shutdown
close() - Method in interface org.apache.myfaces.extensions.cdi.core.api.scope.conversation.Conversation
Deactivates the conversation and un-scopes all bean instances immediately.
At the next cleanup the whole conversation will be destroyed.
close() - Method in interface org.apache.myfaces.extensions.cdi.core.api.scope.conversation.WindowContext
invalidate the whole WindowContext it also invalidates all Codi conversations immediately.
closeConversation(Class<?>, Annotation...) - Method in interface org.apache.myfaces.extensions.cdi.core.api.scope.conversation.WindowContext
 
CloseConversationEvent - Class in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
Event which gets fired directly before a conversation gets closed.

Attention: It's deactivated per default.

CloseConversationEvent(Conversation) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.CloseConversationEvent
Constructor for creating the event for the given conversation
CloseConversationGroup - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.scope.conversation
Interceptor which allows to close a conversation-group after the invocation of the intercepted method.
closeConversationGroup(Class<?>) - Method in interface org.apache.myfaces.extensions.cdi.core.api.scope.conversation.WindowContext
destroys all conversation of a group independent of the qualifiers
closeConversations() - Method in interface org.apache.myfaces.extensions.cdi.core.api.scope.conversation.WindowContext
invalidate all conversations immediately attention: window scoped beans won't get destroyed.
CloseWindowContextEvent - Class in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
Event which gets fired directly before the current WindowContext gets closed.

Attention: It's deactivated per default.

CloseWindowContextEvent(WindowContext) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.CloseWindowContextEvent
Constructor for creating the event for the given window-context
CodiConfig - Interface in org.apache.myfaces.extensions.cdi.core.api.config
Marker interface for all type-safe framework configs.
CodiCoreConfig - Class in org.apache.myfaces.extensions.cdi.core.api.config
Configuration for the core of CODI - it's customizable via the @Alternative or @Specializes mechanism of CDI.
CodiCoreConfig() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.config.CodiCoreConfig
 
CodiInformation - Interface in org.apache.myfaces.extensions.cdi.core.api
Allows to get the version of the active CODI-Core.
CodiStartupBroadcaster - Class in org.apache.myfaces.extensions.cdi.core.api.startup
This broadcaster has to be part of the api module because BeanManagerProvider has to use it.
compare(T, T) - Method in class org.apache.myfaces.extensions.cdi.core.api.tools.InvocationOrderComparator
config(String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
ConfigEntry - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.config
This marker annotation can be used e.g.
ConfiguredValueDescriptor<K,T> - Interface in org.apache.myfaces.extensions.cdi.core.api.config
Descriptor for resolving a configured value based on a special key.
ConfiguredValueResolver - Interface in org.apache.myfaces.extensions.cdi.core.api.config
Allows to customize CODI in case of extension points which aren't supported by CDI.
ConfigUtils - Class in org.apache.myfaces.extensions.cdi.core.api.util
Util methods for configs
containsAttribute(String) - Method in class org.apache.myfaces.extensions.cdi.core.api.config.AbstractAttributeAware
Returns true if there is a value for the given name
containsAttribute(String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.config.AttributeAware
Returns true if there is a value for the given name
Conversation - Interface in org.apache.myfaces.extensions.cdi.core.api.scope.conversation
The central interface for a conversation which is a container for 1-n beans (which share the same time for destruction).
ConversationConfig - Class in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config
Configuration for CODI conversations - it's customizable via the @Alternative or @Specializes mechanism of CDI.
ConversationConfig() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.ConversationConfig
 
ConversationEvent - Class in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
Base class for all events related to conversations.
ConversationEvent(Conversation) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.ConversationEvent
Constructor for creating the event for the given conversation
ConversationGroup - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.scope.conversation
CODI uses WindowScoped for providing a global conversation per window.
ConversationRequired - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.scope.conversation
Restricts access to beans only if the conversation of the bean has been started already
ConversationScoped - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.scope.conversation
A fine-grained conversation scope.
ConversationSubGroup - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.scope.conversation
Allows to close a part of a group e.g.: public class MyGroup{}
CoreModuleBeanNames - Interface in org.apache.myfaces.extensions.cdi.core.api
Core-impl has to provide beans for the names specified below.
create() - Method in interface org.apache.myfaces.extensions.cdi.core.api.Aggregatable
Creates an aggregated instance for the added instances
createServiceProviderContext(Class<S>) - Static method in class org.apache.myfaces.extensions.cdi.core.api.provider.ServiceProvider
 
CreateWindowContextEvent - Class in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
Event which gets fired as soon as a WindowContext was created.

Attention: It's deactivated per default.

CreateWindowContextEvent(WindowContext) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.CreateWindowContextEvent
Constructor for creating the event for the given window-context
CURRENT_WINDOW_BEAN_NAME - Static variable in interface org.apache.myfaces.extensions.cdi.core.api.CoreModuleBeanNames
Useful for EL-Expressions e.g.
CURRENT_WINDOW_CONTEXT_BEAN_NAME - Static variable in interface org.apache.myfaces.extensions.cdi.core.api.CoreModuleBeanNames
Typesafe version of CURRENT_WINDOW_BEAN_NAME (bean type: WindowContext)

D

Deactivatable - Interface in org.apache.myfaces.extensions.cdi.core.api.activation
Interface to allow easier detection of deactivatable classes.
deactivateClasses() - Method in class org.apache.myfaces.extensions.cdi.core.api.activation.AbstractClassDeactivator
An implementation has to add classes which shouldn't be used by CODI.
DefaultAnnotation - Class in org.apache.myfaces.extensions.cdi.core.api.tools
A small helper class to create an Annotation instance of the given annotation class via Proxy.
DefaultErrorView - Class in org.apache.myfaces.extensions.cdi.core.api.config.view
Abstract class which marks an error view.
DefaultErrorView() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.config.view.DefaultErrorView
 
Development - Static variable in class org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage
Type-safe ProjectStage

E

Enhanced - Annotation Type in org.apache.myfaces.extensions.cdi.core.api
Qualifier which is just used for add-ons which produce enhanced implementations of CODI beans.
entering(String, String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
entering(String, String, Object) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
entering(String, String, Object[]) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
equals(Object) - Method in class org.apache.myfaces.extensions.cdi.core.api.tools.DefaultAnnotation
 
evaluate(E) - Method in interface org.apache.myfaces.extensions.cdi.core.api.interpreter.ExpressionInterpreter
Evaluates the given expression and returns the result for it
evaluate(String) - Method in class org.apache.myfaces.extensions.cdi.core.api.tools.AbstractPropertyExpressionInterpreter
Evaluates the given expression and returns the result for it
exiting(String, String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
exiting(String, String, Object) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
ExpressionActivated - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.activation
Allows to activate beans based on expressions with a customizable syntax
ExpressionInterpreter<E,R> - Interface in org.apache.myfaces.extensions.cdi.core.api.interpreter
Interface for interpreting an expression provided by ExpressionActivated

F

FILE_ENCODING - Static variable in class org.apache.myfaces.extensions.cdi.core.api.provider.ServiceProvider
 
fine(String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
finer(String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
finest(String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 

G

getAnonymousLogger() - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger.Factory
 
getAnonymousLogger(String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger.Factory
 
getApplicationParameters() - Method in interface org.apache.myfaces.extensions.cdi.core.api.startup.event.StartupEvent
Configuration parameters of the current application
getAttribute(String, Class<T>) - Method in class org.apache.myfaces.extensions.cdi.core.api.config.AbstractAttributeAware
Exposes the value for the given name
getAttribute(String, Class<T>) - Method in interface org.apache.myfaces.extensions.cdi.core.api.config.AttributeAware
Exposes the value for the given name
getBeanInstance() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.BeanEvent
The current bean instance
getBeanManager() - Method in class org.apache.myfaces.extensions.cdi.core.api.provider.BeanManagerProvider
The active BeanManager for the current ClassLoader
getClassLoader() - Method in interface org.apache.myfaces.extensions.cdi.core.api.provider.ServiceProviderContext
Allows to provide a custom ClassLoader
getClassLoader(Object) - Static method in class org.apache.myfaces.extensions.cdi.core.api.util.ClassUtils
Detect the right ClassLoader.
getConfig() - Method in interface org.apache.myfaces.extensions.cdi.core.api.scope.conversation.WindowContext
 
getConfiguredValue(String) - Method in class org.apache.myfaces.extensions.cdi.core.api.tools.AbstractPropertyExpressionInterpreter
 
getConfiguredValue(String) - Method in class org.apache.myfaces.extensions.cdi.core.api.tools.SystemAwareExpressionInterpreter
getConfiguredValue(String) - Static method in class org.apache.myfaces.extensions.cdi.core.api.util.ConfigUtils
 
getContextualReference(Class<T>, Annotation...) - Method in class org.apache.myfaces.extensions.cdi.core.api.provider.BeanManagerProvider
getContextualReference(Class<T>, String) - Method in class org.apache.myfaces.extensions.cdi.core.api.provider.BeanManagerProvider
Get a Contextual Reference by it's EL Name.
getConversation() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.ConversationEvent
The current Conversation
getConversationTimeoutInMinutes() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.ConversationConfig
Timeout for ConversationScoped beans, which will be used if the conversation doesn't get closed manually.
getDeactivatedClasses() - Method in class org.apache.myfaces.extensions.cdi.core.api.activation.AbstractClassDeactivator
Provides classes which should be deactivated.
getDeactivatedClasses() - Method in interface org.apache.myfaces.extensions.cdi.core.api.activation.ClassDeactivator
Provides classes which should be deactivated.
getErrorView() - Method in exception org.apache.myfaces.extensions.cdi.core.api.security.AccessDeniedException
Optional page which should be used as error-page
getFactory() - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
getFilter() - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
getFromView() - Method in class org.apache.myfaces.extensions.cdi.core.api.navigation.PreViewConfigNavigateEvent
Provides the navigation source.
getHandlers() - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
getId() - Method in interface org.apache.myfaces.extensions.cdi.core.api.scope.conversation.WindowContext
 
getInstance() - Static method in class org.apache.myfaces.extensions.cdi.core.api.provider.BeanManagerProvider
Singleton accessor
getJarVersion(Class) - Static method in class org.apache.myfaces.extensions.cdi.core.api.util.ClassUtils
Reads the version of the jar which contains the given class
getKey() - Method in interface org.apache.myfaces.extensions.cdi.core.api.config.ConfiguredValueDescriptor
Key for identifying a config entry.
getLevel() - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
getLogger(String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger.Factory
 
getLogger(String, String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger.Factory
 
getMaxWindowContextCount() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig
Restricts the number of active windows.
getMetaData() - Method in interface org.apache.myfaces.extensions.cdi.core.api.security.AccessDecisionVoterContext
Exposes the found meta-data
getMetaDataFor(String, Class<T>) - Method in interface org.apache.myfaces.extensions.cdi.core.api.security.AccessDecisionVoterContext
Exposes meta-data for the given key
getName() - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
getParent() - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
getProperties(String) - Static method in class org.apache.myfaces.extensions.cdi.core.api.util.ConfigUtils
Load properties from a configuration file with the given resourceName.
getReason() - Method in interface org.apache.myfaces.extensions.cdi.core.api.security.SecurityViolation
Provides a description of the violation.
getResourceBundle() - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
getResourceBundle() - Method in class org.apache.myfaces.extensions.cdi.core.api.resource.bundle.BundleValue
 
getResourceBundleName() - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
getRevision(Class) - Static method in class org.apache.myfaces.extensions.cdi.core.api.util.ClassUtils
Reads the VCS revision which was used for creating the jar
getSecurityViolation() - Method in class org.apache.myfaces.extensions.cdi.core.api.security.event.InvalidBeanCreationEvent
Exposes the current SecurityViolation
getState() - Method in interface org.apache.myfaces.extensions.cdi.core.api.security.AccessDecisionVoterContext
Exposes the current state
getTargetType() - Method in interface org.apache.myfaces.extensions.cdi.core.api.config.ConfiguredValueDescriptor
Expected type of the config entry.
getToView() - Method in class org.apache.myfaces.extensions.cdi.core.api.navigation.PreViewConfigNavigateEvent
Provides the navigation target.
getUseParentHandlers() - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
getValue(Class<? extends BundleKey>) - Method in interface org.apache.myfaces.extensions.cdi.core.api.resource.bundle.ResourceBundle
Returns the value for the given key (and the configured bundle and local).
getValue(String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.resource.bundle.ResourceBundle
Returns the value for the given key (and the configured bundle and local).
getViolations() - Method in interface org.apache.myfaces.extensions.cdi.core.api.security.AccessDecisionVoterContext
Exposes the found violations
getViolations() - Method in exception org.apache.myfaces.extensions.cdi.core.api.security.AccessDeniedException
All SecurityViolation which were found by a AccessDecisionVoter
getWindowContext() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.WindowContextEvent
The current WindowContext
getWindowContextTimeoutInMinutes() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig
Specifies the time for the timeout for a window.
getWrapped() - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
Just use this method if the original logger is really needed.

H

hashCode() - Method in class org.apache.myfaces.extensions.cdi.core.api.tools.DefaultAnnotation
 

I

info(String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
initConfig() - Method in class org.apache.myfaces.extensions.cdi.core.api.config.AbstractAttributeAware
 
instantiateClassForName(String) - Static method in class org.apache.myfaces.extensions.cdi.core.api.util.ClassUtils
Creates an instance for the given class-name
IntegrationTest - Static variable in class org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage
Type-safe ProjectStage
InvalidBeanCreationEvent - Class in org.apache.myfaces.extensions.cdi.core.api.security.event
Event which gets fired if it isn't allowed to create a bean
InvalidBeanCreationEvent(SecurityViolation) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.security.event.InvalidBeanCreationEvent
Constructor which is required to create the event for the given SecurityViolation
InvocationOrder - Annotation Type in org.apache.myfaces.extensions.cdi.core.api
Forces the invocation order of artifacts which don't support ordered invocation by default (e.g.
InvocationOrderComparator<T> - Class in org.apache.myfaces.extensions.cdi.core.api.tools
Comparator which allows to sort artifacts based on InvocationOrder
InvocationOrderComparator() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.tools.InvocationOrderComparator
 
invoke(Object, Method, Object[]) - Method in class org.apache.myfaces.extensions.cdi.core.api.tools.DefaultAnnotation
isAccessBeanEventEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.ConversationConfig
Specifies if the AccessBeanEvent will be fired.
isActivated() - Method in interface org.apache.myfaces.extensions.cdi.core.api.activation.Deactivatable
Returns if the current instance is active or not.
isActive() - Static method in class org.apache.myfaces.extensions.cdi.core.api.provider.BeanManagerProvider
Returns if the BeanManagerProvider has been initialized
isAddWindowIdToActionUrlsEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig
if set to true CODI will add a windowId=xxx parameter while encoding each action URL.
isAdvancedQualifierRequiredForDependencyInjection() - Method in class org.apache.myfaces.extensions.cdi.core.api.config.CodiCoreConfig
Per default several artifacts which aren't managed by CDI have to be annotated with Advanced as marker for performing manual dependency injection.
isCloseConversationEventEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.ConversationConfig
Specifies if the CloseConversationEvent will be fired.
isCloseEmptyWindowContextsEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig
Allows to activate the cleanup of empty window contexts to avoid cleanup e.g.
isCloseWindowContextEventEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig
Specifies if the CloseWindowContextEvent will be fired.
isConfigurationLoggingEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.config.CodiCoreConfig
Allows to disable the logging of the current configuration during the bootstrapping process.
isConversationRequiredEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.ConversationConfig
Specifies if ConversationRequired is enabled
isCreateWindowContextEventEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig
Specifies if the CreateWindowContextEvent will be fired.
isEagerWindowContextDetectionEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig
Allows to restore the window-context before the component tree gets built.
isInvalidBeanCreationEventEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.config.CodiCoreConfig
Specifies if the InvalidBeanCreationEvent will be fired if a BeanCreationDecisionVoter detects a violation.
isLoggable(Level) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
isRestartConversationEventEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.ConversationConfig
Specifies if the RestartConversationEvent will be fired.
isScopeBeanEventEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.ConversationConfig
Specifies if the ScopeBeanEvent will be fired.
isStartConversationEventEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.ConversationConfig
Specifies if the StartConversationEvent will be fired.
isThrowSecurityViolation() - Method in class org.apache.myfaces.extensions.cdi.core.api.security.event.InvalidBeanCreationEvent
Exposes if the SecurityViolation wrapped by the current event should be thrown as exception
isUnknownWindowIdsAllowed() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig
Allows to restrict window-ids.
isUnscopeBeanEventEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.ConversationConfig
Specifies if the UnscopeBeanEvent will be fired.
isUrlParameterSupported() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig
Specifies if it is allowed to use URL params for forwarding the current window-id.

L

loadClassForName(String) - Static method in class org.apache.myfaces.extensions.cdi.core.api.util.ClassUtils
Loads class for the given name
loadServiceImplementations() - Method in class org.apache.myfaces.extensions.cdi.core.api.provider.ServiceProvider
 
loadServices(Class<S>) - Static method in class org.apache.myfaces.extensions.cdi.core.api.provider.ServiceProvider
 
loadServices(Class<S>, ServiceProviderContext) - Static method in class org.apache.myfaces.extensions.cdi.core.api.provider.ServiceProvider
 
log(LogRecord) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
log(Level, String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
log(Level, String, Object) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
log(Level, String, Object[]) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
log(Level, String, Throwable) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
Logger - Interface in org.apache.myfaces.extensions.cdi.core.api.logging
Meta-logger for injecting a serializable logger.
Logger.Factory - Interface in org.apache.myfaces.extensions.cdi.core.api.logging
 
LoggerDetails - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.logging
Optional qualifier which allows to control the creation of the Logger
logp(Level, String, String, String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
logp(Level, String, String, String, Object) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
logp(Level, String, String, String, Object[]) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
logp(Level, String, String, String, Throwable) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
logrb(Level, String, String, String, String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
logrb(Level, String, String, String, String, Object) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
logrb(Level, String, String, String, String, Object[]) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
logrb(Level, String, String, String, String, Throwable) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 

M

ManualView - Class in org.apache.myfaces.extensions.cdi.core.api.config.view
Alternative marker which has to be used in case it's required to specify the view via a string.
ManualView() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.config.view.ManualView
 

N

navigateTo(Class<? extends ViewConfig>) - Method in class org.apache.myfaces.extensions.cdi.core.api.navigation.PreViewConfigNavigateEvent
Allows to change the navigation target.
navigateTo(Class<? extends ViewConfig>) - Method in interface org.apache.myfaces.extensions.cdi.core.api.navigation.ViewNavigationHandler
Triggers navigation to the given view.
newSecurityViolation(String) - Method in class org.apache.myfaces.extensions.cdi.core.api.security.AbstractDecisionVoter
Creates an instance of SecurityViolation for a given string which will be used as reason to describe the violation.

O

of(Class<T>) - Static method in class org.apache.myfaces.extensions.cdi.core.api.tools.DefaultAnnotation
Creates an annotation instance for the given annotation class
org.apache.myfaces.extensions.cdi.core.api - package org.apache.myfaces.extensions.cdi.core.api
 
org.apache.myfaces.extensions.cdi.core.api.activation - package org.apache.myfaces.extensions.cdi.core.api.activation
 
org.apache.myfaces.extensions.cdi.core.api.config - package org.apache.myfaces.extensions.cdi.core.api.config
 
org.apache.myfaces.extensions.cdi.core.api.config.view - package org.apache.myfaces.extensions.cdi.core.api.config.view
 
org.apache.myfaces.extensions.cdi.core.api.interpreter - package org.apache.myfaces.extensions.cdi.core.api.interpreter
 
org.apache.myfaces.extensions.cdi.core.api.logging - package org.apache.myfaces.extensions.cdi.core.api.logging
 
org.apache.myfaces.extensions.cdi.core.api.navigation - package org.apache.myfaces.extensions.cdi.core.api.navigation
 
org.apache.myfaces.extensions.cdi.core.api.projectstage - package org.apache.myfaces.extensions.cdi.core.api.projectstage
 
org.apache.myfaces.extensions.cdi.core.api.provider - package org.apache.myfaces.extensions.cdi.core.api.provider
 
org.apache.myfaces.extensions.cdi.core.api.resource.bundle - package org.apache.myfaces.extensions.cdi.core.api.resource.bundle
 
org.apache.myfaces.extensions.cdi.core.api.scope.conversation - package org.apache.myfaces.extensions.cdi.core.api.scope.conversation
 
org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config - package org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config
 
org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event - package org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
 
org.apache.myfaces.extensions.cdi.core.api.security - package org.apache.myfaces.extensions.cdi.core.api.security
 
org.apache.myfaces.extensions.cdi.core.api.security.event - package org.apache.myfaces.extensions.cdi.core.api.security.event
 
org.apache.myfaces.extensions.cdi.core.api.startup - package org.apache.myfaces.extensions.cdi.core.api.startup
 
org.apache.myfaces.extensions.cdi.core.api.startup.event - package org.apache.myfaces.extensions.cdi.core.api.startup.event
 
org.apache.myfaces.extensions.cdi.core.api.tools - package org.apache.myfaces.extensions.cdi.core.api.tools
 
org.apache.myfaces.extensions.cdi.core.api.util - package org.apache.myfaces.extensions.cdi.core.api.util
 

P

PreViewConfigNavigateEvent - Class in org.apache.myfaces.extensions.cdi.core.api.navigation
Event will be fired before the navigation (from and to a view-config based page) occurs.
PreViewConfigNavigateEvent(Class<? extends ViewConfig>, Class<? extends ViewConfig>) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.navigation.PreViewConfigNavigateEvent
Constructor for creating the event for the given source and target view
processSecurityViolations(Set<SecurityViolation>) - Method in interface org.apache.myfaces.extensions.cdi.core.api.security.SecurityViolationHandler
Instead of adding the violations as message for the user, it's possible to implement a custom behaviour (e.g.
Production - Static variable in class org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage
Type-safe ProjectStage
ProjectStage - Class in org.apache.myfaces.extensions.cdi.core.api.projectstage
This class is the base of all ProjectStages.
ProjectStage() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage
The protected constructor will register the given ProjectStage via its name.
ProjectStage.Development - Class in org.apache.myfaces.extensions.cdi.core.api.projectstage
Project-stage for development
ProjectStage.Development() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage.Development
 
ProjectStage.IntegrationTest - Class in org.apache.myfaces.extensions.cdi.core.api.projectstage
Project-stage for integration-tests
ProjectStage.IntegrationTest() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage.IntegrationTest
 
ProjectStage.Production - Class in org.apache.myfaces.extensions.cdi.core.api.projectstage
Default project-stage for production
ProjectStage.Production() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage.Production
 
ProjectStage.Staging - Class in org.apache.myfaces.extensions.cdi.core.api.projectstage
Project-stage for staging
ProjectStage.Staging() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage.Staging
 
ProjectStage.SystemTest - Class in org.apache.myfaces.extensions.cdi.core.api.projectstage
Project-stage for system-tests
ProjectStage.SystemTest() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage.SystemTest
 
ProjectStage.UnitTest - Class in org.apache.myfaces.extensions.cdi.core.api.projectstage
Project-stage for unit-tests
ProjectStage.UnitTest() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage.UnitTest
 
ProjectStageActivated - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.activation
Use this annotation, e.g.
ProjectStageHolder - Interface in org.apache.myfaces.extensions.cdi.core.api.projectstage
This is a marker interface for custom project stage holders.

R

removeHandler(Handler) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
resolveInstances(ConfiguredValueDescriptor<K, T>) - Method in interface org.apache.myfaces.extensions.cdi.core.api.config.ConfiguredValueResolver
Resolves 0-n instances configured for the given key of the type which is provided via the ConfiguredValueDescriptor.
ResourceBundle - Interface in org.apache.myfaces.extensions.cdi.core.api.resource.bundle
Allows to implement type-safe resource-bundles
restart() - Method in interface org.apache.myfaces.extensions.cdi.core.api.scope.conversation.Conversation
Un-scopes all bean instances immediately.
RestartConversationEvent - Class in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
Event which gets fired directly before a conversation gets restarted.

Attention: It's deactivated per default.

RestartConversationEvent(Conversation) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.RestartConversationEvent
Constructor for creating the event for the given conversation
RestScoped - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.scope.conversation
The scope is similar to @ConversationScoped but it will automatically end once the view get's invoked with a GET and the viewParams are different than on the previous invoke.
REVISION - Static variable in interface org.apache.myfaces.extensions.cdi.core.api.CodiInformation
VCS revision which is used to build this version (used for snapshots)

S

ScopeBeanEvent - Class in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
Event which gets fired as soon as a bean gets added to one of the CODI scopes.

Attention: It's deactivated per default.

ScopeBeanEvent(Serializable) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.ScopeBeanEvent
Constructor for creating the event for the given bean-instance
Secured - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.security
Interceptor for securing beans.
SecurityViolation - Interface in org.apache.myfaces.extensions.cdi.core.api.security
Provides the concrete reason for the restriction.
SecurityViolationHandler - Interface in org.apache.myfaces.extensions.cdi.core.api.security
Allows to handle custom implementations of SecurityViolation
SERVICE_CONFIG - Static variable in class org.apache.myfaces.extensions.cdi.core.api.provider.ServiceProvider
 
SERVICE_PROVIDER_CLASS - Static variable in class org.apache.myfaces.extensions.cdi.core.api.provider.ServiceProvider
 
SERVICE_PROVIDER_CONTEXT_CLASS - Static variable in class org.apache.myfaces.extensions.cdi.core.api.provider.ServiceProvider
 
ServiceProvider<T> - Class in org.apache.myfaces.extensions.cdi.core.api.provider
Replacement for the service-loader to support java 5 and to provide additional features like sorting and a basic version of ExpressionActivated and injection as soon as it is available
ServiceProvider(Class<T>, ServiceProviderContext) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.provider.ServiceProvider
 
serviceProviderContext - Variable in class org.apache.myfaces.extensions.cdi.core.api.provider.ServiceProvider
 
ServiceProviderContext - Interface in org.apache.myfaces.extensions.cdi.core.api.provider
Provides the current context for a ServiceProvider
serviceType - Variable in class org.apache.myfaces.extensions.cdi.core.api.provider.ServiceProvider
 
setAttribute(String, Object) - Method in class org.apache.myfaces.extensions.cdi.core.api.config.AbstractAttributeAware
Sets an attribute
setAttribute(String, Object, boolean) - Method in class org.apache.myfaces.extensions.cdi.core.api.config.AbstractAttributeAware
Sets or updates an attribute
setAttribute(String, Object) - Method in interface org.apache.myfaces.extensions.cdi.core.api.config.AttributeAware
Sets an attribute
setAttribute(String, Object, boolean) - Method in interface org.apache.myfaces.extensions.cdi.core.api.config.AttributeAware
Sets or updates an attribute
setBeanManager(AfterBeanDiscovery, BeanManager) - Method in class org.apache.myfaces.extensions.cdi.core.api.provider.BeanManagerProvider
It basiscally doesn't matter which of the system events we use, but basically we
setFilter(Filter) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
setLevel(Level) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
setParent(Logger) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
setRootBeanManager(BeanManager) - Method in class org.apache.myfaces.extensions.cdi.core.api.provider.BeanManagerProvider
 
setTestMode() - Method in class org.apache.myfaces.extensions.cdi.core.api.provider.BeanManagerProvider
 
setThrowSecurityViolation(boolean) - Method in class org.apache.myfaces.extensions.cdi.core.api.security.event.InvalidBeanCreationEvent
Allows e.g.
setUseParentHandlers(boolean) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
severe(String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
Staging - Static variable in class org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage
Type-safe ProjectStage
StartConversationEvent - Class in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
Event which gets fired directly after a conversation was started.

Attention: It's deactivated per default.

StartConversationEvent(Conversation) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.StartConversationEvent
Constructor for creating the event for the given conversation
StartupEvent - Interface in org.apache.myfaces.extensions.cdi.core.api.startup.event
Event which will be fired during the startup-process as soon as the target environment is up and running.
StartupEventBroadcaster - Interface in org.apache.myfaces.extensions.cdi.core.api.startup.event
Broadcasters which implement this interface don't use CDI concepts and have to be configured via the ServiceLoader approach for broadcasting the startup of CODI which might happen before the CDI container is up and running.
SystemAwareExpressionInterpreter - Class in org.apache.myfaces.extensions.cdi.core.api.tools
ExpressionInterpreter which resolves system/env.
SystemAwareExpressionInterpreter() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.tools.SystemAwareExpressionInterpreter
 
SystemTest - Static variable in class org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage
Type-safe ProjectStage

T

TestStage - Interface in org.apache.myfaces.extensions.cdi.core.api.projectstage
Marker interface for ProjectStage implementations which are used for tests.
throwing(String, String, Throwable) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
toString() - Method in class org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage
toString() - Method in class org.apache.myfaces.extensions.cdi.core.api.resource.bundle.BundleValue
Returns the value of the resource-bundle represented by this key
toString() - Method in class org.apache.myfaces.extensions.cdi.core.api.tools.DefaultAnnotation
Copied from Apache OWB (javax.enterprise.util.AnnotationLiteral#toString()) with minor changes.
tryToInstantiateClass(Class<T>) - Static method in class org.apache.myfaces.extensions.cdi.core.api.util.ClassUtils
Instantiates a given class via the default constructor
tryToInstantiateClassForName(String, Class<T>) - Static method in class org.apache.myfaces.extensions.cdi.core.api.util.ClassUtils
Tries to instantiate a class for the given name and type via the default constructor
tryToInstantiateClassForName(String) - Static method in class org.apache.myfaces.extensions.cdi.core.api.util.ClassUtils
Tries to instantiate a class for the given name via the default constructor
tryToLoadClassForName(String, Class<T>) - Static method in class org.apache.myfaces.extensions.cdi.core.api.util.ClassUtils
Tries to load a class based on the given name and interface or abstract class.
tryToLoadClassForName(String) - Static method in class org.apache.myfaces.extensions.cdi.core.api.util.ClassUtils
Tries to load a class based on the given name

U

UnhandledException - Exception in org.apache.myfaces.extensions.cdi.core.api
Exception wrapper for checked exception for throwing them as RuntimeException and processing them on a different level of the call-stack.
UnhandledException(String) - Constructor for exception org.apache.myfaces.extensions.cdi.core.api.UnhandledException
 
UnhandledException(Throwable) - Constructor for exception org.apache.myfaces.extensions.cdi.core.api.UnhandledException
 
UnhandledException(String, Throwable) - Constructor for exception org.apache.myfaces.extensions.cdi.core.api.UnhandledException
 
UnitTest - Static variable in class org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage
Type-safe ProjectStage
UnscopeBeanEvent - Class in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
Event which gets fired as soon as a bean gets removed from one of the CODI scopes.

Attention: It's deactivated per default.

UnscopeBeanEvent(Serializable) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.UnscopeBeanEvent
Constructor for creating the event for the given bean-instance
useBundle(String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.resource.bundle.ResourceBundle
Allows to specify a bundle name
useBundle(Class<?>) - Method in interface org.apache.myfaces.extensions.cdi.core.api.resource.bundle.ResourceBundle
Allows to specify a class which is mapped to a bundle
useLocale(Locale) - Method in interface org.apache.myfaces.extensions.cdi.core.api.resource.bundle.ResourceBundle
Allows to specify a locale

V

valueOf(String) - Static method in class org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage
 
valueOf(String) - Static method in enum org.apache.myfaces.extensions.cdi.core.api.security.AccessDecisionState
Returns the enum constant of this type with the specified name.
values() - Static method in class org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage
Exposes all registered ProjectStage implementations
values() - Static method in enum org.apache.myfaces.extensions.cdi.core.api.security.AccessDecisionState
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in interface org.apache.myfaces.extensions.cdi.core.api.CodiInformation
Current version of CODI
View - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.config.view
Allows to restrict e.g.
ViewAccessScoped - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.scope.conversation
The scope is active as long as it's bean is accessed by a view.
ViewConfig - Interface in org.apache.myfaces.extensions.cdi.core.api.config.view
Marker interface for type-safe view-config classes.
ViewMetaData - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.config.view
This meta-annotation allows to create custom meta-data which can be used for view-configs.
ViewNavigationHandler - Interface in org.apache.myfaces.extensions.cdi.core.api.navigation
Allows to trigger navigation via the type-safe ViewConfig approach.

W

warning(String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
WindowContext - Interface in org.apache.myfaces.extensions.cdi.core.api.scope.conversation
Interface for handling the current window context as well as the conversations of the current window.
WindowContextConfig - Class in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config
Configuration for the WindowContext - it's customizable via the @Alternative or @Specializes mechanism of CDI.
WindowContextConfig() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig
 
WindowContextEvent - Class in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
Base class for all events related to WindowContext.
WindowContextEvent(WindowContext) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.WindowContextEvent
Constructor for creating the event for the given WindowContext
WindowScoped - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.scope.conversation
Beans which use this scope are bound to a window (or tab).
A B C D E F G H I L M N O P R S T U V W 

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