Package org.apache.wicket.cdi
Class AutoConversation
- java.lang.Object
-
- org.apache.wicket.cdi.AutoConversation
-
- All Implemented Interfaces:
Serializable
,IClusterable
@ConversationScoped public class AutoConversation extends Object implements IClusterable
A bean that can be used to override whether the lifecycle of the conversation should be managed automatically or not.- Author:
- igor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AutoConversation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAutomatic()
void
setAutomatic(boolean automatic)
-
-
-
Constructor Detail
-
AutoConversation
public AutoConversation()
-
-
Method Detail
-
setAutomatic
public void setAutomatic(boolean automatic)
-
isAutomatic
public boolean isAutomatic()
-
-