|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.extensions.cdi.core.api.config.AbstractAttributeAware
org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.ConversationConfig
@ApplicationScoped public class ConversationConfig
Configuration for CODI conversations - it's customizable via the @Alternative or @Specializes mechanism of CDI.
Constructor Summary | |
---|---|
protected |
ConversationConfig()
|
Method Summary | |
---|---|
int |
getConversationTimeoutInMinutes()
Timeout for ConversationScoped beans,
which will be used if the conversation doesn't get closed manually. |
boolean |
isAccessBeanEventEnabled()
Specifies if the AccessBeanEvent
will be fired. |
boolean |
isCloseConversationEventEnabled()
Specifies if the CloseConversationEvent
will be fired. |
boolean |
isRestartConversationEventEnabled()
Specifies if the RestartConversationEvent
will be fired. |
boolean |
isScopeBeanEventEnabled()
Specifies if the ScopeBeanEvent
will be fired. |
boolean |
isStartConversationEventEnabled()
Specifies if the StartConversationEvent
will be fired. |
boolean |
isUnscopeBeanEventEnabled()
Specifies if the UnscopeBeanEvent
will be fired. |
Methods inherited from class org.apache.myfaces.extensions.cdi.core.api.config.AbstractAttributeAware |
---|
containsAttribute, getAttribute, initConfig, setAttribute, setAttribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ConversationConfig()
Method Detail |
---|
public int getConversationTimeoutInMinutes()
ConversationScoped
beans,
which will be used if the conversation doesn't get closed manually.
public boolean isScopeBeanEventEnabled()
ScopeBeanEvent
will be fired.
public boolean isAccessBeanEventEnabled()
AccessBeanEvent
will be fired.
public boolean isUnscopeBeanEventEnabled()
UnscopeBeanEvent
will be fired.
public boolean isStartConversationEventEnabled()
StartConversationEvent
will be fired.
public boolean isCloseConversationEventEnabled()
CloseConversationEvent
will be fired.
public boolean isRestartConversationEventEnabled()
RestartConversationEvent
will be fired.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |