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
 
AbstractClassDeactivator - Class in org.apache.myfaces.extensions.cdi.core.api
Base implementation which allows an easier class-deactivator implementation
AbstractClassDeactivator() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.AbstractClassDeactivator
 
AccessBeanEvent - Class in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
 
AccessBeanEvent(Serializable) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.AccessBeanEvent
 
AccessDecisionVoter - Interface in org.apache.myfaces.extensions.cdi.core.api.security
Interface for implementing concrete voters.
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
 
addDeactivatedClass(Class) - Method in class org.apache.myfaces.extensions.cdi.core.api.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.
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

BeanEvent - Class in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
 
BeanEvent(Serializable) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.BeanEvent
 
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 This is really handy if you like to access CDI functionality from places where no injection is available.
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.
BeanValidation - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.resolver.qualifier
Qualifier which allows to decouple the bean-validation module and the other modules like the jsf module.
BeanValidation.ArtifactType - Enum in org.apache.myfaces.extensions.cdi.core.api.resolver.qualifier
 

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 AbstractAccessDecisionVoter.newSecurityViolation(String).
checkPermission(InvocationContext) - Method in interface org.apache.myfaces.extensions.cdi.core.api.security.AccessDecisionVoter
Checks the permission for the given InvocationContext.
ClassDeactivator - Interface in org.apache.myfaces.extensions.cdi.core.api
Interface for an implementation which provides classes of default implementations which should be deactivated.
ClassUtils - Class in org.apache.myfaces.extensions.cdi.core.api.util
 
ClassUtils() - Constructor for class org.apache.myfaces.extensions.cdi.core.api.util.ClassUtils
 
close() - Method in interface org.apache.myfaces.extensions.cdi.core.api.scope.conversation.Conversation
Deactivates the conversation and un-scopes all bean instances immediately.
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
 
CloseConversationEvent(Conversation) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.CloseConversationEvent
 
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
 
CloseWindowContextEvent(WindowContext) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.CloseWindowContextEvent
 
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
 
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.
config(String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
containsAttribute(String) - Method in class org.apache.myfaces.extensions.cdi.core.api.config.AbstractAttributeAware
 
containsAttribute(String) - Method in interface org.apache.myfaces.extensions.cdi.core.api.config.AttributeAware
 
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
 
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
 
ConversationEvent(Conversation) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.ConversationEvent
 
ConversationGroup - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.scope.conversation
CODI uses WindowScoped for providing a global conversation per window.
ConversationScoped - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.scope.conversation
A fine-grained conversation scope.
CoreModuleBeanNames - Interface in org.apache.myfaces.extensions.cdi.core.api
Core-impl has to provide beans for the names specified below.
CreateWindowContextEvent - Class in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
 
CreateWindowContextEvent(WindowContext) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.CreateWindowContextEvent
 
CURRENT_WINDOW_BEAN_NAME - Static variable in interface org.apache.myfaces.extensions.cdi.core.api.CoreModuleBeanNames
Useful for EL-Expressions e.g. to call #useNewId or a property of the current window
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
Interface to allow easier detection of deactivatable classes.
deactivateClasses() - Method in class org.apache.myfaces.extensions.cdi.core.api.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
 

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
 
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
 

F

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

GenericResolver<T> - Interface in org.apache.myfaces.extensions.cdi.core.api.resolver
Generic resolver to decouple different modules.
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
 
getAttribute(String, Class<T>) - Method in class org.apache.myfaces.extensions.cdi.core.api.config.AbstractAttributeAware
 
getAttribute(String, Class<T>) - Method in interface org.apache.myfaces.extensions.cdi.core.api.config.AttributeAware
 
getBeanInstance() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.BeanEvent
 
getBeanManager() - Method in class org.apache.myfaces.extensions.cdi.core.api.provider.BeanManagerProvider
 
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
 
getConversation() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.ConversationEvent
 
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.AbstractClassDeactivator
Provides classes which should be deactivated.
getDeactivatedClasses() - Method in interface org.apache.myfaces.extensions.cdi.core.api.ClassDeactivator
Provides classes which should be deactivated.
getErrorView() - Method in exception org.apache.myfaces.extensions.cdi.core.api.security.AccessDeniedException
 
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
 
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.
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
 
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
 
getResourceBundleName() - Method in interface org.apache.myfaces.extensions.cdi.core.api.logging.Logger
 
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
 
getViolations() - Method in exception org.apache.myfaces.extensions.cdi.core.api.security.AccessDeniedException
 
getWindowContext() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.WindowContextEvent
 
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
 
IntegrationTest - Static variable in class org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage
 
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. jsf phase-listeners)
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
 
