Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.webcommon31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
CookieConfigType<T> |
CookieConfigType.comment(String comment)
Sets the
comment element |
CookieConfigType<T> |
CookieConfigType.domain(String domain)
Sets the
domain element |
CookieConfigType<SessionConfigType<T>> |
SessionConfigType.getOrCreateCookieConfig()
If not already created, a new
cookie-config element with the given value will be created. |
CookieConfigType<T> |
CookieConfigType.httpOnly(Boolean httpOnly)
Sets the
http-only element |
CookieConfigType<T> |
CookieConfigType.id(String id)
Sets the
id attribute |
CookieConfigType<T> |
CookieConfigType.maxAge(Integer maxAge)
Sets the
max-age element |
CookieConfigType<T> |
CookieConfigType.name(String name)
Sets the
name element |
CookieConfigType<T> |
CookieConfigType.path(String path)
Sets the
path element |
CookieConfigType<T> |
CookieConfigType.removeComment()
Removes the
comment element |
CookieConfigType<T> |
CookieConfigType.removeDomain()
Removes the
domain element |
CookieConfigType<T> |
CookieConfigType.removeHttpOnly()
Removes the
http-only element |
CookieConfigType<T> |
CookieConfigType.removeId()
Removes the
id attribute |
CookieConfigType<T> |
CookieConfigType.removeMaxAge()
Removes the
max-age element |
CookieConfigType<T> |
CookieConfigType.removeName()
Removes the
name element |
CookieConfigType<T> |
CookieConfigType.removePath()
Removes the
path element |
CookieConfigType<T> |
CookieConfigType.removeSecure()
Removes the
secure element |
CookieConfigType<T> |
CookieConfigType.secure(Boolean secure)
Sets the
secure element |
Copyright © 2020 JBoss by Red Hat. All rights reserved.