Uses of Class
org.apache.wicket.cdi.ConversationPropagation
-
Packages that use ConversationPropagation Package Description org.apache.wicket.cdi -
-
Uses of ConversationPropagation in org.apache.wicket.cdi
Methods in org.apache.wicket.cdi that return ConversationPropagation Modifier and Type Method Description static ConversationPropagation
ConversationPropagation. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConversationPropagation[]
ConversationPropagation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-