Uses of Class
org.jboss.shrinkwrap.descriptor.api.webcommon30.TrackingModeType

Packages that use TrackingModeType
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
 

Uses of TrackingModeType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return TrackingModeType
static TrackingModeType TrackingModeType.getFromStringValue(java.lang.String value)
           
 TrackingModeType SessionConfigType.getTrackingMode()
          Returns the tracking-mode element
static TrackingModeType TrackingModeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TrackingModeType[] TrackingModeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 with parameters of type TrackingModeType
 SessionConfigType<T> SessionConfigType.setTrackingMode(TrackingModeType trackingMode)
          If not already created, a new tracking-mode element with the given value will be created.
 

Uses of TrackingModeType in org.jboss.shrinkwrap.descriptor.impl.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return TrackingModeType
 TrackingModeType SessionConfigTypeImpl.getTrackingMode()
          Returns the tracking-mode element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 with parameters of type TrackingModeType
 SessionConfigType<T> SessionConfigTypeImpl.setTrackingMode(TrackingModeType trackingMode)
          If not already created, a new tracking-mode element with the given value will be created.