Uses of Class
org.jboss.metadata.web.spec.SessionTrackingModeType
-
Packages that use SessionTrackingModeType Package Description org.jboss.metadata.web.spec -
-
Uses of SessionTrackingModeType in org.jboss.metadata.web.spec
Methods in org.jboss.metadata.web.spec that return SessionTrackingModeType Modifier and Type Method Description static SessionTrackingModeTypeSessionTrackingModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionTrackingModeType[]SessionTrackingModeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.metadata.web.spec that return types with arguments of type SessionTrackingModeType Modifier and Type Method Description List<SessionTrackingModeType>SessionConfigMetaData. getSessionTrackingModes()Method parameters in org.jboss.metadata.web.spec with type arguments of type SessionTrackingModeType Modifier and Type Method Description voidSessionConfigMetaData. setSessionTrackingModes(List<SessionTrackingModeType> sessionTrackingModes)
-