Uses of Class
org.jboss.seam.core.PropagationType

Packages that use PropagationType
org.jboss.seam.core A set of Seam components that implement Seam. 
 

Uses of PropagationType in org.jboss.seam.core
 

Methods in org.jboss.seam.core that return PropagationType
 PropagationType ConversationPropagation.getPropagationType()
           
static PropagationType PropagationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PropagationType[] PropagationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.seam.core with parameters of type PropagationType
 void ConversationPropagation.setPropagationType(PropagationType propagationType)