Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
List<SessionConfigType<WebAppDescriptor>> |
WebAppDescriptor.getAllSessionConfig()
Returns all
session-config elements |
Modifier and Type | Method and Description |
---|---|
SessionConfigType<WebAppType<T>> |
WebAppType.createSessionConfig()
Creates a new
session-config element |
SessionConfigType<WebFragmentType<T>> |
WebFragmentType.createSessionConfig()
Creates a new
session-config element |
SessionConfigType<WebAppType<T>> |
WebAppType.getOrCreateSessionConfig()
If not already created, a new
session-config element will be created and returned. |
SessionConfigType<WebFragmentType<T>> |
WebFragmentType.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 |
Modifier and Type | Method and Description |
---|---|
List<SessionConfigType<WebAppType<T>>> |
WebAppType.getAllSessionConfig()
Returns all
session-config elements |
List<SessionConfigType<WebFragmentType<T>>> |
WebFragmentType.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. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
List<SessionConfigType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllSessionConfig()
Returns all
session-config elements |
Copyright © 2016 JBoss by Red Hat. All rights reserved.