Package | Description |
---|---|
org.apache.myfaces.extensions.cdi.core.api.config | |
org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config |
Modifier and Type | Method and Description |
---|---|
boolean |
CodiCoreConfig.isAdvancedQualifierRequiredForDependencyInjection()
Per default several artifacts which aren't managed by CDI have to be annotated
with
Advanced as marker for
performing manual dependency injection. |
boolean |
CodiCoreConfig.isConfigurationLoggingEnabled()
Allows to disable the logging of the current configuration during the bootstrapping process.
|
boolean |
CodiCoreConfig.isInvalidBeanCreationEventEnabled()
Specifies if the
InvalidBeanCreationEvent
will be fired if a BeanCreationDecisionVoter
detects a violation. |
Modifier and Type | Method and Description |
---|---|
int |
ConversationConfig.getConversationTimeoutInMinutes()
Timeout for
ConversationScoped beans,
which will be used if the conversation doesn't get closed manually. |
int |
WindowContextConfig.getMaxWindowContextCount()
Restricts the number of active windows.
|
int |
WindowContextConfig.getWindowContextTimeoutInMinutes()
Specifies the time for the timeout for a window.
|
boolean |
ConversationConfig.isAccessBeanEventEnabled()
Specifies if the
AccessBeanEvent
will be fired. |
boolean |
WindowContextConfig.isAddWindowIdToActionUrlsEnabled()
if set to
true CODI will add a windowId=xxx parameter
while encoding each action URL. |
boolean |
ConversationConfig.isCloseConversationEventEnabled()
Specifies if the
CloseConversationEvent
will be fired. |
boolean |
WindowContextConfig.isCloseEmptyWindowContextsEnabled()
Allows to activate the cleanup of empty window contexts to avoid cleanup e.g.
|
boolean |
WindowContextConfig.isCloseWindowContextEventEnabled()
Specifies if the
CloseWindowContextEvent
will be fired. |
boolean |
ConversationConfig.isConversationRequiredEnabled()
Specifies if
ConversationRequired
is enabled |
boolean |
WindowContextConfig.isCreateWindowContextEventEnabled()
Specifies if the
CreateWindowContextEvent
will be fired. |
boolean |
WindowContextConfig.isEagerWindowContextDetectionEnabled()
Allows to restore the window-context before the component tree gets built.
|
boolean |
ConversationConfig.isRestartConversationEventEnabled()
Specifies if the
RestartConversationEvent
will be fired. |
boolean |
ConversationConfig.isScopeBeanEventEnabled()
Specifies if the
ScopeBeanEvent
will be fired. |
boolean |
ConversationConfig.isStartConversationEventEnabled()
Specifies if the
StartConversationEvent
will be fired. |
boolean |
WindowContextConfig.isUnknownWindowIdsAllowed()
Allows to restrict window-ids.
|
boolean |
ConversationConfig.isUnscopeBeanEventEnabled()
Specifies if the
UnscopeBeanEvent
will be fired. |
boolean |
WindowContextConfig.isUrlParameterSupported()
Specifies if it is allowed to use URL params for forwarding the current window-id.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.