- 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
-
- 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
-
- 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
-
- 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
-
- 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
)
- 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
-
- getClassLoader() - Method in interface org.apache.myfaces.extensions.cdi.core.api.provider.ServiceProviderContext
-
- 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
-
- 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
-
- 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
-
- 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.