isActivated() - Method in interface org.apache.myfaces.extensions.cdi.core.api.Deactivatable
Returns if the current instance is active or not.
isAddWindowIdToActionUrlsEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig
Deprecated. 
isAdvancedQualifierRequiredForDependencyInjection() - Method in class org.apache.myfaces.extensions.cdi.core.api.config.CodiCoreConfig
 
isCloseConversationEventEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.ConversationConfig
 
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
 
isConfigurationLoggingEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.config.CodiCoreConfig
 
isCreateWindowContextEventEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig
 
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
 
isScopeBeanEventEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.ConversationConfig
 
isStartConversationEventEnabled() - Method in class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.ConversationConfig
 
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
 
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
 
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
 
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
 
newSecurityViolation(String) - Method in class org.apache.myfaces.extensions.cdi.core.api.security.AbstractAccessDecisionVoter
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
 
org.apache.myfaces.extensions.cdi.core.api - package org.apache.myfaces.extensions.cdi.core.api
 
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.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.resolver - package org.apache.myfaces.extensions.cdi.core.api.resolver
 
org.apache.myfaces.extensions.cdi.core.api.resolver.qualifier - package org.apache.myfaces.extensions.cdi.core.api.resolver.qualifier
 
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.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
 
Production - Static variable in class org.apache.myfaces.extensions.cdi.core.api.projectstage.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
 
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
 
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
 
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
 
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
 
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
 
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.projectstage
Use this annotation, e.g. in conjunction with Alternative to 'disable' the @Alternative based on the current ProjectStage.
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
 
resolve() - Method in interface org.apache.myfaces.extensions.cdi.core.api.resolver.GenericResolver
Provides the artifact specified by a qualifier.
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
 
RestartConversationEvent(Conversation) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.RestartConversationEvent
 

S

ScopeBeanEvent - Class in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
 
ScopeBeanEvent(Serializable) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.ScopeBeanEvent
 
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.
setAttribute(String, Object) - Method in class org.apache.myfaces.extensions.cdi.core.api.config.AbstractAttributeAware
 
setAttribute(String, Object, boolean) - Method in class org.apache.myfaces.extensions.cdi.core.api.config.AbstractAttributeAware
 
setAttribute(String, Object) - Method in interface org.apache.myfaces.extensions.cdi.core.api.config.AttributeAware
 
setAttribute(String, Object, boolean) - Method in interface org.apache.myfaces.extensions.cdi.core.api.config.AttributeAware
 
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
 
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
 
StartConversationEvent - Class in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
 
StartConversationEvent(Conversation) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.StartConversationEvent
 
StartupEvent - Interface in org.apache.myfaces.extensions.cdi.core.api.startup.event
 
SystemTest - Static variable in class org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage
 

T

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.tools.DefaultAnnotation
Copied from javax.enterprise.util.AnnotationLiteral#toString() with minor changes.
tryToInstantiateClass(Class<T>) - Static method in class org.apache.myfaces.extensions.cdi.core.api.util.ClassUtils
 
tryToInstantiateClass(Class, Class<T>) - Static method in class org.apache.myfaces.extensions.cdi.core.api.util.ClassUtils
 
tryToInstantiateClassForName(String, Class<T>) - Static method in class org.apache.myfaces.extensions.cdi.core.api.util.ClassUtils
 
tryToInstantiateClassForName(String) - Static method in class org.apache.myfaces.extensions.cdi.core.api.util.ClassUtils
 
tryToLoadClassForName(String) - Static method in class org.apache.myfaces.extensions.cdi.core.api.util.ClassUtils
 

U

UnitTest - Static variable in class org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage
 
UnscopeBeanEvent - Class in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
 
UnscopeBeanEvent(Serializable) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.UnscopeBeanEvent
 

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.resolver.qualifier.BeanValidation.ArtifactType
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
 
values() - Static method in enum org.apache.myfaces.extensions.cdi.core.api.resolver.qualifier.BeanValidation.ArtifactType
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
 
View - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.config.view
Allows to restrict e.g. phase-listener methods to specific views.
ViewAccessScoped - Annotation Type in org.apache.myfaces.extensions.cdi.core.api.scope.conversation
The scope is active as long as it's 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
 

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
 
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
 
WindowContextEvent(WindowContext) - Constructor for class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.WindowContextEvent
 
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-2011 The Apache Software Foundation. All Rights Reserved.