public interface CookieConfigType<T> extends Child<T>
cookie-configType
xsd typeModifier 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 |
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 |
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> |
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 name
CookieConfigType
String getName()
name
elementname
CookieConfigType<T> removeName()
name
elementCookieConfigType
CookieConfigType<T> domain(String domain)
domain
elementdomain
- the value for the element domain
CookieConfigType
String getDomain()
domain
elementdomain
CookieConfigType<T> removeDomain()
domain
elementCookieConfigType
CookieConfigType<T> path(String path)
path
elementpath
- the value for the element path
CookieConfigType
String getPath()
path
elementpath
CookieConfigType<T> removePath()
path
elementCookieConfigType
CookieConfigType<T> comment(String comment)
comment
elementcomment
- the value for the element comment
CookieConfigType
String getComment()
comment
elementcomment
CookieConfigType<T> removeComment()
comment
elementCookieConfigType
CookieConfigType<T> httpOnly(Boolean httpOnly)
http-only
elementhttpOnly
- the value for the element http-only
CookieConfigType
Boolean isHttpOnly()
http-only
elementhttp-only
CookieConfigType<T> removeHttpOnly()
http-only
elementCookieConfigType
CookieConfigType<T> secure(Boolean secure)
secure
elementsecure
- the value for the element secure
CookieConfigType
Boolean isSecure()
secure
elementsecure
CookieConfigType<T> removeSecure()
secure
elementCookieConfigType
CookieConfigType<T> maxAge(Integer maxAge)
max-age
elementmaxAge
- the value for the element max-age
CookieConfigType
Integer getMaxAge()
max-age
elementmax-age
CookieConfigType<T> removeMaxAge()
max-age
elementCookieConfigType
Copyright © 2013 JBoss by Red Hat. All rights reserved.