|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigEntry | |
---|---|
org.apache.myfaces.extensions.cdi.core.api.config | |
org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config |
Uses of ConfigEntry in org.apache.myfaces.extensions.cdi.core.api.config |
---|
Methods in org.apache.myfaces.extensions.cdi.core.api.config with annotations of type ConfigEntry | |
---|---|
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. |
Uses of ConfigEntry in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config |
---|
Methods in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config with annotations of type ConfigEntry | |
---|---|
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 |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |