
public interface CookieConfigType<T> extends Child<T>, JavaeeCookieConfigCommonType<T,CookieConfigType<T>>
cookie-configType xsd type| Modifier and Type | Method and Description |
|---|---|
CookieConfigType<T> |
comment(String comment)
Sets the
comment element |
CookieConfigType<T> |
domain(String domain)
Sets the
domain element |
String |
getComment()
Returns the
comment element |
String |
getDomain()
Returns the
domain element |
String |
getId()
Returns the
id attribute |
Integer |
getMaxAge()
Returns the
max-age element |
String |
getName()
Returns the
name element |
String |
getPath()
Returns the
path element |
CookieConfigType<T> |
httpOnly(Boolean httpOnly)
Sets the
http-only element |
CookieConfigType<T> |
id(String id)
Sets the
id attribute |
Boolean |
isHttpOnly()
Returns the
http-only element |
Boolean |
isSecure()
Returns the
secure element |
CookieConfigType<T> |
maxAge(Integer maxAge)
Sets the
max-age element |
CookieConfigType<T> |
name(String name)
Sets the
name element |
CookieConfigType<T> |
path(String path)
Sets the
path element |
CookieConfigType<T> |
removeComment()
Removes the
comment element |
CookieConfigType<T> |
removeDomain()
Removes the
domain element |
CookieConfigType<T> |
removeHttpOnly()
Removes the
http-only element |
CookieConfigType<T> |
removeId()
Removes the
id attribute |
CookieConfigType<T> |
removeMaxAge()
Removes the
max-age element |
CookieConfigType<T> |
removeName()
Removes the
name element |
CookieConfigType<T> |
removePath()
Removes the
path element |
CookieConfigType<T> |
removeSecure()
Removes the
secure element |
CookieConfigType<T> |
secure(Boolean secure)
Sets the
secure element |
CookieConfigType<T> name(String name)
name elementname - the value for the element nameCookieConfigTypeString getName()
name elementnameCookieConfigType<T> removeName()
name elementCookieConfigTypeCookieConfigType<T> domain(String domain)
domain elementdomain - the value for the element domainCookieConfigTypeString getDomain()
domain elementdomainCookieConfigType<T> removeDomain()
domain elementCookieConfigTypeCookieConfigType<T> path(String path)
path elementpath - the value for the element pathCookieConfigTypeString getPath()
path elementpathCookieConfigType<T> removePath()
path elementCookieConfigTypeCookieConfigType<T> comment(String comment)
comment elementcomment - the value for the element commentCookieConfigTypeString getComment()
comment elementcommentCookieConfigType<T> removeComment()
comment elementCookieConfigTypeCookieConfigType<T> httpOnly(Boolean httpOnly)
http-only elementhttpOnly - the value for the element http-onlyCookieConfigTypeBoolean isHttpOnly()
http-only elementhttp-onlyCookieConfigType<T> removeHttpOnly()
http-only elementCookieConfigTypeCookieConfigType<T> secure(Boolean secure)
secure elementsecure - the value for the element secureCookieConfigTypeBoolean isSecure()
secure elementsecureCookieConfigType<T> removeSecure()
secure elementCookieConfigTypeCookieConfigType<T> maxAge(Integer maxAge)
max-age elementmaxAge - the value for the element max-ageCookieConfigTypeInteger getMaxAge()
max-age elementmax-ageCookieConfigType<T> removeMaxAge()
max-age elementCookieConfigTypeCookieConfigType<T> id(String id)
id attributeid - the value for the attribute idCookieConfigTypeString getId()
id attributeidCookieConfigType<T> removeId()
id attributeCookieConfigTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.