Uses of Interface
org.jboss.shrinkwrap.descriptor.api.webcommon30.SessionConfigType

Packages that use SessionConfigType
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd 
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.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webapp30 Provides the implementation classes as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webfragment30 Provides the implementation classes as defined in the schema web-fragment_3_0.xsd 
 

Uses of SessionConfigType in org.jboss.shrinkwrap.descriptor.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return SessionConfigType
 SessionConfigType<WebApp30Descriptor> WebApp30Descriptor.sessionConfig()
          Returns the session-config element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type SessionConfigType
 java.util.List<SessionConfigType<WebApp30Descriptor>> WebApp30Descriptor.getSessionConfigList()
          Returns all session-config elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return SessionConfigType
 SessionConfigType<T> SessionConfigType.removeCookieConfig()
          Removes the cookie-config element
 SessionConfigType<T> SessionConfigType.removeSessionTimeout()
          Removes the session-timeout element
 SessionConfigType<WebFragmentType<T>> WebFragmentType.sessionConfig()
          Returns the session-config element
 SessionConfigType<WebAppType<T>> WebAppType.sessionConfig()
          Returns the session-config element
 SessionConfigType<T> SessionConfigType.setSessionTimeout(java.lang.Integer sessionTimeout)
          If not already created, a new session-timeout element with the given value will be created.
 SessionConfigType<T> SessionConfigType.setTrackingMode(java.lang.String trackingMode)
          If not already created, a new tracking-mode element with the given value will be created.
 SessionConfigType<T> SessionConfigType.setTrackingMode(TrackingModeType trackingMode)
          If not already created, a new tracking-mode element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type SessionConfigType
 CookieConfigType<SessionConfigType<T>> SessionConfigType.cookieConfig()
          If not already created, a new cookie-config element will be created and returned.
 java.util.List<SessionConfigType<WebFragmentType<T>>> WebFragmentType.getSessionConfigList()
          Returns all session-config elements
 java.util.List<SessionConfigType<WebAppType<T>>> WebAppType.getSessionConfigList()
          Returns all session-config elements
 

Uses of SessionConfigType in org.jboss.shrinkwrap.descriptor.api.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return SessionConfigType
 SessionConfigType<WebFragment30Descriptor> WebFragment30Descriptor.sessionConfig()
          Returns the session-config element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type SessionConfigType
 java.util.List<SessionConfigType<WebFragment30Descriptor>> WebFragment30Descriptor.getSessionConfigList()
          Returns all session-config elements
 

Uses of SessionConfigType in org.jboss.shrinkwrap.descriptor.impl.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return SessionConfigType
 SessionConfigType<WebApp30Descriptor> WebApp30DescriptorImpl.sessionConfig()
          Returns the session-config element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type SessionConfigType
 java.util.List<SessionConfigType<WebApp30Descriptor>> WebApp30DescriptorImpl.getSessionConfigList()
          Returns all session-config elements
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that implement SessionConfigType
 class SessionConfigTypeImpl<T>
          This class implements the session-configType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return SessionConfigType
 SessionConfigType<T> SessionConfigTypeImpl.removeCookieConfig()
          Removes the cookie-config element
 SessionConfigType<T> SessionConfigTypeImpl.removeSessionTimeout()
          Removes the session-timeout element
 SessionConfigType<WebFragmentType<T>> WebFragmentTypeImpl.sessionConfig()
          Returns the session-config element
 SessionConfigType<WebAppType<T>> WebAppTypeImpl.sessionConfig()
          Returns the session-config element
 SessionConfigType<T> SessionConfigTypeImpl.setSessionTimeout(java.lang.Integer sessionTimeout)
          If not already created, a new session-timeout element with the given value will be created.
 SessionConfigType<T> SessionConfigTypeImpl.setTrackingMode(java.lang.String trackingMode)
          If not already created, a new tracking-mode element with the given value will be created.
 SessionConfigType<T> SessionConfigTypeImpl.setTrackingMode(TrackingModeType trackingMode)
          If not already created, a new tracking-mode element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type SessionConfigType
 CookieConfigType<SessionConfigType<T>> SessionConfigTypeImpl.cookieConfig()
          If not already created, a new cookie-config element will be created and returned.
 java.util.List<SessionConfigType<WebFragmentType<T>>> WebFragmentTypeImpl.getSessionConfigList()
          Returns all session-config elements
 java.util.List<SessionConfigType<WebAppType<T>>> WebAppTypeImpl.getSessionConfigList()
          Returns all session-config elements
 

Uses of SessionConfigType in org.jboss.shrinkwrap.descriptor.impl.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return SessionConfigType
 SessionConfigType<WebFragment30Descriptor> WebFragment30DescriptorImpl.sessionConfig()
          Returns the session-config element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type SessionConfigType
 java.util.List<SessionConfigType<WebFragment30Descriptor>> WebFragment30DescriptorImpl.getSessionConfigList()
          Returns all session-config elements