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<T> |
SessionConfigType.id(String id)
Sets the
id attribute |
SessionConfigType<T> |
SessionConfigType.removeAllTrackingMode()
Removes the
tracking-mode element |
SessionConfigType<T> |
SessionConfigType.removeCookieConfig()
Removes the
cookie-config element |
SessionConfigType<T> |
SessionConfigType.removeId()
Removes the
id attribute |
SessionConfigType<T> |
SessionConfigType.removeSessionTimeout()
Removes the
session-timeout element |
SessionConfigType<T> |
SessionConfigType.sessionTimeout(Integer sessionTimeout)
Sets the
session-timeout element |
SessionConfigType<T> |
SessionConfigType.trackingMode(String... values)
Creates for all String objects representing
tracking-mode elements,
a new tracking-mode element |
SessionConfigType<T> |
SessionConfigType.trackingMode(TrackingModeType... values)
Creates for all javaee:tracking-modeType objects representing
tracking-mode elements,
a new tracking-mode element |
Modifier and Type | Method and Description |
---|---|
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 © 2021 JBoss by Red Hat. All rights reserved.