ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return SessionConfigType
 SessionConfigType<WebAppDescriptor> WebAppDescriptor.createSessionConfig()
          Creates a new session-config element
 SessionConfigType<WebAppDescriptor> WebAppDescriptor.getOrCreateSessionConfig()
          If not already created, a new session-config element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type SessionConfigType
 List<SessionConfigType<WebAppDescriptor>> WebAppDescriptor.getAllSessionConfig()
          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<WebFragmentType<T>> WebFragmentType.createSessionConfig()
          Creates a new session-config element
 SessionConfigType<WebAppType<T>> WebAppType.createSessionConfig()
          Creates a new session-config element
 SessionConfigType<WebFragmentType<T>> WebFragmentType.getOrCreateSessionConfig()
          If not already created, a new session-config element will be created and returned.
 SessionConfigType<WebAppType<T>> WebAppType.getOrCreateSessionConfig()
          If not already created, a new session-config element will be created and returned.
 SessionConfigType<T> SessionConfigType.removeCookieConfig()
          Removes the cookie-config element
 SessionConfigType<T> SessionConfigType.removeSessionTimeout()
          Removes the session-timeout element
 SessionConfigType<T> SessionConfigType.removeTrackingMode()
          Removes the tracking-mode attribute
 SessionConfigType<T> SessionConfigType.sessionTimeout(Integer sessionTimeout)
          Sets the session-timeout element
 SessionConfigType<T> SessionConfigType.trackingMode(String trackingMode)
          Sets the tracking-mode element
 SessionConfigType<T> SessionConfigType.trackingMode(TrackingModeType trackingMode)
          Sets the tracking-mode element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type SessionConfigType
 List<SessionConfigType<WebFragmentType<T>>> WebFragmentType.getAllSessionConfig()
          Returns all session-config elements
 List<SessionConfigType<WebAppType<T>>> WebAppType.getAllSessionConfig()
          Returns all session-config elements
 CookieConfigType<SessionConfigType<T>> SessionConfigType.getOrCreateCookieConfig()
          If not already created, a new cookie-config element with the given value will be created.
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return SessionConfigType
 SessionConfigType<WebFragmentDescriptor> WebFragmentDescriptor.createSessionConfig()
          Creates a new session-config element
 SessionConfigType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreateSessionConfig()
          If not already created, a new session-config element will be created and returned.
 

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


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.