|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CookieConfigType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.webcommon30 | Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.webcommon30 | Provides the implementation classes as defined in the schema web-common_3_0.xsd |
Uses of CookieConfigType in org.jboss.shrinkwrap.descriptor.api.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return CookieConfigType | |
---|---|
CookieConfigType<SessionConfigType<T>> |
SessionConfigType.cookieConfig()
If not already created, a new cookie-config element will be created and returned. |
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.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.setComment(java.lang.String comment)
If not already created, a new comment element with the given value will be created. |
CookieConfigType<T> |
CookieConfigType.setDomain(java.lang.String domain)
If not already created, a new domain element with the given value will be created. |
CookieConfigType<T> |
CookieConfigType.setHttpOnly(java.lang.Boolean httpOnly)
If not already created, a new http-only element with the given value will be created. |
CookieConfigType<T> |
CookieConfigType.setMaxAge(java.lang.Integer maxAge)
If not already created, a new max-age element with the given value will be created. |
CookieConfigType<T> |
CookieConfigType.setName(java.lang.String name)
If not already created, a new name element with the given value will be created. |
CookieConfigType<T> |
CookieConfigType.setPath(java.lang.String path)
If not already created, a new path element with the given value will be created. |
CookieConfigType<T> |
CookieConfigType.setSecure(java.lang.Boolean secure)
If not already created, a new secure element with the given value will be created. |
Uses of CookieConfigType in org.jboss.shrinkwrap.descriptor.impl.webcommon30 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that implement CookieConfigType | |
---|---|
class |
CookieConfigTypeImpl<T>
This class implements the cookie-configType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return CookieConfigType | |
---|---|
CookieConfigType<SessionConfigType<T>> |
SessionConfigTypeImpl.cookieConfig()
If not already created, a new cookie-config element will be created and returned. |
CookieConfigType<T> |
CookieConfigTypeImpl.removeComment()
Removes the comment element |
CookieConfigType<T> |
CookieConfigTypeImpl.removeDomain()
Removes the domain element |
CookieConfigType<T> |
CookieConfigTypeImpl.removeHttpOnly()
Removes the http-only element |
CookieConfigType<T> |
CookieConfigTypeImpl.removeMaxAge()
Removes the max-age element |
CookieConfigType<T> |
CookieConfigTypeImpl.removeName()
Removes the name element |
CookieConfigType<T> |
CookieConfigTypeImpl.removePath()
Removes the path element |
CookieConfigType<T> |
CookieConfigTypeImpl.removeSecure()
Removes the secure element |
CookieConfigType<T> |
CookieConfigTypeImpl.setComment(java.lang.String comment)
If not already created, a new comment element with the given value will be created. |
CookieConfigType<T> |
CookieConfigTypeImpl.setDomain(java.lang.String domain)
If not already created, a new domain element with the given value will be created. |
CookieConfigType<T> |
CookieConfigTypeImpl.setHttpOnly(java.lang.Boolean httpOnly)
If not already created, a new http-only element with the given value will be created. |
CookieConfigType<T> |
CookieConfigTypeImpl.setMaxAge(java.lang.Integer maxAge)
If not already created, a new max-age element with the given value will be created. |
CookieConfigType<T> |
CookieConfigTypeImpl.setName(java.lang.String name)
If not already created, a new name element with the given value will be created. |
CookieConfigType<T> |
CookieConfigTypeImpl.setPath(java.lang.String path)
If not already created, a new path element with the given value will be created. |
CookieConfigType<T> |
CookieConfigTypeImpl.setSecure(java.lang.Boolean secure)
If not already created, a new secure element with the given value will be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |