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 
 

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(String value)
           
 TrackingModeType SessionConfigType.getTrackingMode()
          Returns the tracking-mode element
static TrackingModeType TrackingModeType.valueOf(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.trackingMode(TrackingModeType trackingMode)
          Sets the tracking-mode element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.